James Pifer wrote:
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
Okay. And it does not answer if you try to telnet to it? Maybe have a tcpdump running on eth0 host 192.168.1.95 to keep an eye on traffic coming and going. -- Per Jessen, Zürich (14.7°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org