auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.11.40
netmask 255.255.255.0
gateway 192.168.11.1
route add -net 192.168.11.0 netmask 255.255.255.0 gw 192.16811.254 metric 99 dev eth0
阅读(1562) | 评论(0) | 转发(0) |