Windows Firewall de-activated on the client

UDP 1514 is accepted :

>*iptables -L -nv*
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               
destination
    0     0 DROP       icmp --  *      *       0.0.0.0/0            
0.0.0.0/0           icmp type 13
 3694  311K ACCEPT     icmp --  *      *       0.0.0.0/0            
0.0.0.0/0
 946K  182M ACCEPT     all  --  lo     *       0.0.0.0/0            
0.0.0.0/0
25495 3122K ACCEPT     all  --  *      *       0.0.0.0/0            
0.0.0.0/0           state RELATED,ESTABLISHED
    2    96 ACCEPT     tcp  --  *      *       0.0.0.0/0            
0.0.0.0/0           state NEW tcp dpt:22
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            
0.0.0.0/0           state NEW tcp dpt:33800
    0     0 ACCEPT     all  --  tun+   *       0.0.0.0/0            
0.0.0.0/0
    0     0 ACCEPT     tcp  --  *      *       127.0.0.1            
0.0.0.0/0           state NEW tcp dpt:3306
    0     0 ACCEPT     tcp  --  *      *       10.1.5.111           
0.0.0.0/0           state NEW tcp dpt:3306
    0     0 ACCEPT     tcp  --  *      *       10.1.5.111           
0.0.0.0/0           state NEW tcp dpt:4949
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            
0.0.0.0/0           state NEW tcp dpt:40001
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            
0.0.0.0/0           state NEW tcp dpt:40002
    1    48 ACCEPT     tcp  --  *      *       0.0.0.0/0            
0.0.0.0/0           state NEW tcp dpt:80
  360 17280 ACCEPT     tcp  --  *      *       0.0.0.0/0            
0.0.0.0/0           state NEW tcp dpt:443
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            
0.0.0.0/0           state NEW tcp dpt:40003
    0     0 ACCEPT     tcp  --  *      *       10.1.5.111           
0.0.0.0/0           tcp dpt:3000
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            
0.0.0.0/0           udp dpt:555
*  266 26866 ACCEPT     udp  --  *      *       0.0.0.0/0            
0.0.0.0/0           udp dpt:1514*
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            
0.0.0.0/0           udp dpt:514
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            
0.0.0.0/0           state NEW tcp dpt:514
    0     0 ACCEPT     tcp  --  *      *       10.1.5.111           
0.0.0.0/0           state NEW tcp dpt:4949
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            
0.0.0.0/0           state NEW tcp dpt:9390
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            
0.0.0.0/0           state NEW tcp dpt:9391
    0     0 ACCEPT     tcp  --  *      *       10.1.5.111           
0.0.0.0/0           state NEW tcp dpt:3000
    0     0 ACCEPT     tcp  --  *      *       10.1.5.111           
0.0.0.0/0           state NEW tcp
 6171  462K REJECT     all  --  *      *       0.0.0.0/0            
0.0.0.0/0           reject-with icmp-host-prohibited

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               
destination
    0     0 ACCEPT     all  --  tun+   *       0.0.0.0/0            
0.0.0.0/0
    0     0 ACCEPT     all  --  *      tun+    0.0.0.0/0            
0.0.0.0/0
    0     0 REJECT     all  --  *      *       0.0.0.0/0            
0.0.0.0/0           reject-with icmp-host-prohibited

Chain OUTPUT (policy ACCEPT 985K packets, 189M bytes)
 pkts bytes target     prot opt in     out     source               
destination
    0     0 DROP       icmp --  *      *       0.0.0.0/0            
0.0.0.0/0           icmp type 14
    0     0 ACCEPT     all  --  *      tun+    0.0.0.0/0            
0.0.0.0/0


Reply via email to