Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java Sockets and firewalls

Status
Not open for further replies.
Jun 19, 2001
86
0
0
US
I have an interesting problem. I wrote a java application that connects through a firewall to a server on the internet using a socket. Lets say for instance I am connecting to 216.109.127.60 on port 25 and my application is running on 10.0.0.10. If I disable access to port 25 for 10.0.0.10 my application doesn't fail the socket connection. It is almost like my socket is connected to the firewall instead of 216.109.127.60. Does anyone know a way around this?

Nathan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top