Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why my wierd ifconfig setup won't work in iproute2... ever.
Date: Sun, 01 Mar 2015 09:49:49
Message-Id: 20150301094932.GA22742@waltdnes.org
In Reply to: Re: [gentoo-user] Why my wierd ifconfig setup won't work in iproute2... ever. by Mick
1 On Sun, Mar 01, 2015 at 09:12:07AM +0000, Mick wrote
2 >
3 > Out of interest, you didn't say if you tried adding manually a route
4 > in your /etc/conf.d/net for the link-local address space to see if
5 > it works:
6 >
7 > routes_eth0="
8 > default via 192.168.123.254
9 > 169.254.0.0/16 via 169.254.1.1" <==Add this route for 169.254.0.0/16==
10
11 That's *EXACTLY* what I was doing originally. See my post from
12 February 21st where I started this thread
13
14 config_eth0="
15 192.168.123.251/29 broadcast 192.168.123.255
16 169.254.1.1/16 broadcast 169.254.255.255"
17 routes_eth0="
18 default via 192.168.123.254 metric 20
19 192.168.123.248/29 via 192.168.123.254 metric 0
20 169.254.0.0/16 via 169.254.1.1 metric 0"
21
22 Note that the "redundant route" is to allow my PC to talk to other
23 machines on my little LAN when using a dialup connection as emergency
24 backup.
25
26 * It worked under ifconfig before iproute2 showed up
27
28 * It stopped working when iproute2 became the default
29
30 * It started working again when I turned off iproute2 with the line
31 modules=( "!iproute2" )
32
33 Like I said in my original message, it worked under ifconfig, but
34 failed under iproute2.
35
36 --
37 Walter Dnes <waltdnes@××××××××.org>
38 I don't run "desktop environments"; I run useful applications