accept-all-int_net-internet-masq
来自「Linux kernel packet filtering firewall c」· 代码 · 共 65 行
TXT
65 行
Chain acct-in :Chain acct-fwd :Chain acct-out :Chain tcp-in :target prot opt tosa tosx ifname mark outsize source destination portssyn-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 * -> *ACCEPT tcp ------ 0xFF 0x00 eth1 192.168.1.0/24 0.0.0.0/0 * -> *Chain tcp-fwd :target prot opt tosa tosx ifname mark outsize source destination portssyn-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 * -> *MASQ tcp ------ 0xFF 0x00 ppp0 192.168.1.0/24 0.0.0.0/0 * -> *Chain tcp-out :target prot opt tosa tosx ifname mark outsize source destination portssyn-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 * -> *ACCEPT tcp ------ 0xFF 0x00 ppp0 172.16.1.1 0.0.0.0/0 61000:65096 -> *Chain udp-in :target prot opt tosa tosx ifname mark outsize source destination portsACCEPT udp ------ 0xFF 0x00 eth1 192.168.1.0/24 0.0.0.0/0 * -> *ACCEPT udp ------ 0xFF 0x00 ppp0 0.0.0.0/0 172.16.1.1 * -> 61000:65096Chain udp-fwd :target prot opt tosa tosx ifname mark outsize source destination portsMASQ udp ------ 0xFF 0x00 ppp0 192.168.1.0/24 0.0.0.0/0 * -> *Chain udp-out :target prot opt tosa tosx ifname mark outsize source destination portsACCEPT udp ------ 0xFF 0x00 ppp0 172.16.1.1 0.0.0.0/0 61000:65096 -> *ACCEPT udp ------ 0xFF 0x00 eth1 0.0.0.0/0 192.168.1.0/24 * -> *Chain icmp-in :target prot opt tosa tosx ifname mark outsize source destination portsACCEPT icmp ------ 0xFF 0x00 eth1 192.168.1.0/24 0.0.0.0/0 * -> *ACCEPT icmp ------ 0xFF 0x00 ppp0 0.0.0.0/0 172.16.1.1 * -> *Chain icmp-fwd :target prot opt tosa tosx ifname mark outsize source destination portsMASQ icmp ------ 0xFF 0x00 ppp0 192.168.1.0/24 0.0.0.0/0 * -> *Chain icmp-out :target prot opt tosa tosx ifname mark outsize source destination portsACCEPT icmp ------ 0xFF 0x00 ppp0 172.16.1.1 0.0.0.0/0 * -> *ACCEPT icmp ------ 0xFF 0x00 eth1 0.0.0.0/0 192.168.1.0/24 * -> *Chain all-in :target prot opt tosa tosx ifname mark outsize source destination portsACCEPT all ------ 0xFF 0x00 eth1 192.168.1.0/24 0.0.0.0/0 n/aACCEPT all ------ 0xFF 0x00 ppp0 0.0.0.0/0 172.16.1.1 n/aChain all-fwd :target prot opt tosa tosx ifname mark outsize source destination portsMASQ all ------ 0xFF 0x00 ppp0 192.168.1.0/24 0.0.0.0/0 n/aChain all-out :target prot opt tosa tosx ifname mark outsize source destination portsACCEPT all ------ 0xFF 0x00 ppp0 172.16.1.1 0.0.0.0/0 n/aACCEPT all ------ 0xFF 0x00 eth1 0.0.0.0/0 192.168.1.0/24 n/aChain syn-in :Chain syn-fwd :Chain syn-out :Chain ack-in :target prot opt tosa tosx ifname mark outsize source destination portsACCEPT tcp !y---- 0xFF 0x00 ppp0 0.0.0.0/0 172.16.1.1 * -> 61000:65096Chain ack-fwd :Chain ack-out :target prot opt tosa tosx ifname mark outsize source destination portsACCEPT tcp !y---- 0xFF 0x00 eth1 0.0.0.0/0 192.168.1.0/24 * -> *Chain oth-in :Chain oth-fwd :Chain oth-out :
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?