problem with NO-IP

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 9, 2009
Messages
21
Reaction score
0
I want to make my server NO-IPi try but i dont know what to do writh in the word servcer login and charserver if i use no ip .
where to writh my NO-IP adress and what to whrith in the oder place?
like:in the lanip, in the server ip ,in the char ip ...
And finally what adrees to writh in the start.bat?
 
of course it's possible.

you register for a no-ip address from no-ip.com
you set the no-ip address to point to your server's WAN Ip in their nameserver configuration page.
now any time you type your new no-ip address into any browser, it will automatically be redirected to your server's WAN ip address.

Now you just put the no-ip address into every place in your server which should have the WAN IP. (all 3 conf files and your launcher, bat file or whatever you run the game with)


Check whether the internet can actually see your WAN ip.
Use to figure out what it is first.
Note if you are behind a router, then this IP is the one that the router shows to the internet, NOT the ip of your computer. To make sure that your new no-ip address goes to your computer make sure that you forward ports 29000, 29100 29200 and 80 to your computer that contains your server and game web site (if you have one)
 
how i set the ports 29000, 29100 29200 and 80 in the no-ip.com?
look what i do:

if u done see:


i do like that but the server still wasn't working,, it's stuck in the login when i have masge conect to server somthing like that//
 
Last edited:
how i set the ports 29000, 29100 29200 and 80 in the no-ip.com?
You don't.

Set this in your router.
If you don't have a router and are connected directly to a modem then set the ports as exceptions in your firewall

DO NOT set a port redirect in your no-ip address at no-ip.com
If you do that then it will attempt to redirect all communications to one port and will prevent anything coming to any other ports at all.

Also why the heck did you put your no-ip address in your LAN IP and in your lansubmask???

I'm sure i told you NOT to do that.

Yup here is my earlier post
you should use your no-ip site name in every place where you would normally put your WAN IP
Put in in all 3 server conf files
leave all teh other ips as they were before
your LAN IP should be whatever the LAN IP of your server PC is within your LAN.
If you don't have a LAN (router) then this should work OK as your no-ip address or as 127.0.0.1 (Note: I haven't actually tried running a public server without a LAN so I might be wrong about that)

Your lansubmask should always be whatever the submask shows up as in your control panel under networking/status.
typically it's 255.255.255.0 though it might differ from that a little in some cases. Mine here is 255.255.254.0
It should definitely NOT be your wan ip or no-ip address.

Your launcher looks fine
 
Hey i dont get that i conect to my router and i dont know how to add ports u can give me picture how to do that .....
 
i add the ports what i do worng?!?!?!?
i open ports just like u say see?

if u dont see:

and in the file :


if u dont see:
 
SOMEONE CAN HELP!!?!!?!?
i do like that in my router:

and i stil cant conect to my server!!!
 
your LAN ip is still wrong
You have it set to myrose.no-ip.org
It should be 192.168.2.101 going by the setup page on your router.

Additionally, myrose.no-ip.org refuses to load when i type it into my browser. Do you have a CMS web site there in addition to your rose server?

if not then please open a text editor and pastee in the following to make a simple little web page tester
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
<html>
	<head>
		<title>
                        MyRose html testpage
                </title>
	</head>
	<body>
		<h1>It works! This is the web folder for the MyRose.no-ip.org Server</h1>
	</body>
</html>
save it as index.html into the root folder of your webserver.
If you are using Xampp this will be the Xampp\htdocs folder

Forward port 80 to 192.168.2.101 in your router so that the website URL request is sent to the correct place.
Make sure Xampp (or whatever web server program you are using) is running then type Myrose.no-ip.org into your browser window. It should resolve to this new web page if you set up your no-ip address correctly.
It will just print out the "It Works" message from the body text.

let me know how it works
 
i open port 80 but i dont get how i ues at xamp and how i do that:

Forward port 80 to 192.168.2.101 in your router so that the website URL request is sent to the correct place.
Make sure Xampp (or whatever web server program you are using) is running then type Myrose.no-ip.org into your browser window. It should resolve to this new web page if you set up your no-ip address correctly.
It will just print out the "It Works" message from the body text.


i can give me video of that or somthing?
 
OK let's go back to basics to get some information

what web server are you using to run your server?
You have to have one or there is no way you can ever connect via the internet.

What are you using to run your DB? Mysql? (osrose, osirose and osprose files) mssql? (arc files)

What type of server files are you running?

Which tutorial did you use to set it up?

As soon as i know exactly where you are at i will give you some specific instructions.
 
i was with wamp now i use xampp i navigat mysql 8 to in all the conf file i do like i show u befor...
that all i do i dont know what u mean in all your question..
if u can help me oon icq or msn its help more..
 
I can't use any kind of messenger from here. i am at work.

So you are using xampp now. Good it is a lot nicer than wamp IMO.

Please try this again.
copy the text in this codebox into a text editor such as notepad then save it as index.html
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
<html>
	<head>
		<title>
                        MyRose html testpage
                </title>
	</head>
	<body>
		<h1>It works! This is the web folder for the MyRose.no-ip.org Server</h1>
	</body>
</html>
Once you have saved the file, put it into the folder xampp\htdocs That is your root web folder so that whenever you type your no-ip address into a web browser, it will resolve to this page.
If you set up your no-ip address correctly and you have port 80 forwarded to your computer and you are not running any kind of firewall software that is blocking it then anybody will be able to see this.

Is the name of your server actually myrose.no-ip.org or is that just an example?
When try to go to myrose.no-ip.org i get nothing.
 
i dont know... man it not work i save the file u say at the xampp\htdocs and whn i type myrose.no-ip.org i dont get nothing.. what i do worng?
 
OK this is not a bad thing. We are actually starting to get somewhere now.

That means one of several possible things.
  1. you have not correctly set up your no-ip redirect.
  2. You have not redirected port 80 to the computer that you put your test site and server on.
  3. your computer has a firewall running and it is blocking incoming requests on port 80 (possibly 29000, 29100 and 29200 also)

It looks as if you have your router set up correctly to forward ports 2900, 29100 and 29200. Did you forward port 80 to the same computer yet? Website requests always come in on port 80 so you have to make sure this is set.

Check to see if you have any firewall software running on your server computer. if you do then either disable it (not really recommended) or set up exceptions for ports 80, 29000, 29100 and 29200. Basically holes in your firewall that allow traffic to pass through.

Log into your account at no-ip.com and make sure that myrose.no-ip.org points toward your WAN IP address and that it does not have a port redirect built in. It should ONLY be your WAN IP.
i.e. it should be 84.110.221.241 and NOT 84.110.221.241:29000

this might sound dumb but also make sure that xampp is actually running.
Typing 127.0.0.1 or localhost into your browser should also take you to the test page index.html
If it doesn't work then your webserver is dead or disabled.
 
Status
Not open for further replies.
Back