1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Chain acct-in :
Chain acct-fwd :
Chain acct-out :
Chain tcp-in :
target prot opt tosa tosx ifname mark outsize source destination ports
syn-in tcp -y---- 0xFF 0x00 * 0.0.0.0/0 0.0.0.0/0 * -> *
ack-in tcp !y---- 0xFF 0x00 * 0.0.0.0/0 0.0.0.0/0 * -> *
Chain tcp-fwd :
target prot opt tosa tosx ifname mark outsize source destination ports
syn-fwd tcp -y---- 0xFF 0x00 * 0.0.0.0/0 0.0.0.0/0 * -> *
ack-fwd tcp !y---- 0xFF 0x00 * 0.0.0.0/0 0.0.0.0/0 * -> *
Chain tcp-out :
target prot opt tosa tosx ifname mark outsize source destination ports
syn-out tcp -y---- 0xFF 0x00 * 0.0.0.0/0 0.0.0.0/0 * -> *
ack-out tcp !y---- 0xFF 0x00 * 0.0.0.0/0 0.0.0.0/0 * -> *
Chain udp-in :
Chain udp-fwd :
Chain udp-out :
Chain icmp-in :
target prot opt tosa tosx ifname mark outsize source destination ports
ACCEPT icmp ------ 0xFF 0x00 eth1 192.168.1.0/24 0.0.0.0/0 8 -> *
ACCEPT icmp ------ 0xFF 0x00 ppp0 0.0.0.0/0 172.16.1.1 0 -> *
Chain icmp-fwd :
target prot opt tosa tosx ifname mark outsize source destination ports
MASQ icmp ------ 0xFF 0x00 ppp0 192.168.1.0/24 0.0.0.0/0 8 -> *
Chain icmp-out :
target prot opt tosa tosx ifname mark outsize source destination ports
ACCEPT icmp ------ 0xFF 0x00 ppp0 172.16.1.1 0.0.0.0/0 8 -> *
ACCEPT icmp ------ 0xFF 0x00 eth1 0.0.0.0/0 192.168.1.0/24 0 -> *
Chain all-in :
Chain all-fwd :
Chain all-out :
Chain syn-in :
Chain syn-fwd :
Chain syn-out :
Chain ack-in :
Chain ack-fwd :
Chain ack-out :
Chain oth-in :
Chain oth-fwd :
Chain oth-out :
|