Home Page › Forums › Network Management › ZeroShell › Firewall rule ghost
Tagged: firewall
- This topic has 1 reply, 1 voice, and was last updated 7 months, 4 weeks ago by
Alessandro Raiola.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
June 18, 2020 at 5:05 pm #66045
Alessandro Raiola
ParticipantI have added a rule in firewall, a few weeks ago, that blocked whatapp (or ip range) for specific mac address.
Now the rule forward in firewall is blank, but i don’t surf on whattapp and facebook, why?
How can i view this rule?
June 18, 2020 at 5:13 pm #66046Alessandro Raiola
ParticipantThis is output of iptables -L
Chain INPUT (policy ACCEPT) target prot opt source destination SYS_GUI all -- anywhere anywhere SYS_INPUT all -- anywhere anywhere SYS_HTTPS tcp -- anywhere anywhere tcp dpt:http SYS_HTTPS tcp -- anywhere anywhere tcp dpt:https SYS_SSH tcp -- anywhere anywhere tcp dpt:ssh Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination SYS_OUTPUT all -- anywhere anywhere Chain NetBalancer (0 references) target prot opt source destination Chain SYS_DNS (2 references) target prot opt source destination ACCEPT all -- 10.0.0.0/8 anywhere ACCEPT all -- 172.16.0.0/12 anywhere ACCEPT all -- 192.168.0.0/16 anywhere ACCEPT all -- 192.168.0.0/24 anywhere ACCEPT all -- 192.168.1.0/24 anywhere ACCEPT all -- 192.168.10.0/24 anywhere ACCEPT all -- 192.168.250.0/24 anywhere DROP all -- anywhere anywhere Chain SYS_GUI (1 references) target prot opt source destination ACCEPT tcp -- 192.168.0.60 anywhere tcp dpt:12081 Chain SYS_HTTPS (2 references) target prot opt source destination ACCEPT all -- anywhere anywhere ACCEPT all -- 10.0.0.0/8 anywhere ACCEPT all -- 172.16.0.0/12 anywhere ACCEPT all -- 192.168.0.0/16 anywhere ACCEPT all -- 192.168.0.0/24 anywhere ACCEPT all -- 192.168.1.0/24 anywhere ACCEPT all -- 192.168.10.0/24 anywhere ACCEPT all -- 192.168.250.0/24 anywhere DROP all -- anywhere anywhere Chain SYS_INPUT (1 references) target prot opt source destination ACCEPT all -- anywhere anywhere ACCEPT udp -- anywhere anywhere udp spt:domain state ESTABLISHED ACCEPT tcp -- anywhere anywhere tcp spt:domain state ESTABLISHED SYS_DNS udp -- anywhere anywhere udp dpt:domain SYS_DNS tcp -- anywhere anywhere tcp dpt:domain ACCEPT tcp -- anywhere anywhere tcp spt:http state ESTABLISHED ACCEPT tcp -- anywhere anywhere tcp spt:8245 state ESTABLISHED ACCEPT udp -- anywhere anywhere udp spt:ntp state ESTABLISHED RETURN all -- anywhere anywhere Chain SYS_OUTPUT (1 references) target prot opt source destination ACCEPT all -- anywhere anywhere ACCEPT udp -- anywhere anywhere udp dpt:domain ACCEPT tcp -- anywhere anywhere tcp dpt:http ACCEPT tcp -- anywhere anywhere tcp dpt:8245 ACCEPT udp -- anywhere anywhere udp dpt:ntp RETURN all -- anywhere anywhere Chain SYS_SSH (1 references) target prot opt source destination ACCEPT all -- anywhere anywhere ACCEPT all -- 192.168.0.0/24 anywhere ACCEPT all -- 192.168.250.0/24 anywhere DROP all -- anywhere anywhere
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.