Current time: 09-28-2024, 12:10 AM Hello There, Guest! (LoginRegister)


Post Reply 
multiple ip on debian
Author Message
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
Post Reply 


Messages In This Thread
multiple ip on debian - DJSADERS - 03-01-2008, 09:50 AM
RE: multiple ip on debian - joximu - 03-01-2008, 10:05 AM
RE: multiple ip on debian - DJSADERS - 03-01-2008, 10:28 AM
RE: multiple ip on debian - joximu - 03-01-2008, 10:46 AM
RE: multiple ip on debian - DJSADERS - 03-01-2008, 10:53 AM
RE: multiple ip on debian - rsmithgs - 03-01-2008 11:00 AM
RE: multiple ip on debian - joximu - 03-01-2008, 11:01 AM
RE: multiple ip on debian - rsmithgs - 03-01-2008, 11:05 AM

Forum Jump:


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