amirraminfar
Programmer
Ok so basically i have a game one being the server and one being the client. I accept and connect just fine from my computer but because I am using a router I have two IP addresses. One being 192.168.... and one 207.115... So I can connect and accept just fine using the 192.168... IP address from with in my LAN. But if I want some one to connect from outside of my LAN, it DOES NOT work. I am guessing because i am not binding to my real IP address.
I tried doing Create(7777,...,...., "207.115..." but that did not work?
Any ideas on how I can bind with my real IP address. Or how I can fix so people from the internet can connect?
I tried doing Create(7777,...,...., "207.115..." but that did not work?
Any ideas on how I can bind with my real IP address. Or how I can fix so people from the internet can connect?