Gentoo Archives: gentoo-user

From: Zhou Rui <ghoulr@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] arping network profile issue
Date: Sat, 08 May 2010 05:26:17
Message-Id: k2o79dfdffe1005072225l79927160s2b32ad9d6dda2ab4@mail.gmail.com
In Reply to: Re: [gentoo-user] arping network profile issue by Adam
1 What I want is finding a gateway out with ARP, and then assign the correct
2 gateway/route table, stuff in the configuration can be found in
3 /etc/conf.d/net.example.
4 BTW, what's "IP level stuff" meaning? thanks.
5
6 2010/5/7 Adam <adam@××××××××××.au>
7
8 > On 05/06/10 03:35, Zhou Rui wrote:
9 > > Hi folks,
10 > > I setup a network interface to switch in two different network with
11 > > different gateways using config_eth0=( "arping" ), and I can get gateway
12 > mac
13 > > when use arping2 command directly.
14 > > But the /etc/init.d/net.eth0 start always fails, can you help me to find
15 > the
16 > > issue out?
17 >
18 > I cant understand what you're trying to achieve. IP will always do the
19 > arp for you so just set up the IP level stuff and whatever you're trying
20 > to do should work.
21 >
22 > > dns_domain="vm"
23 > > config_eth0=( "arping" )
24 >
25 > AFAICT This means you want to try to find a free address in the
26 > 169.254.x.x auto self configuration range - is that what you want?
27 >
28 > > gateways_eth0=( "192.168.1.254,,192.168.1.114 192.168.1.1,,192.168.1.114"
29 > )
30 >
31 > As none of those addresses are local, they cant be used as a gateway for
32 > a 169.254 address.
33 >
34 >
35
36
37 --
38 BR,
39 Zhou Rui

Replies

Subject Author
Re: [gentoo-user] arping network profile issue Adam <adam@××××××××××.au>