linux 下设置ip,子网掩码以及网关的命令与使用方法

root 账户:


ifconfig eth0 172.16.0.32 netmask 255.255.255.0

ifconfig eth1 172.16.0.49 netmask 255.255.0.0

route add  default gw 192.168.0.254

你可能感兴趣的:(linux.netmask)