红联Linux门户
Linux帮助

802.1x客户端认证问题

发布时间:2007-05-06 10:00:17来源:红联作者:z253897231
# ./pre.ps
configuration directory exist
log directory exist
Refresh IP script is READY.
Authencation file is READY.
pre operation finished successfull
# linux1x -c
configure 802.1X network connection arguments
Current configuration is:
The way to initialize 802.1X authentication.......:multicast
Send all packets by multicast.....................:Y
Refresh IP address after connecting...............:Y
Save message and package to log...................:Y
The save directory is.............................:/var/log/h3c-linux1x/
Continue to configure your network connection arguments?(Y/N)
Y
There are two ways to initialize 802.1X authentication:
1. Trap by broadcast.
2. Trap by multicast.
Please choose the way to initialize the 802.1X authentication :
1
Send all packets by multicast? (Y/N):
Y
Refresh your IP address after connecting? (Y/N):
Y
Save message and package to log?(Y/N):
Y
The default save directory is '/var/log/h3c-linux1x/', do you want to change it?(Y/N):
N
Configuration has finished, do you want to save it?(Y/N)
Y
Save configuration sucessfully!
# linux1x -u test36/lifeisgood -n eth0 -d
ERROR! Command line arguments conflict!
Usage 1(to authenticate):
linux1x [authentication options]
authentication options are:
[-u ].specify user name and password for authentication. [-n ]...specify network card name for authentication, such as eth0,eth1,etc.
[-d] ......................start authentication with daemon mode(background mode).
[-p] ......................start authentication with interactive mode, prompt user to input all the necessary information.
Usage 2(to view network status info):
linux1x -v [LastingTime]..."LastingTime" specifies the lasting time in seconds for this viewing operation(0 or without argument means forever). Also, this command will show the version of this software.
Usage 3(to configure network connection information):
linux1x -c
Usage 4(to stop network connection):
linux1x -k



这是我在红旗下用华为802.1X连网过程,哪位大虾能不能告诉我故障出现的原因。谢谢!
红色字体是故障。



楼下的那位大虾真的是太感谢你了,提醒了我那个触发模式,其实我们校园网是广播模式。
这才是正确的配置:
# linux1x -c
configure 802.1X network connection arguments
Current configuration is:

The way to initialize 802.1X authentication.......:multicast
Send all packets by multicast.....................:Y
Refresh IP address after connecting...............:N
Save message and package to log...................:N
Continue to configure your network connection arguments?(Y/N)
Y
There are two ways to initialize 802.1X authentication:
1. Trap by broadcast.
2. Trap by multicast.
Please choose the way to initialize the 802.1X authentication :
1
Send all packets by multicast? (Y/N):
N
Refresh your IP address after connecting? (Y/N):
N
Save message and package to log?(Y/N):
N
Configuration has finished, do you want to save it?(Y/N)
Y
Save configuration sucessfully!

[ 本帖最后由 z253897231 于 2007-5-6 16:11 编辑 ]
文章评论

共有 2 条评论

  1. 88.5.92.* 于 2007-07-06 00:39:49发表:

    http://c15954a4bd96095df922d6db268bc40b-t.lwgmrw.org c15954a4bd96095df922d6db268bc40b http://c15954a4bd96095df922d6db268bc40b-b1.lwgmrw.org c15954a4bd96095df922d6db268bc40b http://c15954a4bd96095df922d6db268bc40b-b3.lwgmrw.org 7323937625928ec2c2b389a5c949efe8

  2. 125.76.215.* 于 2007-05-06 12:50:05发表:

    # ./pre.ps
    configuration directory exist
    log directory exist
    Refresh IP script is READY.
    Authencation file is READY.
    pre operation finished successfull
    # linux1x -c
    configure 802.1X network connection arguments
    Current configuration is:
    The way to initialize 802.1X authentication.......:multicast
    Send all packets by multicast.....................:Y
    Refresh IP address after connecting...............:Y
    Save message and package to log...................:Y
    The save directory is.............................:/var/log/h3c-linux1x/
    Continue to configure your network connection arguments?(Y/N)
    Y
    There are two ways to initialize 802.1X authentication:
    1. Trap by broadcast.
    2. Trap by multicast.
    Please choose the way to initialize the 802.1X authentication :
    2 (校园网是多播模式的)
    Send all packets by multicast? (Y/N):
    Y
    Refresh your IP address after connecting? (Y/N):
    n (这个一定N不然不行)
    Save message and package to log?(Y/N):
    n
    The default save directory is '/var/log/h3c-linux1x/', do you want to change it?(Y/N):
    N
    Configuration has finished, do you want to save it?(Y/N)
    Y
    Save configuration sucessfully!
    # linux1x -u test36/lifeisgood -n eth0 -d (-u -n 没有空格)
    ERROR! Command line arguments conflict!