内容发布更新时间 : 2024/11/14 21:27:33星期一 下面是文章的全部内容请认真阅读。
1. chmod 4755 /usr/local/bin/linux1x
复制代码
这样以后再运行linux1x就不用切换到root身份,可以直接用普通用户来运行.
1. 2. 3. 4. 5. 6. 7. 8.
happy@traveller2:~$ sudo linux1x -d start 802.1X authentication connection overtime, type: start 802.1X authentication connection overtime, type: 5 start 802.1X authentication connection overtime, type: 3 exit for overtime
复制代码
出现上述错误,可能是你的网线没插好,请检查一下。
1. 2. 3. 4. 5. 6. 7. 8. 9.
happy@traveller2:~$ sudo linux1x -d start 802.1X authentication device check server check
Internet Systems Consortium DHCP Client V3.0.3 Copyright 2004-2005 Internet Systems Consortium. All rights reserved.
For info, please visit [url]http://www.isc.org/products/DHCP[/url]
10. Listening on LPF/eth0/00:f0:4c:81:cb:3e 11. Sending on LPF/eth0/00:f0:4c:81:cb:3e 12. Sending on Socket/fallback
13. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 14. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 15. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12 16. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
17. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 18. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9 复制代码
像上面的那种一直无法获得IP,有时与学校DHCP服务器有关。
如果你的客户端不能正常使用,请确认以下几点你是否已经做正确:
1、确认你的网卡驱动已经安装好且网卡处于激活状态;
2、确认你的网卡设置正确,即:使用DHCP动态获得IP地址; 3、客户端配置、使用均需要root权限;
4、确认你的确已经按照下面的方法配置好了客户端。