我的机子必须在登录以后运行认证客户端才可以上网
网络设置是DHCP方式,没有运行客户端的时候,是没法连上DHCP服务器得到合法IP的
每次开机时到了configuring network interface这一步(就是在ntp服务前的那一步),都会费很长的时间
据我估计是花了很长时间连接不上DHCP服务器,超时后使用自动私有地址
以前我都是到这一步就ctrl+c直接跳过去
可是次次这样太烦了
可不可以设置一下,让它不要开机配置网络?
如何在开机时不配置网络?
-
- 帖子: 110
- 注册时间: 2005-07-08 16:37
- 来自: ruc
-
- 帖子: 110
- 注册时间: 2005-07-08 16:37
- 来自: ruc
这个是/etc/network/interfaces,不知道有没有帮助:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
iface eth0 inet dhcp
auto eth0
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
iface eth0 inet dhcp
auto eth0
-
- 帖子: 110
- 注册时间: 2005-07-08 16:37
- 来自: ruc
-
- 帖子: 3025
- 注册时间: 2005-05-07 23:57
- 联系:
-
- 帖子: 110
- 注册时间: 2005-07-08 16:37
- 来自: ruc