Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Tutorial: How to use no-ip duc!! With pictures!!!

Skilled Illusionist
Joined
Nov 1, 2008
Messages
315
Reaction score
40
If using bridged mode with vbox forward the ports to your vbox ip not the host. ie forward to 192.168.0.10

I fowarded to 192.168.2.62 bcz my server have that ip adress @@
But funny thing.. before i opened 2900 port i could login..
Now i cant -.-

---------- Post added at 09:28 PM ---------- Previous post was at 08:26 PM ----------

Pff... i enabled firewall in router, put low security and my server is working @@
 
Junior Spellweaver
Joined
Nov 22, 2008
Messages
128
Reaction score
4
How would i put mine online im using this release here.
http://forum.ragezone.com/f452/vbox-image-pw-1-3-6-1-a-650130/

my modem/router its a all in one's range is a little different
my routers ip is 192.168.x.x my x.x is different to the server's the servers is 192.168.0.1

The current setup which i followed in the above thread works since i have it under Host only adapter.

i can ping the vbox fine and i can ping myself fine from the vbox itself

if i go bridged i cant do anything

-Current Setup-
Hemer - Tutorial: How to use no-ip duc!!   With pictures!!! - RaGEZONE Forums
 
Junior Spellweaver
Joined
Nov 22, 2008
Messages
128
Reaction score
4
both xxx.xxx.0.1 not possible - try host-only to xxx.xxx.0.2 or go bridge modus [ i use only bridge modus - its better and easier ]

Which ip would i change?
because both are technically wrong
my network is like 192.168.1.1 so on and so forth not the current set which is 192.168.0.1 or 192.168.0.10 if that makes sense so which ips would i change? both or which one could you please specify which one i will need to change and where else i would need to change the ip

Thanks.
 
Joined
Apr 11, 2010
Messages
931
Reaction score
407
Change to bridged mode and make sure the vbox bridged mode driver is enable on your network card.

Hemer - Tutorial: How to use no-ip duc!!   With pictures!!! - RaGEZONE Forums


edit your /etc/network/interfaces
Code:
#The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.X  
netmask 255.255.255.0 #Subnet mask
network 192.168.1.0 #Network
broardcast 192.168.1.255 #Broardcast
gateway 192.168.1.1 #This is your gateway which is your router.
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1 #dns if you have it.

resolv.conf
Code:
nameservers 192.168.1.1

Then change the ips in the following files except 0.0.0.0
Code:
/PWServer/gacd/gamesys.conf
/PWServer/gamed/gmserver.conf
/PWServer/gamed/gs.conf
/PWServer/gamed/gsrollback.conf
/PWServer/gamedbd/cashstat.conf
/PWServer/gamedbd/gamesys.conf
/PWServer/gdeliveryd/gamesys.conf
/PWServer/gfactiond/gamesys.conf
/PWServer/glinkd/gamesys.conf
/PWServer/logservice/logservice.conf
/PWServer/uniquenamed/gamesys.conf
/etc/authd.conf
/etc/gmopgen.xml
/etc/GMserver.conf
/etc/hosts
/etc/iweb.conf
/root/apache-tomcat-5.5.28/webapps/pwAdmin/.pwconf.conf
You may need to clear the cache of tomcat by deleting the contents of the work folder in tomcat.

Then type
Code:
apt-get update
Then
Code:
apt-get install noip2

Follow the guide on the first post

Then forward your ports on your router

29000 = Perfert world server (You Must forward this for obvious reasons)
80 = apache webserver this contains the
8080 = apache tomcat. This is pwAdmin
It is up to you whether you forward ports 80 and 8080. Keep in mind that players need a way to register.
 
Last edited:
Newbie Spellweaver
Joined
May 7, 2010
Messages
50
Reaction score
0
DONE!
i have a public server (just for tests)

so i dont knowif someone already ask this..but
i ll ask..
with noip installed
i can make a /CPW/? to put files from my server aut in the clients
cuz i wanna kno how it works in public server

- and register/rank pages can i put the ip for noip or ip for vbox?

can someone tellme those things..
cuz this is almost a PUBLIC server so if iget a host server i wll know
a little how it wll work..

well thanks in advanced
sorry MY BAD ENGLISH =]
 
Junior Spellweaver
Joined
Nov 22, 2008
Messages
128
Reaction score
4
When i switch to bridged mode i cannot do anything.
i cant access the server via wincp on 192.168.0.10 nor any other ip address
i have the adapter enabled on my network card like you said.
 
Junior Spellweaver
Joined
Nov 22, 2008
Messages
128
Reaction score
4
So the 192.168.0.10 would be changed to the next available ip by my router like for instance
192.168.1.3

so it would look like so.
-/etc/network/interfaces-
Code:
#The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.3 
netmask 255.255.255.0 #Subnet mask
network 192.168.1.1 #Network
broardcast 192.168.1.255 #Broardcast
gateway 192.168.1.1 #This is your gateway which is your router.
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1 #dns if you have it.
-resolv.conf-
Code:
nameservers 192.168.1.1    <-- no idea if i need to change

-then-
Change all the ips in these files from 192.168.0.10 to 192.168.0.3 ?

Code:
/PWServer/gacd/gamesys.conf
/PWServer/gamed/gmserver.conf
/PWServer/gamed/gs.conf
/PWServer/gamed/gsrollback.conf
/PWServer/gamedbd/cashstat.conf
/PWServer/gamedbd/gamesys.conf
/PWServer/gdeliveryd/gamesys.conf
/PWServer/gfactiond/gamesys.conf
/PWServer/glinkd/gamesys.conf
/PWServer/logservice/logservice.conf
/PWServer/uniquenamed/gamesys.conf
/etc/authd.conf
/etc/gmopgen.xml
/etc/GMserver.conf
/etc/hosts
/etc/iweb.conf
/root/apache-tomcat-5.5.28/webapps/pwAdmin/.pwconf.conf

if someone could pm me there whole config so i may see and edit where i should then it would be great or post here.
 
Last edited:
Junior Spellweaver
Joined
Nov 22, 2008
Messages
128
Reaction score
4
yea it was a typo sorry about that.
ok i will give this a shot.

-Edit-
Seems i have got it working now the apt-get update commands working so its now using the my network yay ^^ thanks
 
Last edited:
Junior Spellweaver
Joined
Nov 22, 2008
Messages
128
Reaction score
4
-Double Post- Sorry
Ok everything seems to be working great but.
my ips etc are sending me to my router page any ideas?
 
Junior Spellweaver
Joined
Nov 22, 2008
Messages
128
Reaction score
4
I have forwarded every port that is needed.
all my ips lead me back to my router configuration page

And my no-ip sends me there also which is annoying as hell since this is the last piece of the puzzle lol.

-Edit-
Figured it out fixed :p
Thought i cant get pwadmin to load now -.- lol.

-Edit-
Got pwAdmin running thought i cannot access 2 of the pages.
Server Control <- comes up with nothing just the menu bar
Characters <- does the same as above.
 
Last edited:
Junior Spellweaver
Joined
Nov 22, 2008
Messages
128
Reaction score
4
Thats the point i cannot start the server because i cannot view the Server Control tab i click it and nothing comes up i just see the menu bar above it.

-Edit-
Does anyone has any ideas why i cannot view Server Control page in pwAdmin? i have reinstalled pwadmin 3 times now for no change.


-Edit-
Ok now im somewhat baffled lol.
i have 2 pwAdmins 1 is allowing me to open my server and not letting me edit characters or add [GM] etc
The second one allows me to edit characters etc add gm delete charcacters etc but does not let me view server control and character pages.
Also pwAdmin <-1 lets me login with 1 user.
and pwAdmin <1 lets me use a differant 1
and both have the exact same config.
1 use's my user obviously root
and the other use's my password.
 
Last edited:
Experienced Elementalist
Joined
Sep 2, 2010
Messages
212
Reaction score
9
Well this is mi first post i read post and post and really need help T_T i try to put a server an play whit a friends but i cant put online T_T, i install de no-ip like the guide, i have conexcion in the vbox whit te red, can ping whit google.com, i changed the ip in the directories of server.
I use router and dont know what i doo wrong this pic maybe help o tellme what post i can read, i really desperate, sorry mi bad inglish.
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Sep 2, 2010
Messages
212
Reaction score
9
When i trie to conect i have this error
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Apr 11, 2010
Messages
931
Reaction score
407
Welcome to RaGEZONE

Please edit your posts if you post a few minutes later to avoid double posting.

Please read here
http://forum.ragezone.com/f452/help-vbox-vmware-configuration-x-673719/#post5769313
http://forum.ragezone.com/f452/etc-network-interfaces-please-help-685847/

I don't know how you are able to connect to the server because to me the interfaces looks wrong.

Your resolv.conf looks correct and as does the vbox settings.

I take it you managed to install no-ip?

Its also pointless testing both connections on the same PC. The PC connecting to your no-ip address must be outside your internal network.

As for your most recent image. It looks like you have logged into the server and can create a character but can't access the world. In my experience this is because the location you are trying to enter is not available. Make sure that all the required maps are running then login and/or change your characters location via pwAdmin.
 
Experienced Elementalist
Joined
Sep 2, 2010
Messages
212
Reaction score
9
Welcome to RaGEZONE

Please edit your posts if you post a few minutes later to avoid double posting.

Please read here
http://forum.ragezone.com/f452/help-vbox-vmware-configuration-x-673719/#post5769313
http://forum.ragezone.com/f452/etc-network-interfaces-please-help-685847/

I don't know how you are able to connect to the server because to me the interfaces looks wrong.

Your resolv.conf looks correct and as does the vbox settings.

I take it you managed to install no-ip?

Its also pointless testing both connections on the same PC. The PC connecting to your no-ip address must be outside your internal network.

As for your most recent image. It looks like you have logged into the server and can create a character but can't access the world. In my experience this is because the location you are trying to enter is not available. Make sure that all the required maps are running then login and/or change your characters location via pwAdmin.

well i see the guides but i have the same error i cant put mi server public. In the interfaces 1 guide says the ip cannot be 192.168.0.10 need be in the same range an my ip is 192.168.1.x i changed for 198.168.1.4 but when do the same to VBOX i cant enter to the pwAdmin, if i let the VBOX in 192.168.0.1 and the interfaces 198.168.1.4 can enter to pwAdmin & game.
And the 2 guide says other things =S and i lost because say the ip be the same in the VBOX an ADDRESS.
this is mi ip.
router ip: 189.221.196.132
ip lan: 192.168.1.1
red lad: 192.168.1.2
wlan: 192.168.1.3
and put this ip to the vbox: 192.168.1.5
and change the address in the interfaces to: 192.168.1.4
if change the VBOX to 192.168.1.4 i lost the conection
only in this mode can access to pwAdmi or i have to let the vbox whit the initial 192.168.0.1
The dns i put the router ip and put this in no-ip.
If can sayme the rigth configuration i preciated.
sorry mi bad ingl.

i cant put the server public i think is the port in the red whit the pages to check ports the 80, 8080 and 29000 looks closed i use portforwaring tools but is closed the ports T_T
 
Last edited:
Back
Top