- #1
Fuz
- 71
- 0
I'm working on a personal project in python. It's a chat program and its working nicely. The problem is that it only works nicely over a LAN connection. My friend can't connect to my chat server. This server, by the way, is not web-based. It just uses simple sockets and client-server connections. Watered down, it looks like this:
Enter an IP address:
Enter a port number:
If I'm hosting, what IP address does my friend enter to connect to my server? The port is 5555.
Lets say my IPs are:
WAN: 45.122.87.30
LAN: 192.168.1.40
Thanks in advance,
Fuz
Enter an IP address:
Enter a port number:
If I'm hosting, what IP address does my friend enter to connect to my server? The port is 5555.
Lets say my IPs are:
WAN: 45.122.87.30
LAN: 192.168.1.40
Thanks in advance,
Fuz