Something is blocking inbound 5060 on your server…
[code]nmap -v -PU -p 5060 72.80.40.71
Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2008-05-28 15:29 EDT
Note: Host seems down. If it is really up, but blocking our ping probes, try -P0
Nmap finished: 1 IP address (0 hosts up) scanned in 2.048 seconds
Raw packets sent: 2 (56B) | Rcvd: 0 (0B)
[/code]
Here is a scan going to my internal server.
[code]nmap -v -PU -p 5060 192.168.175.97
Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2008-05-28 15:29 EDT
DNS resolution of 1 IPs took 0.00s.
Initiating SYN Stealth Scan against *.hostname.removed (192.168.175.97) [1 port] at 15:29
The SYN Stealth Scan took 0.00s to scan 1 total ports.
Host *.hostname.removed (192.168.175.97) appears to be up … good.
Interesting ports on *.hostname.removed (192.168.175.97):
PORT STATE SERVICE
5060/tcp closed sip
Nmap finished: 1 IP address (1 host up) scanned in 0.047 seconds
Raw packets sent: 1 (44B) | Rcvd: 2 (84B)[/code]