mac地址唯一
ifconfig eth0 hw ether 00:11:22:33:44:55
原配置为
route add default gw 192.168.9.254
现改为
route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.9.254
决定路由网关数据出口!
mac地址唯一
ifconfig eth0 hw ether 00:11:22:33:44:55
原配置为
route add default gw 192.168.9.254
现改为
route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.9.254
决定路由网关数据出口!