Results 1 to 1 of 1
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 ...
- 11-06-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 2
Strange problem with ports
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?


Reply With Quote