Now when you say change the local host back would that be in my Host file ?
I will try opening ports 7000 - 7100
I have contacted my ISP and they say all my ports are open on there end, on my end with my shityy d-link router and its crappy settings I have manually added ports 9000 TCP/UDP 7000 7001 7002 7003 etc one at a time unlocked tcp/udp
Then i unlocked through program porting ports 1024 - 6000 and when I load up the website
http://www.canyouseeme.org/ and check port 9000 with the server off it says blocked as soon as I run the server it says success port is open but with the server on the rest of teh ports 1024, 6000, 7000 all say no success so i am getting very frustrated here so I figured my router was malfunctioned so I reset the whole router and reconfigured it all over again and still no connect for my friend it connects to login server connects to world I can play on it when he connects still nothing in World.exe and shoots him to the login screen.
So then I reset the router again unlocked teh ports through router firewall setting I unlocked them through program settings and also through virtual server I even set up the no-ip config through my routers DNS service so this is totally making me mad its cool playing on my server but all alone doing it is gay.
Would it be all because of my host file where i added
192.168.0.100 localhost
Quote:
127.0.0.1 localhost
127.0.0.1 dragonnest.no-ip.info
Note that the "dragonnest.no-ip.info" is what you need to replace with what yours.
Also after doing this use the dns address for your worldserver address as well as you zoneserver address. Replace all the 127.0.0.1 with your DNS address. After doing this both people from outside your router as well as yourself will be able to log into server.
*NOTE by Striat- Just to try to make things a little more clear, you would replace the 127.0.0.1 with what you get from going to start>run>cmd and typing in ipconfig. Doing so will give you IP address, Subnet Mask, etc. You want the number next to IP address, such as in my case 192.168.xxx.xxx. So, your hosts file would look more like this at the end:
127.0.0.1 localhost
192.168.xxx.xxx YourNoIPName.no-ip.info
|
you see where it says "Replace all the 127.0.0.1 with your DNS address. After doing this bothe people from outside your router as well as yourself will be able to log into server."
So wouldnt it look like this then after 192.168.0.1 localhost
192.168.0.1 myaccount.no-ip.info
But you are saying to make it look like this
127.0.0.1 localhost
192.168.0.1 myaccount.no-ip.info
would this be my whole problem having the 192.168.0.1 where i should have the 127.0.0.1