命令行改IP
sudo ifconfig eth0 inet 192.168.xx.xx netmask 255.255.255.0 broadcast 192.168.x.x
命令行启动网卡
sudo ifconfig eth0 up
命令行关闭网卡
sudo ifconfig eth0 down
命令行改IP
sudo ifconfig eth0 inet 192.168.xx.xx netmask 255.255.255.0 broadcast 192.168.x.x
命令行启动网卡
sudo ifconfig eth0 up
命令行关闭网卡
sudo ifconfig eth0 down

被折叠的 条评论
为什么被折叠?