Gentoo Archives: gentoo-server

From: Josh Hunholz <jhunholz@×××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] multiple IPs on loopback
Date: Tue, 14 Mar 2006 21:09:50
Message-Id: f76b3c9d0603141306i5434e50fj8cb036542c94a2db@mail.gmail.com
In Reply to: [gentoo-server] multiple IPs on loopback by Joe Rizzo
1 Probably the easiest way is to make them aliases. So assign one to
2 lo:1, lo:2, lo:3, etc.
3
4 --Josh Hunholz
5
6 On 3/14/06, Joe Rizzo <jrizzo@×××××××××.com> wrote:
7 > I can not figure this out. How can I configure /etc/conf.d/net to
8 > assign multiple IP addresses on the lo interface?
9 >
10 > cat /etc/conf.d/net
11 > modules=( "iproute2" )
12 >
13 > config_eth0=(
14 > "null"
15 > )
16 >
17 > vlans_eth0="16"
18 >
19 > config_eth0_16=(
20 > "10.8.16.74/24"
21 > )
22 >
23 > routes_eth0_16=(
24 > "0.0.0.0/0 via 10.8.16.1"
25 > )
26 >
27 > config_lo=(
28 > "10.8.16.75/32"
29 > )
30 >
31 > Any help is appreciated -
32 > Joe Rizzo
33 >
34 > --
35 > gentoo-server@g.o mailing list
36 >
37 >
38
39 --
40 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] multiple IPs on loopback Andy Dustman <farcepest@×××××.com>