What I want is finding a gateway out with ARP, and then assign the correct gateway/route table, stuff in the configuration can be found in /etc/conf.d/net.example. BTW, what's "IP level stuff" meaning? thanks. 2010/5/7 Adam > On 05/06/10 03:35, Zhou Rui wrote: > > Hi folks, > > I setup a network interface to switch in two different network with > > different gateways using config_eth0=( "arping" ), and I can get gateway > mac > > when use arping2 command directly. > > But the /etc/init.d/net.eth0 start always fails, can you help me to find > the > > issue out? > > I cant understand what you're trying to achieve. IP will always do the > arp for you so just set up the IP level stuff and whatever you're trying > to do should work. > > > dns_domain="vm" > > config_eth0=( "arping" ) > > AFAICT This means you want to try to find a free address in the > 169.254.x.x auto self configuration range - is that what you want? > > > gateways_eth0=( "192.168.1.254,,192.168.1.114 192.168.1.1,,192.168.1.114" > ) > > As none of those addresses are local, they cant be used as a gateway for > a 169.254 address. > > -- BR, Zhou Rui