Gentoo Archives: gentoo-server

From: Joe Rizzo <jrizzo@×××××××××.com>
To: gentoo-server@l.g.o
Subject: [gentoo-server] multiple IPs on loopback
Date: Tue, 14 Mar 2006 21:06:46
Message-Id: B75CE6CB6AA524468B2A6E885962F5A7185700@mb01.hq.perpetual.int
1 I can not figure this out. How can I configure /etc/conf.d/net to
2 assign multiple IP addresses on the lo interface?
3
4 cat /etc/conf.d/net
5 modules=( "iproute2" )
6
7 config_eth0=(
8 "null"
9 )
10
11 vlans_eth0="16"
12
13 config_eth0_16=(
14 "10.8.16.74/24"
15 )
16
17 routes_eth0_16=(
18 "0.0.0.0/0 via 10.8.16.1"
19 )
20
21 config_lo=(
22 "10.8.16.75/32"
23 )
24
25 Any help is appreciated -
26 Joe Rizzo
27
28 --
29 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] multiple IPs on loopback Josh Hunholz <jhunholz@×××××.com>