DiscoJimmy
Newcomer
- Joined
- Oct 16, 2003
- Messages
- 8
Ok, I think this probably a very basic question. I'm a C#/VB.NET programmer who knows very little about network communications. I've managed to hack out a chat application based on Sockets. I made another based on TCPClient/TCPServer classes that ran the same way. The problem is that it only works over my office network. I've been using the local IP's (10.0.0.5 etc.)
Is it possible to talk to these ports when you're outside the LAN? If I get the IP address of the network, and I know the local IP, what do I do? The network has no proxy, and is just a couple of computers and a router(or maybe hub).
Thanks in advance,
DiscoJimmy
Is it possible to talk to these ports when you're outside the LAN? If I get the IP address of the network, and I know the local IP, what do I do? The network has no proxy, and is just a couple of computers and a router(or maybe hub).
Thanks in advance,
DiscoJimmy