El firewall está activado. He bloqueado la IP 93.184.220.29 con PF pero aún aparece en netstat -n.
¿Cómo es eso posible?
jen:~ jen$ sudo pfctl -t blockedips -T show
Password:
No ALTQ support in kernel
ALTQ related functions disabled
93.184.220.29
Salida de
netstat -n
tcp4 0 0 192.168.2.4.51402 93.184.220.29.80 ESTABLISHED
tcp4 0 0 192.168.2.4.51401 93.184.220.29.80 ESTABLISHED
Salida de
sudo pfctl -s all
Password:
No ALTQ support in kernel
ALTQ related functions disabled
TRANSLATION RULES:
nat-anchor "com.apple/*" all
rdr-anchor "com.apple/*" all
FILTER RULES:
scrub-anchor "com.apple/*" all fragment reassemble
anchor "com.apple/*" all
block drop quick on ALL proto tcp from any to any port = 80
block drop quick on ALL proto udp from any to any port = 80
DUMMYNET RULES:
dummynet-anchor "com.apple/*" all
Salida de:
sudo pfctl -vvv -s all
Password:
No ALTQ support in kernel
ALTQ related functions disabled
TRANSLATION RULES:
@0 nat-anchor "com.apple/*" all
[ Owner : nil Priority : 0 ]
[ Evaluations: 179894 Packets: 0 Bytes: 0 States: 0 ]
[ Inserted: uid 0 pid 68 ]
@0 rdr-anchor "com.apple/*" all
[ Owner : nil Priority : 0 ]
[ Evaluations: 574091 Packets: 0 Bytes: 0 States: 0 ]
[ Inserted: uid 0 pid 68 ]
FILTER RULES:
@0 scrub-anchor "com.apple/*" all fragment reassemble
[ Owner : nil Priority : 0 ]
[ Evaluations: 1133714 Packets: 0 Bytes: 0 States: 0 ]
[ Inserted: uid 0 pid 68 ]
@0 anchor "com.apple/*" all
[ Owner : nil Priority : 0 ]
[ Evaluations: 574091 Packets: 0 Bytes: 0 States: 0 ]
[ Inserted: uid 0 pid 68 ]
@1 block drop inet from any to 93.184.220.29
[ Owner : nil Priority : 0 ]
[ Evaluations: 574091 Packets: 812 Bytes: 51968 States: 0 ]
[ Inserted: uid 0 pid 68 ]
@2 block drop inet from any to 93.184.220.70
[ Owner : nil Priority : 0 ]
[ Evaluations: 573678 Packets: 210 Bytes: 13152 States: 0 ]
[ Inserted: uid 0 pid 68 ]
@3 block drop quick on ALL proto tcp from any to any port = 80
[ Owner : nil Priority : 0 ]
[ Evaluations: 574091 Packets: 0 Bytes: 0 States: 0 ]
[ Inserted: uid 0 pid 68 ]
@4 block drop quick on ALL proto tcp from any to any port = 53
[ Owner : nil Priority : 0 ]
[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ]
[ Inserted: uid 0 pid 68 ]