IP Forwarding

Hey all! I'm kind of new to socket programming and I want to make a very basic application to send messages to my computer at home from work. I'm able to get this to work if the server and client setup is on the same network but how can I deal with it if my server is at my house and my client is at work? Someone told me I'd have to do something called IP forwarding to get the router to pass the message to my server. Any ideas?

[440 byte] By [AdrianBa] at [2007-10-3 0:19:55]
# 1

One end has to connect to the other.

Can you connect from work to your home? Unless your home computer has a public IP that isn't going to happen.

Technically your home router could have the public IP and your computer would be on a private network behind it. In that case you would want the router to forward the traffic. But you still have to be able to connect to the public IP.

jschella at 2007-7-14 17:11:20 > top of Java-index,Archived Forums,Socket Programming...