hi,
in /etc/conf.d/net I have in alias_eth0 : around ~20 aliases
alias_eth0="x.x.x.x ...... y.y.72.0 y.y.73.0 y.y.74.0 .... x.x.x.x"
it creates these interfaces with netmask 255.255.0.0 and as consequense it inserst a route to y.0.0.0/8 instead of three routes to these 3 networks.. any solution ?
You should also have these two lines in your /etc/conf.d/net
#broadcast_eth0="192.168.0.255 192.168.0.255" #netmask_eth0="255.255.255.0 255.255.255.0"
Uncomment and do them in the same order as your aliases and then your networks will be setup correctly.
kashani
-- gentoo-user@gentoo.org mailing list