So for all the time baselayout-1.12 is out (+few prereleases) my /etc/conf.d/net is simply and working(keep in mind, I was using ifconfig all the time):
Code: Select all
config_eth0=( "192.168.50.13 netmask 255.255.255.0 broadcast 192.168.50.255" )
gateway="eth0/192.168.50.1"Code: Select all
connect: Network is unreachableNothing to update in /etc, becouse I did it already - so I tried downgrade back to revision4. Works like a charm again. Then I tried also revision6, but same, doesnt work. I tried also replace ifconfig with iproute2, no luck. Also playing with /etc/conf.d/net, enabling/disabling module arping, emerging aprping doesnt help at all (after each modify of conf file I restarted /etc/init.d/net.eth0).
Should somebody tell me, what mistake I did, what exactly I have to set in net conf file to suit my needs? What is right now correct syntax for setting my gateway? Thanks.
Only working setup right now is baselayout-1.12.4-r4, with options above in net conf plus prefering ifconfig over iproute2 after I emerged iproute2 with:
Code: Select all
modules=( "ifconfig" )


