[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] q3 / static-routes
- Subject: [cobalt-developers] q3 / static-routes
- From: Harald Kapper <hk@xxxxxxxxxx>
- Date: Mon Mar 18 11:21:01 2002
- Organization: kapper.net, Inc.
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
hi fellow cobalteer's,
I got a small bot significant problem here:
q3 (a nearly perfect box imho) should do host-routes, now this option is
disabled via the gui (netmask of 255.255.255.255 rejected as not-valid).
well, redhat's have this nice ifup-routes script, which is also to be
found on the qube (/etc/sysconfig/network-scripts/ifup-routes)
and if a properly configured /etc/sysconfig/static-routes file is
supplied, eg:
#testing..
eth0 host 192.168.1.22 gw 192.168.0.241
#eof
then calling "ifup-routes eth0" makes the routes perfectly up and
everything is fine...
until.. you guessed it - the box is restared, somehow these scripts are
plainly ignored. as I digged days now into the whole init-script-thing
and didn't find a proper point to start I'd appreciate any help one
could give / shine a light on me...
thx
hk