On 10/3/2013 10:20 AM, Per Jessen wrote:
"filtered" in nmap-speak means:
Nmap cannot determine whether the port is open because packet filtering prevents its probes from reaching the port. The filtering could be from a dedicated firewall device, router rules, or host-based firewall software.
Do you have anything actually listening on port 80?
Yep: # netstat -pln | grep -i tcp tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2025/rpcbind tcp 0 0 192.168.1.95:80 0.0.0.0:* LISTEN 3995/java tcp 0 0 192.168.1.95:4500 0.0.0.0:* LISTEN 3995/java tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2256/sshd tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2274/cupsd tcp 0 0 0.0.0.0:5849 0.0.0.0:* LISTEN 2660/Xvnc tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 2397/master tcp 0 0 0.0.0.0:8090 0.0.0.0:* LISTEN 3995/java tcp 0 0 127.0.0.1:6010 0.0.0.0:* LISTEN 2604/0 tcp 0 0 0.0.0.0:3389 0.0.0.0:* LISTEN 3995/java tcp 0 0 0.0.0.0:5949 0.0.0.0:* LISTEN 2660/Xvnc tcp 0 0 0.0.0.0:3390 0.0.0.0:* LISTEN 3995/java tcp 0 0 0.0.0.0:16000 0.0.0.0:* LISTEN 3995/java tcp 0 0 0.0.0.0:6049 0.0.0.0:* LISTEN 2660/Xvnc tcp 0 0 192.168.1.95:52042 0.0.0.0:* LISTEN 3995/java tcp 0 0 192.168.1.95:16010 0.0.0.0:* LISTEN 3995/java tcp 0 0 192.168.1.95:1099 0.0.0.0:* LISTEN 3995/java Thanks, James -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org