accept-lpd-int_host-internet_host

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

TXT
43
字号
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.10         10.10.10.10           512:1023 ->   515Chain 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             * ->   *ACCEPT     tcp  ------ 0xFF 0x00  ppp0                           192.168.1.10         10.10.10.10           512:1023 ->   515Chain 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                           192.168.1.10         10.10.10.10           512:1023 ->   515Chain udp-in :Chain udp-fwd :Chain udp-out :Chain 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 :target     prot opt    tosa tosx  ifname     mark       outsize  source                destination           portsACCEPT     tcp  !y---- 0xFF 0x00  ppp0                           10.10.10.10          192.168.1.10          515 ->   512:1023Chain ack-fwd :target     prot opt    tosa tosx  ifname     mark       outsize  source                destination           portsACCEPT     tcp  !y---- 0xFF 0x00  eth1                           10.10.10.10          192.168.1.10          515 ->   512:1023Chain ack-out :target     prot opt    tosa tosx  ifname     mark       outsize  source                destination           portsACCEPT     tcp  !y---- 0xFF 0x00  eth1                           10.10.10.10          192.168.1.10          515 ->   512:1023Chain oth-in :Chain oth-fwd :Chain oth-out :

⌨️ 快捷键说明

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