Hi,

I'm trying to host a web service on my Fedora 12. The service is running on port 9090. I am able to verify that the service is running by browsing to ***localhost:9090/myservice?wsdl (I had to use asterisks to bypass URL detection of this forum) . However, I am unable to access the service outside local host. I have disabled firewall using Firewall control panel.

If I type

nmap -sS -O 127.0.0.1

I can see that port 9090 is really open. But the strange part comes when I type

nmap -sS -O x.x.x.x

where x.x.x.x is my ip address, nmap can't detect port 9090. Naturally if I run nmap on a remote machine I'm also unable to see 9090. Can anyone help me?