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!!!

Joined
Apr 11, 2010
Messages
931
Reaction score
407
I am already using bridged mode as shown in the screenshot. I did have it set up before with windows bridging but I dont know if I had internet access then either.

anyway here is what I get when I type ifconfig
Hemer - Tutorial: How to use no-ip duc!!   With pictures!!! - RaGEZONE Forums
 
Experienced Elementalist
Joined
May 18, 2009
Messages
267
Reaction score
47
three things:

eth0 started: yes

bridged mode(if you have a router): yes

corect ip type: your pwserver requires 192.168.0.0 networks.
what are your windows ip's like?
if they are like 192.168.178.x then you have to change your
server ip.
 
Joined
Apr 2, 2009
Messages
1,055
Reaction score
209
I am having a bit of trouble enabling internet in my virtual box.

my vbox config is this
Hemer - Tutorial: How to use no-ip duc!!   With pictures!!! - RaGEZONE Forums

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

and internet connection sharing is enabled
Hemer - Tutorial: How to use no-ip duc!!   With pictures!!! - RaGEZONE Forums


I am running this on a Windows Vista on a router.
I cant seem to get internet access and pinging outside ips says host is unreachable.
pinging my host ip takes forever and doesnt return anything.

any help would be appreciated thx. :):

edit the subnet mask of vbox is 255.255.255.0 idk why it was set to 255.255.0.0 like in the screenshot.

change your IPv4 Network Mask to 255.255.255.0 coz at VBOX have mask 255.255.255.0 if you wan to connect with your VBOX you must use the same Net MASK:wink:
 
Joined
Apr 11, 2010
Messages
931
Reaction score
407
I did that already. I put it at the bottom of my post I just didnt update the picture. I have updated the picture now however.

thx anyway.

Im gonna try windows bridging again
i can ping my router but when i try and ping outside like google
it doesnt return anything. It doesnt return thats its found it or that it couldnt find it. It just keeps searching.
 
Joined
Apr 2, 2009
Messages
1,055
Reaction score
209
I did that already. I put it at the bottom of my post I just didnt update the picture. I have updated the picture now however.

thx anyway.

Im gonna try windows bridging again
i can ping my router but when i try and ping outside like google
it doesnt return anything. It doesnt return thats its found it or that it couldnt find it. It just keeps searching.

change your VBOX Network Interface /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address YOUR VBOX IP
netmask YOUR NETMASK
network 172.16.0.0 <<< Always Fill This XXX.XXX.0.0
broadcast YOUR NEWORK BRODCAST
gateway YOUR GATEWAY IP TO INTERNET
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers YOUR DOMAIN IP, IF YOU USE DOMAIN
dns-search YOUR DOMAIN NAME, IF YOU USE DOMAIN

-----------------------------------------------------------------
and don't forget to Replace the IPs with your current addresses except the lines with 0.0.0.0

/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
 
Last edited:
Joined
Apr 11, 2010
Messages
931
Reaction score
407
I am using you virtualbox server.

here is my current interfaces
Hemer - Tutorial: How to use no-ip duc!!   With pictures!!! - RaGEZONE Forums


# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.10 this is right
netmask 255.255.255.0 this is right
network 192.168.0.0 I assume this is right cos it the network Im on.
broadcast 192.168.0.255 Im guessing this is right
gateway 192.168.0.50? <~ here do i put my router ip since it is my gateway for my host pc?
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.50? <~ not quite sure what to put here. Im guessing nothing since I dont have a domain name. or do I put my gateway here which is my router ip?
dns-search YOUR DOMAIN NAME, IF YOU USE DOMAIN

Im not to good when it comes to networking.
thx for the help.

---------- Post added at 11:18 AM ---------- Previous post was at 10:21 AM ----------

change your VBOX Network Interface /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address YOUR VBOX IP
netmask YOUR NETMASK
network 172.16.0.0 <<< Always Fill This XXX.XXX.0.0
broadcast YOUR NEWORK BRODCAST
gateway YOUR GATEWAY IP TO INTERNET
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers YOUR DOMAIN IP, IF YOU USE DOMAIN
dns-search YOUR DOMAIN NAME, IF YOU USE DOMAIN

-----------------------------------------------------------------
and don't forget to Replace the IPs with your current addresses except the lines with 0.0.0.0

/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


Thx hrace it worked :thumbup1:

---------- Post added at 11:33 AM ---------- Previous post was at 11:18 AM ----------

I get replys when i ping external site like google but I still cannot find the no-ip package or update apt-get :blink:
 
Joined
Apr 2, 2009
Messages
1,055
Reaction score
209
I am using you virtualbox server.

here is my current interfaces
Hemer - Tutorial: How to use no-ip duc!!   With pictures!!! - RaGEZONE Forums


# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.10 this is right
netmask 255.255.255.0 this is right
network 192.168.0.0 I assume this is right cos it the network Im on.
broadcast 192.168.0.255 Im guessing this is right
gateway 192.168.0.50? <~ here do i put my router ip since it is my gateway for my host pc?
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.50? <~ not quite sure what to put here. Im guessing nothing since I dont have a domain name. or do I put my gateway here which is my router ip?
dns-search YOUR DOMAIN NAME, IF YOU USE DOMAIN

Im not to good when it comes to networking.
thx for the help.

---------- Post added at 11:18 AM ---------- Previous post was at 10:21 AM ----------




Thx hrace it worked :thumbup1:

---------- Post added at 11:33 AM ---------- Previous post was at 11:18 AM ----------

I get replys when i ping external site like google but I still cannot find the no-ip package or update apt-get :blink:

try to search at this treath, i see someone already post it, but i forget where is it :mellow:
 
Last edited:
Joined
Apr 11, 2010
Messages
931
Reaction score
407
Fixed :thumbup1:
I can now access the ubuntu repositories.
the problem was i needed to change the ip in my /etc/resolve.conf
to the ip of my router

thx for the help :laugh:

---------- Post added at 02:26 PM ---------- Previous post was at 01:42 PM ----------

I now have no-ip installed and have a domain name for my ip but when i ping myself i get no response. I would say this has something to do with my router itself. Is there anything you can recommend I change to allow my router to respond to the outside world.

thx

I can ping my router and get a reply yet still cant connect from outside
 
Last edited:
Newbie Spellweaver
Joined
May 3, 2010
Messages
23
Reaction score
0
Thanks everyone I have a working public server now.
I just needed to open the ports on my router and it works now. :):

okay, i read the whole topic.. but something is still not clear for me
now i made a no-ip acc and have now an ip and domainname.
now,
its

95.113.195.111


winscp to server:
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.10
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255 <<< change her to 95.113.195.111??
gateway 192.168.0.50 << and here?
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 95.113.195.111 << right?
dns-search <<< right?

and which port do u open in ur router?
i also use a router
 
RaGEZONER
Loyal Member
Joined
Sep 29, 2009
Messages
1,563
Reaction score
321
interface change = nothing ! you have a router than portforwarding to you local IP on port 29000 - your ProviderIP / online is refreshed in your no-ip acc --- which Router you have ?

---------- Post added at 07:11 PM ---------- Previous post was at 07:08 PM ----------

btw

address 192.168.0.10
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.1 <- comes from /etc/resolved.conf
 
Joined
Apr 11, 2010
Messages
931
Reaction score
407
okay, i read the whole topic.. but something is still not clear for me
now i made a no-ip acc and have now an ip and domainname.
now,
its

95.113.195.111


winscp to server:
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.10
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255 <<< change her to 95.113.195.111??
gateway 192.168.0.50 << and here?
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 95.113.195.111 << right?
dns-search <<< right?

and which port do u open in ur router?
i also use a router

Your interfaces reflects your network configuration. If your vbox is connected to your router it is correct and does not need changing.

Have you installed no-ip on vbox?
Code:
apt-get noip2

Basically you only need to Register a domain name, establish internet in vbox and install and setup no-ip.
 
Joined
Oct 14, 2009
Messages
5,493
Reaction score
2,299
okay, i read the whole topic.. but something is still not clear for me
now i made a no-ip acc and have now an ip and domainname.
now,
its

95.113.195.111


winscp to server:
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.10
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255 <<< change her to 95.113.195.111??
gateway 192.168.0.50 << and here?
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 95.113.195.111 << right?
dns-search <<< right?

and which port do u open in ur router?
i also use a router

Broadcast -- No change
Gateway -- Should = your routers exact IP address

on your router you are going to want to forward the following ports:

29000 for the game itself
80 if you want people from the WAN side to be able to register or access /opt/lampp/htdocs etc...

Obviously you want to forward both of those ports to the IP of your server, which would appear to be 192.168.0.10 by your example.
 
Newbie Spellweaver
Joined
May 3, 2010
Messages
23
Reaction score
0
Your interfaces reflects your network configuration. If your vbox is connected to your router it is correct and does not need changing.

Have you installed no-ip on vbox?
Code:
apt-get noip2

Basically you only need to Register a domain name, establish internet in vbox and install and setup no-ip.

okay, i try to install no-ip on unbutu in vbox since yesterday..
i m very noob in linux system, i dont get it o.o
and my ubuntu in vbox has no internet connection,so i cant do an update or something like this..
is there another way do install noip2? i try it with winSCP copy the install folder into ubuntu, downloaded it from the ubuntu website. but i dont get it...
i follow the readme too but. however, i m very noob with linux o.o
and i follow the instructions to how to make internet in vbox ubuntu.. no success...
i m trying it since 2 days now..
 
Joined
Apr 11, 2010
Messages
931
Reaction score
407
okay, i try to install no-ip on unbutu in vbox since yesterday..
i m very noob in linux system, i dont get it o.o
and my ubuntu in vbox has no internet connection,so i cant do an update or something like this..
is there another way do install noip2? i try it with winSCP copy the install folder into ubuntu, downloaded it from the ubuntu website. but i dont get it...
i follow the readme too but. however, i m very noob with linux o.o
and i follow the instructions to how to make internet in vbox ubuntu.. no success...
i m trying it since 2 days now..

You will need internet connection in vbox.

step 1. Can you ping your router?
Yes goto step 2.
no edit your interfaces to relect your router and make sure you are using bridged mode and try step 1 again.

Step 2. Can you ping and external site?
Yes goto step 3.
no are you sure your interfaces if right and there is no firewalls or anything blocking you.

Step 3. Can you ping the ubuntu repositories?
Yes goto step 4.
no edit you resolv.conf to reflect your router ip

Step 4. Type
Code:
apt-get update
apt-get install noip2

If all goes successfully no-ip will be downloaded.
Setup no-ip and port forward your router.
 
Newbie Spellweaver
Joined
May 3, 2010
Messages
23
Reaction score
0
You will need internet connection in vbox.

step 1. Can you ping your router?
Yes goto step 2.
no edit your interfaces to relect your router and make sure you are using bridged mode and try step 1 again.

Step 2. Can you ping and external site?
Yes goto step 3.
no are you sure your interfaces if right and there is no firewalls or anything blocking you.

Step 3. Can you ping the ubuntu repositories?
Yes goto step 4.
no edit you resolv.conf to reflect your router ip

Step 4. Type
Code:
apt-get update
apt-get install noip2

If all goes successfully no-ip will be downloaded.
Setup no-ip and port forward your router.

a questino in the first step...

this is my interface
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.10
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.1

my router ip is
i change now which line? o.o
sry... i m very noob with linux xD
first time run linux in vbox....
 
Newbie Spellweaver
Joined
May 3, 2010
Messages
23
Reaction score
0
make bridge networking - its better -> you must change all ip to 192.168.178.x -> step 4

---------- Post added at 12:27 AM ---------- Previous post was at 12:21 AM ----------

files are needed new ip -> http://forum.ragezone.com/5602151-post45.html

okay, all files changed to 192.168.178.x
now i test it again

---------- Post added at 10:50 PM ---------- Previous post was at 10:32 PM ----------

make bridge networking - its better -> you must change all ip to 192.168.178.x -> step 4

---------- Post added at 12:27 AM ---------- Previous post was at 12:21 AM ----------

files are needed new ip -> http://forum.ragezone.com/5602151-post45.html

okay, i do eveverything what u said,
change all 192.168.0.x ip to 192.168.178.x in every file which needed
and i use bridge connection with my wlan, also active the function which alouds VirtualBox Host-Only Network share the inet connection.
then i start again, i can ping my router, but lose my internet connection, then i ping to the internet.. nothing again :(:






okay, now i can ping to my router, but not to the internet
this is my interface
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.178.10
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.178.255
gateway 192.168.178.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.178.1
 
Last edited:
Back
Top