Sto testando / impostando a Thomson TG585v7 Router / Firewall.
Risultati durante l'esecuzione nmap
da un computer dentro la LAN:
$ sudo nmap -O 210.86.xxx.xxx
Starting Nmap 6.40 ( http://nmap.org ) at 2015-02-22 10:55 NZDT
Host is up (0.0049s latency).
Not shown: 995 filtered ports
PORT STATE SERVICE
21/tcp open ftp
23/tcp open telnet
80/tcp open http
443/tcp open https
1723/tcp open pptp
Risultati durante l'esecuzione nmap
da un computer al di fuori la LAN:
michael@trusty-ssd:~$ sudo nmap -Pn 210.86.xxx.xxx (same IP address as above)
Starting Nmap 6.40 ( http://nmap.org ) at 2015-02-22 11:10 NZDT
Host is up (0.038s latency).
Not shown: 998 filtered ports
PORT STATE SERVICE
80/tcp open http
1935/tcp open rtmp
Sta succedendo perché:
- Quando la scansione viene eseguita da una LAN esterna, il firewall risponde con le regole di
INPUT
catena? - Quando la scansione viene eseguita dall'interno della LAN, il firewall risponde con le regole di
OUTPUT
catena?