Siccome ho pensato possa essere un problema di firewall questo č l'output di iptables -L
Codice:
giorgio@giorgio-laptop:~$ sudo iptables -L
[sudo] password for giorgio:
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT 0 -- anywhere anywhere
MOBLOCK_IN 0 -- anywhere anywhere state NEW
Chain FORWARD (policy ACCEPT)
target prot opt source destination
MOBLOCK_FW 0 -- anywhere anywhere state NEW
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT 0 -- anywhere anywhere
MOBLOCK_OUT 0 -- anywhere anywhere state NEW
Chain MOBLOCK_FW (1 references)
target prot opt source destination
NFQUEUE 0 -- anywhere anywhere NFQUEUE num 0
Chain MOBLOCK_IN (1 references)
target prot opt source destination
NFQUEUE 0 -- anywhere anywhere NFQUEUE num 0
Chain MOBLOCK_OUT (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:https
ACCEPT tcp -- anywhere anywhere tcp dpt:www
NFQUEUE 0 -- anywhere anywhere NFQUEUE num 0