Current time: 05-03-2024, 06:26 AM Hello There, Guest! (LoginRegister)


Post Reply 
multiple ip on debian
Author Message
DJSADERS Offline
Junior Member
*

Posts: 22
Joined: Jun 2007
Reputation: 0
Post: #1
multiple ip on debian
Hi,

no matter what i try i cant get my second ip to work on debian etch

my interfaces file is below...

# The loopback network interfaces
auto lo eth0
iface lo inet loopback

# The primary network interface
iface eth0 inet static
address 78.86.194.110
netmask 255.255.240.0
network 78.86.192.0
broadcast 78.86.207.255
gateway 78.86.192.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 87.194.0.51 87.194.0.52
dns-search zone2.bethere.co.uk

any help would be greatly appreciated
03-01-2008 09:50 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: multiple ip on debian
maybe you ask in a debian forum?
03-01-2008 10:05 AM
Visit this user's website Find all posts by this user Quote this message in a reply
DJSADERS Offline
Junior Member
*

Posts: 22
Joined: Jun 2007
Reputation: 0
Post: #3
RE: multiple ip on debian
i figured that as ispcp supports multiple ip's someone on here would have successfully done it
03-01-2008 10:28 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: multiple ip on debian
yes - that's correct.
You need to tell the operating system to use/add the new IPs.

Then you can add the ip in ispcp so it can be used for some domains/resellers..

/J
03-01-2008 10:46 AM
Visit this user's website Find all posts by this user Quote this message in a reply
DJSADERS Offline
Junior Member
*

Posts: 22
Joined: Jun 2007
Reputation: 0
Post: #5
RE: multiple ip on debian
thats the problem i cant get the os to accept the new ip
03-01-2008 10:53 AM
Find all posts by this user Quote this message in a reply
rsmithgs Offline
Junior Member
*

Posts: 176
Joined: Apr 2007
Reputation: 1
Post: #6
RE: multiple ip on debian
I only see one IP listed in your /etc/network/interfaces file.

Is this an issue adding the IP to the Operating System or to ISPCP?

I have a feeling its an issue adding the IP to the Operating System?

You would need something like:

# The loopback network interfaces
auto lo eth0
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 78.86.194.110
netmask 255.255.240.0
network 78.86.192.0
broadcast 78.86.207.255
gateway 78.86.192.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 87.194.0.51 87.194.0.52
dns-search zone2.bethere.co.uk

auto eth0:1
iface eth0:1 inet static
address 78.86.194.111
netmask 255.255.240.0
network 78.86.192.0
broadcast 78.86.207.255


I've put the changes in red.

How are you finding BeUnlimited anyway? I'm not getting great service from them Sad
03-01-2008 11:00 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #7
RE: multiple ip on debian
you know google?

they offer a very good search service over many many websites.

And among theese many websites there are some with exactly this topic - I can tell you, you won't believe it!!!

this is one of them http://www.servepath.com/support/debian_...ration.htm and another method here http://tumbleweed.org.za/2007/12/05/mult...-on-debian
03-01-2008 11:01 AM
Visit this user's website Find all posts by this user Quote this message in a reply
rsmithgs Offline
Junior Member
*

Posts: 176
Joined: Apr 2007
Reputation: 1
Post: #8
RE: multiple ip on debian
joximu Wrote:you know google?

they offer a very good search service over many many websites.

And among theese many websites there are some with exactly this topic - I can tell you, you won't believe it!!!

this is one of them http://www.servepath.com/support/debian_...ration.htm and another method here http://tumbleweed.org.za/2007/12/05/mult...-on-debian

Come on Joximu, I know people should really search around first but its only a interfaces file.

DJSaders, are you fairly new to Linux? If so please make sure your not hosting the box on your LAN as the box may become comprimised.
03-01-2008 11:05 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)