Re: [gentoo-user] Adding more than one static IP

2011-01-31 Thread Bill Longman
On Mon, Jan 24, 2011 at 7:15 AM, Amar Cosic wrote: > Hello list > > My mind is just "locked" at the moment and I am trying to figure out what > am I doing wrong here. I have 4 static IP's on server machine and I have > something like this in /etc/conf.d/net : > > > > config_eth0=( "77.xxx.104.14/

Re: [gentoo-user] Adding more than one static IP

2011-01-25 Thread Marius Vaitiekunas
On Tue, Jan 25, 2011 at 1:08 PM, Amar Cosic wrote: > > > On Tue, Jan 25, 2011 at 9:01 AM, Adam Carter wrote: > >> >> config_eth0=( "77.xxx.104.14/24" ) >>> routes_eth0=( "default via 77.xxx.104.1" ) >>> config_eth0:1=( "77.xxx.104.100/24" ) >>> routes_eth0:1=( "default via 77.xxx.104.1" ) >>> con

Re: [gentoo-user] Adding more than one static IP

2011-01-25 Thread Amar Cosic
On Tue, Jan 25, 2011 at 9:01 AM, Adam Carter wrote: > > config_eth0=( "77.xxx.104.14/24" ) >> routes_eth0=( "default via 77.xxx.104.1" ) >> config_eth0:1=( "77.xxx.104.100/24" ) >> routes_eth0:1=( "default via 77.xxx.104.1" ) >> config_eth0:2=( "77.xxx.104.101/24" ) >> routes_eth0:2=( "default vi

Re: [gentoo-user] Adding more than one static IP

2011-01-25 Thread Adam Carter
> config_eth0=( "77.xxx.104.14/24" ) > routes_eth0=( "default via 77.xxx.104.1" ) > config_eth0:1=( "77.xxx.104.100/24" ) > routes_eth0:1=( "default via 77.xxx.104.1" ) > config_eth0:2=( "77.xxx.104.101/24" ) > routes_eth0:2=( "default via 77.xxx.104.1" ) > config_eth0:3=( "77.xxx.105.100/24" ) > r

Re: [gentoo-user] Adding more than one static IP

2011-01-24 Thread Walter Dnes
On Mon, Jan 24, 2011 at 04:15:14PM +0100, Amar Cosic wrote > Hello list > > My mind is just "locked" at the moment and I am trying to figure out what am > I doing wrong here. I have 4 static IP's on server machine I have one nic on my desktop. It sits behind an ADSL router-modem which has addr

Re: [gentoo-user] Adding more than one static IP

2011-01-24 Thread Graham Murray
Amar Cosic writes: > Hello list > > My mind is just "locked" at the moment and I am trying to figure out > what am I doing wrong here. I have 4 static IP's on server machine > and I have something like this in /etc/conf.d/net : > > > > config_eth0=( "77.xxx.104.14/24" ) > routes_eth0=( "default v

Re: [gentoo-user] Adding more than one static IP

2011-01-24 Thread Alan McKinnon
Apparently, though unproven, at 17:15 on Monday 24 January 2011, Amar Cosic did opine thusly: > Hello list > > My mind is just "locked" at the moment and I am trying to figure out what > am I doing wrong here. I have 4 static IP's on server machine and I have > something like this in /etc/conf.d

[gentoo-user] Adding more than one static IP

2011-01-24 Thread Amar Cosic
Hello list My mind is just "locked" at the moment and I am trying to figure out what am I doing wrong here. I have 4 static IP's on server machine and I have something like this in /etc/conf.d/net : config_eth0=( "77.xxx.104.14/24" ) routes_eth0=( "default via 77.xxx.104.1" ) config_eth0:1=( "7