• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Linux BIG PROBLEM with BIND IP'S! (repp+)

Axelor

Member
Joined
Sep 2, 2010
Messages
505
Reaction score
9
Hello otlanders!

I have a problem with linux ubuntu 10.0.4. I have 3-4 dedicated ip's
but I can only use the ip that I get with the dedicated server,
I know the ip of my "dedicated ip", but they dont work!

I found a tutorial how to bind them so they also work, but I dont know how to do it. So I am gonna ask the otland community for help.

The link for the tutorial : How to bind a range of IP’s in Debian / Ubuntu Linux

And the ips:
188.165.196.76 - Main IP
178.32.63.65
87.98.249.112
178.32.63.74

This ips:
178.32.63.65
87.98.249.112
178.32.63.74


Have to work to, so I can use this ips to. Can some1 help?

this is the interfaces (/etc/network/) I have now .

PHP:
# 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

auto eth0
iface eth0 inet static
	address 188.165.196.76
	netmask 255.255.255.0
	network 188.165.196.0
	broadcast 188.165.196.255
	gateway 188.165.196.254


Can some1 help?

Repp+
 
Last edited:
ifconfig eth0:1 178.32.63.65
ifconfig eth0:1 up

fconfig eth0:2 87.98.249.112
ifconfig eth0:2 up

fconfig eth0:3 178.32.63.74
ifconfig eth0:3 up

just it friend.
 
# 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

auto eth0
iface eth0 inet static
address 188.165.196.76
netmask 255.255.255.0
network 188.165.196.0
broadcast 188.165.196.255
gateway 188.165.196.254

ifconfig eth0:1 178.32.63.65
ifconfig eth0:1 up

fconfig eth0:2 87.98.249.112
ifconfig eth0:2 up



this?
fconfig eth0:3 178.32.63.74
ifconfig eth0:3 up
 
Post these kind of stuff in
Code:
[./code] without the dot.
[code]# 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

auto eth0
iface eth0 inet static
address 188.165.196.76
netmask 255.255.255.0
network 188.165.196.0
broadcast 188.165.196.255
gateway 188.165.196.254 

ifconfig eth0:1 178.32.63.65
ifconfig eth0:1 up

fconfig eth0:2 87.98.249.112
ifconfig eth0:2 up



this?
fconfig eth0:3 178.32.63.74
ifconfig eth0:3 up

PS
you made sure you made a backup right?
 
Back
Top