Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to run a game server on a virtual machine (VMWare) running WinXP. I have the network connection bridged, so it has it's own IP address on the network, with a LAN IP 192.168.1.202.

My problem is that I can Ping my WAN address from the command prompt successfully, but when I try to run a server program that loops out, then connects to my WAN address to a program on another port, it connects successfully, but the program it's connecting to is recognizing the IP setting as 192.168.1.1.

I have checked all my config files for the programs, and they are properly set. There is no problem with the program, because if I change it to work on my LAN addresses, it properly shows the LAN address (192.168.1.202) and works fine.

I am thinking there might be something I need to do with the WinXP DNS settings, because I'm thinking it may just be connecting to either the computer the VM is running on, recognizing it as connected to the internet and looping back, or is connecting to the router (192.168.1.1), and looping back.

I need to have it loop back in AFTER porting out to my WAN address, so other people can connect. I'm not sure what I should set my DNS, because my Laptop has 192.168.1.1 as my DNS lookup, while my desktop computer has a WAN address as one (server is running on desktop). Any thoughts/help would be greatly appreciated, since I know this is an odd/advanced question.

share|improve this question
I swear somebody keeps following me around, downvoting my posts for no reason... -_-; – Reidmere Oct 2 '12 at 18:32
Since this wasn't seen within the scope of programming, let me please explain how I see it as such. I'm using custom-built programs to try to loop the connections outside of the router, back in. I was hoping there would be some method of programming code to not accept local connections, so I could edit my existing ones, either by adding code specifying ports that couldn't be used internally (if such a thing exists), or any other means someone might find a valid alteration to the files. – Reidmere Oct 5 '12 at 1:27

closed as off topic by Joe, Mat, John Watts, nikoshr, Vikdor Oct 2 '12 at 17:56

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.