1、服务形式开关网卡
启动:service network start
关闭:service network stop
2、还可以在这里开关网络服务
启动网络服务:/etc/init.d/network start
停止网络服务:/etc/init.d/network stop
3、ifconfig开关网卡
启动:ifconfig eth网卡编号 up
关闭:ifconfig eth网卡编号 down
1、服务形式开关网卡
启动:service network start
关闭:service network stop
2、还可以在这里开关网络服务
启动网络服务:/etc/init.d/network start
停止网络服务:/etc/init.d/network stop
3、ifconfig开关网卡
启动:ifconfig eth网卡编号 up
关闭:ifconfig eth网卡编号 down