Gentoo Archives: gentoo-dev

From: Adam Voigt <adam.voigt@××××××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] mysterious Problem
Date: Tue, 11 Jun 2002 10:54:01
Message-Id: 1023810770.1145.16.camel@beowulf.cryptocomm.com
In Reply to: [gentoo-dev] mysterious Problem by MadCoder
1 Umm, maybe this is just me, but why not just do:
2
3 alias_eth0="129.104.221.100 netmask 255.255.255.0"
4
5 ?
6
7 Adam Voigt
8 adam.voigt@××××××××××.com
9
10 On Mon, 2002-06-10 at 20:31, MadCoder wrote:
11 > I want my eht0 card to accept two ip.
12 >
13 > so, I use this config :
14 >
15 > face_eth0="129.104.221.165 broadcast 129.104.221.255 netmask 255.255.255.0"
16 > iface_eth1="192.168.1.1 broadcast 192.168.1.255 netmask 255.255.255.0"
17 > alias_eth0="129.104.221.100"
18 >
19 > but there is a big problem : the alias_eht0 has netmask 255.255.0.0 by default
20 > !!!
21 >
22 > how can I specify, that I want netmask=255.255.255.0 ?
23 > and why isn't it the default choice, since i'ts the netmask of face_eth0 ?
24 > --
25 > Don't be afraid ... I'm going to give you the choice I've never had
26 >
27 > (°>
28 > / ) MadCoder (53 53)
29 > ^^
30 >
31 >
32 > _______________________________________________
33 > gentoo-dev mailing list
34 > gentoo-dev@g.o
35 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] mysterious Problem MadCoder <pierre.habouzit@×××.org>