Gentoo Archives: gentoo-user

From: Amar Cosic <amar.cosic@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Adding more than one static IP
Date: Mon, 24 Jan 2011 15:17:07
Message-Id: AANLkTimby7W7Lx2QMwEr7xomuBS+PfW8xajKCRe4h3cK@mail.gmail.com
1 Hello list
2
3 My mind is just "locked" at the moment and I am trying to figure out what am
4 I doing wrong here. I have 4 static IP's on server machine and I have
5 something like this in /etc/conf.d/net :
6
7
8
9 config_eth0=( "77.xxx.104.14/24" )
10 routes_eth0=( "default via 77.xxx.104.1" )
11 config_eth0:1=( "77.xxx.104.100/24" )
12 routes_eth0:1=( "default via 77.xxx.104.1" )
13 config_eth0:2=( "77.xxx.104.101/24" )
14 routes_eth0:2=( "default via 77.xxx.104.1" )
15 config_eth0:3=( "77.xxx.105.100/24" )
16 routes_eth0:3=( "default via 77.xxx.105.1" )
17
18
19 eth0 works just fine while other ones fail. Could you help me with this one
20 ?
21
22
23 ty.
24
25 --
26 Amar Ćosić
27 amar.cosic@×××××.com

Replies

Subject Author
Re: [gentoo-user] Adding more than one static IP Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] Adding more than one static IP Graham Murray <graham@×××××××××××.uk>
Re: [gentoo-user] Adding more than one static IP Walter Dnes <waltdnes@××××××××.org>
Re: [gentoo-user] Adding more than one static IP Adam Carter <adamcarter3@×××××.com>
Re: [gentoo-user] Adding more than one static IP Bill Longman <bill.longman@×××××.com>