Gentoo Archives: gentoo-user

From: Adam <adam@××××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] arping network profile issue
Date: Fri, 07 May 2010 11:31:35
Message-Id: 4BE3F9DD.7060302@jaftan.com.au
In Reply to: [gentoo-user] arping network profile issue by Zhou Rui
1 On 05/06/10 03:35, Zhou Rui wrote:
2 > Hi folks,
3 > I setup a network interface to switch in two different network with
4 > different gateways using config_eth0=( "arping" ), and I can get gateway mac
5 > when use arping2 command directly.
6 > But the /etc/init.d/net.eth0 start always fails, can you help me to find the
7 > issue out?
8
9 I cant understand what you're trying to achieve. IP will always do the
10 arp for you so just set up the IP level stuff and whatever you're trying
11 to do should work.
12
13 > dns_domain="vm"
14 > config_eth0=( "arping" )
15
16 AFAICT This means you want to try to find a free address in the
17 169.254.x.x auto self configuration range - is that what you want?
18
19 > gateways_eth0=( "192.168.1.254,,192.168.1.114 192.168.1.1,,192.168.1.114" )
20
21 As none of those addresses are local, they cant be used as a gateway for
22 a 169.254 address.

Replies

Subject Author
Re: [gentoo-user] arping network profile issue Zhou Rui <ghoulr@×××××.com>