accept-udp_pkt-int_host-internet_host

来自「Linux kernel packet filtering firewall c」· 代码 · 共 40 行

TXT
40
字号
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             * ->   *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             * ->   *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             * ->   *Chain udp-in :target     prot opt    tosa tosx  ifname     mark       outsize  source                destination           portsACCEPT     udp  ------ 0xFF 0x00  eth1                           192.168.1.10         10.10.10.10           1024:65535 ->   514Chain udp-fwd :target     prot opt    tosa tosx  ifname     mark       outsize  source                destination           portsMASQ       udp  ------ 0xFF 0x00  ppp0                           192.168.1.10         10.10.10.10           1024:65535 ->   514Chain udp-out :target     prot opt    tosa tosx  ifname     mark       outsize  source                destination           portsACCEPT     udp  ------ 0xFF 0x00  ppp0                           172.16.1.1           10.10.10.10           61000:65096 ->   514Chain icmp-in :Chain icmp-fwd :Chain icmp-out :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 :

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?