|
debian系统,双3Com 905C-TX网卡,网卡配置如下:
auto eth0
iface eth0 inet satic
address 192.168.1.4
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 192.168.1.1 202.96.128.86
auto eth1
iface eth1 inet satic
address 192.168.1.5
netmask 255.255.255.0
network192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
可是怎么都Ping 不通外网!提示:
connect:Network is unreachable
内网正常
用netsta -nr命令
Destination Gaeway Genmask Flags MSS Window irtt Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
另请问SQUID怎么做限制不让客户机下载和玩游戏(包括QQ游戏 |
|