@
aaaaasam 内网网段是 192.168.1.0
服务绑定( netstat -ano|grep 9008 )
tcp6       0      0 192.168.1.159:9008      :::*                    LISTEN      off (0.00/0/0)
iptables -L -n -v
Chain INPUT (policy ACCEPT 107K packets, 145M bytes)
 pkts bytes target     prot opt in     out     source               destination         
1050K 1400M ufw-before-logging-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
1050K 1400M ufw-before-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
 140K  147M ufw-after-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
 139K  147M ufw-after-logging-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
 139K  147M ufw-reject-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
 139K  147M ufw-track-input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
    0     0 ACCEPT     tcp  --  *      *       192.168.1.0/24       0.0.0.0/0            state NEW tcp dpt:9008
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 ufw-before-logging-forward  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
    0     0 ufw-before-forward  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
    0     0 ufw-after-forward  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
    0     0 ufw-after-logging-forward  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
    0     0 ufw-reject-forward  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
    0     0 ufw-track-forward  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
Chain OUTPUT (policy ACCEPT 103K packets, 74M bytes)
 pkts bytes target     prot opt in     out     source               destination         
 988K  681M ufw-before-logging-output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
 988K  681M ufw-before-output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
 111K   75M ufw-after-output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
 111K   75M ufw-after-logging-output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
 111K   75M ufw-reject-output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
 111K   75M ufw-track-output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
Chain ufw-after-forward (1 references)
 pkts bytes target     prot opt in     out     source               destination         
Chain ufw-after-input (1 references)
 pkts bytes target     prot opt in     out     source               destination         
Chain ufw-after-logging-forward (1 references)
 pkts bytes target     prot opt in     out     source               destination         
Chain ufw-after-logging-input (1 references)
 pkts bytes target     prot opt in     out     source               destination