How would I find the IP adress that I would need to connect to once I am hosting an OINC or web server through MMF2? All I can find is my local IP, but not the one I am hosting at.
Thanks, LB.
Printable View
How would I find the IP adress that I would need to connect to once I am hosting an OINC or web server through MMF2? All I can find is my local IP, but not the one I am hosting at.
Thanks, LB.
whatismyip.com or something like that. Just google.
Also, you could get a program called DynDNS, that automatically redirects a domain (like lb.ath.cx) to your IP.
I found a site, but the IP I connect to still won't load. I have it so when the GET command is sent I sen the string "Yay it works!" back to wherever it cam from. I have my computer hooked to a firwall/network router and then to my AT&T router thing and then to the plug in the wall. Is it possible AT ALL for me to host a webserver/OINC server as is?
When you connect to the server you're hosting, you have to take 127.0.0.1. (Or localhost, which redirects to 127.0.0.1)
Also, you need to forward port 6121... google a while, you'll find a tutorial
What do you mean I have to "take 127.0.0.1"? I did some googling and nothing I tried worked. Does the setup I have prevent me from hosting a server than can be connected to?
Edit: maybe you could upload a working example with info on how to connect to it in good detail? Thanks for your help so far!
Type 127.0.0.1 in the browser's address bar and click "Go".
What is it suppost to do, I just still get the same cannot find server error. I also could not connect to the OINC host server thing that came with the most recent OINC version, It said it was hosting but I was not able to connect to it. Also a self-IP feature would be nice to have for this.
Host the webserver on port 80 and try that again. Alternatively, add the port after the address:
http://127.0.0.1:6121
I am still hosting the server on port 80 and I keep trying to load that IP but it still gives me an error that the page doesn't exist, am I doing something wrong with my code? All I have is to host webserver on port 80 and upon the GET command start webserver response then send text "YAY it works!" but it's not doing that, and there is no way to see if the server is being hosted succesfully.
Edit: Can you just tell me my IP from this post?
I'm not sure this will help but this is how I did it.
Forwarding in the router
1. Went in to my router via the browser (Firefox for me). Typed 192.168.0.1 in browser address field. This will usually launch the router application.
2. Login - you should have information in router manual what login and password are the first time. These should be changed!
3. I have a d-link router so I selected 'Advanced' from the menu and then 'Virtual server'.
3. I wrote oinc for Application (any name is ok here). Selected the computer in drop list. Wrote 6121 (in this example) for public and private port.
4. Saved and exit.
5. In the ini file for MMF game client app you change the server to the ip number you got when you ran:
http://www.ip-adress.com/
That's it!
(if I forgot something I'm sure someone can add it) :)