I'm trying to provide a mono web service to someone at my house on the local network, but they can't seem to connect on my IP address at port 8080. I can get there via 127.0.0.1:8080, but he can't via my 192.168 address. What can I do to start troubleshooting this? I've never really investigated a network problem on my Mac before. Sorry if this is a noob question, feel free to direct me to a web resource if it applies.
feedback
|
migrated from serverfault.com Aug 31 '09 at 2:44
This question came from our site for system administrators and desktop support professionals.
|
Are you running it from the command line? Try explicitly spelling out the ip when you run the server:
Or whatever your actual IP is. You could also use the | |||
|
feedback
|
|
Since, you can locally reach the port and I presume the other person can ping your " You can probably use the Cocoa Packet Analyzer to check if their connection attempts are reaching your server. When From the client side, if From the server, using a packet analyzer, if you see TCP-SYN packets from the client machine, again connectivity is confirmed. You can probably even use If all these checks fail to show connectivity, you need to check,
| |||
|
feedback
|
|
its a firewall problem for sure. I'm not a mac person, but Try to disable your firewall also try having the other person go to yourip:80 doubt it, but it might work | |||
|
feedback
|