|
|
[root@proxy root]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
DROP icmp -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
[root@proxy root]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
220.32.58.128 * 255.255.255.128 U 0 0 0 eth1
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth1
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 220.32.58.254 0.0.0.0 UG 0 0 0 eth1 |
|