分页: 1 / 1

mystar.conf 里的问题

发表于 : 2009-05-20 23:22
jichz
#This is a sample configuration file of mystar.
#Change it appropriately according to your actual settings.
#The lines starting with a '# 'or a '\n' mean comments and are ignored.

#user name & password
#Note: the content between '=' and '\n' is treated as a part of
# your name and password. so don't put some "space characters" before and
# after your name and password.
name=**
password=**

#authentication mode, 0 means standard mode, 1 means star-private-mode
authenticationMode=1

#which interface(NIC) to use ? usually it's eth0.
nic=eth0

#echo interval, 4 seconds. usually between 1 and 100
#set it to 0 to DISABLE it
echoInterval=4

#enable intelligent reconnect?
#Intelligent reconnecting means pinging your netgate every 2 seconds, and if
#pinging returns timeout, we will restart authentication.
# 1 means enable, and 0 means disable
intelligentReconnect=1
intelligentHost=**
dbginfolevel=0

#wanting to show a fake ip record in myself.hust.edu.cn? this can help.
#but do NOT use this functionality to do illegal things.
#uncommont and modify the next line to use it.

#(Since [network information center] has bound ip & account,
#normally, we should comment the line below :(
#fakeAddress=123.45.67.89



dbginfolevel=0这句是什么意思啊?我的智能重联要联好多次才能行

Re: mystar.conf 里的问题

发表于 : 2009-11-14 21:59
zainix
添上相应的用户名和密码:
name=abcdef
password=123456

选择认证模式:这里设置为1,由于锐捷使用的自己似有的802.1x协议;如果使用的是正常的802.1x协议,应设为0
authenticationMode=1

设置网卡和echo时间间隔
nic=eth0
echoInterval=10

后面是关于智能重连部分:
可以选择网关地址作为智能重连测试服务器,一旦连接不上就重新连接
intelligentReconnect=1
intelligentHost=118.203.19.254
dbginfolevel=100