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

Junior Spellweaver
Joined
Mar 24, 2010
Messages
109
Reaction score
4
what do u mean my interconnection??

ok i follow this step...

1st. download the img..
2nd. download VBox..
3rd. Install Vbox
4th. open the img using Vbox..
5th. setup the Vbox with the 192.168.0.10
6th. start
7th login ID : root Pass: hrace009
8th type : apt-get install no-ip
9th. it say cannot find the package:blink:
 
Joined
Jan 6, 2010
Messages
744
Reaction score
1,051
hello???:?:


I read your last posts and it seems you need some basic knowledge about network configuration first (i.e. how is a virtual machine connected to your current network (bridged, host adapter, ...))

If you want to connect a virtual machine to the internet, you must configure VBox network settings correctly to fit your network infrastructure...

I think nobody can answer this, cause you can't tell us about your network infrastructure configuration
 
Junior Spellweaver
Joined
Jan 21, 2010
Messages
107
Reaction score
4
Looks like I'm not the only one who has that problem. I tried all possible network configs for Vbox but apt-get update fails and it says package not found. Don't know what else to modify.
 
RaGEZONER
Loyal Member
Joined
Sep 29, 2009
Messages
1,565
Reaction score
321
i think its the package: " noip2 " -> [ Quellcode: no-ip ] configuration are the same i think

Code:
sudo apt-get install noip2
 
Last edited:
Joined
Apr 2, 2009
Messages
1,056
Reaction score
210
what do u mean my interconnection??

ok i follow this step...

1st. download the img..
2nd. download VBox..
3rd. Install Vbox
4th. open the img using Vbox..
5th. setup the Vbox with the 192.168.0.10
6th. start
7th login ID : root Pass: hrace009
8th type : apt-get install no-ip
9th. it say cannot find the package:blink:

here open your Network Connection, and see pic above:
Hemer - Tutorial: How to use no-ip duc!!   With pictures!!! - RaGEZONE Forums

don't forget to turn on your Firewall
 
Last edited:
Junior Spellweaver
Joined
Mar 24, 2010
Messages
109
Reaction score
4
I read your last posts and it seems you need some basic knowledge about network configuration first (i.e. how is a virtual machine connected to your current network (bridged, host adapter, ...))

If you want to connect a virtual machine to the internet, you must configure VBox network settings correctly to fit your network infrastructure...

I think nobody can answer this, cause you can't tell us about your network infrastructure configuration


ronny.. i got this

Network
Adapter 1:

Intel PRO/1000 MT Server (Host-only adapter, 'VirtualBox Host-Only Ethernet Adapter')


how was that
 
Junior Spellweaver
Joined
Jan 24, 2010
Messages
128
Reaction score
22
im having the same problem as exrazin so i followed all directions so far. pls help us lol
 
Experienced Elementalist
Joined
May 18, 2009
Messages
267
Reaction score
47
check /etc/udev/rules.d/70-persistent-net.rules
and delete eth1
and change eth0 to
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

and use bridged mode.
But just if you have a router!!!
 
Junior Spellweaver
Joined
Mar 24, 2010
Messages
109
Reaction score
4
is thre other way to make the server online???

i using modem.. not router..

so... got other way so that modem also can make server online??:mellow:
 
Junior Spellweaver
Joined
Mar 24, 2010
Messages
109
Reaction score
4
hey why u delete the tutorial... i just finish update lol..
apt-get update lol
i did it..
i just wanna the tutorial after we press apt-get install no-ip
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Hehe! Hello everybody!

I have made a tutorial for NO-IP in the past xD

Then, i refresh the post here:
1. Go here:
2. Register an account...
3. Login in and [Add host]
4. Let the default configuration, you just need to type a name (ie: mydomain.no-ip.biz)
5. Download the client and connect with your account
6. Just let the no-ip client to retrieve your sub-domain list...

Now you can have a static external access for your server with your dynamic dns!

In the serverlist.txt for your client, you need to put your domain.

example:
Code:
my pwserver    29000:mydomain.no-ip.biz  1
(the space are made with the Tab key and not the Space key!)

note:
don't forget to make a shortcut of NO-IP DUC in your Start menu of windows!

otherwise, your players will be not able to access on your server if you forget to run the NO IP client! :wink:
 
Joined
Apr 11, 2010
Messages
931
Reaction score
407
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.
 
Last edited:
Experienced Elementalist
Joined
May 18, 2009
Messages
267
Reaction score
47
what comes when you tipein "ifconfig"?

---------- Post added at 08:45 PM ---------- Previous post was at 08:43 PM ----------

if you have a router change your connection type to "bridged mode"
 
Back
Top