  | |  | samba mounting start before ethernet up during booting | samba mounting start before ethernet up during booting 2005-07-28 - By M E Fieu
Back > Your routes should be set as part of the network startup. Create > /etc/sysconfig/static-routes and this will be called during the network > start. > > The section of code in /etc/rc.d/init.d that sets the routes is: > > # Add non interface-specific static-routes. > if [ -f /etc/sysconfig/static-routes ]; then > grep "^any" /etc/sysconfig/static-routes | while read ignore args ; do > /sbin/route add -$args > done > fi > > Basically you need 1 entry per line and that entry must start with the > word "any". The line then gets added to the route add command.
Hi.. The mail was not quite clear, what entry format I need to put in /etc/sysconfig/static-routes do you mean to the entry format like
any route add -net 172.16.1.0 netmask 255.255.255.0 gw 172.16.1.1 ??
> The section of code in /etc/rc.d/init.d that sets the routes is: > > # Add non interface-specific static-routes. > if [ -f /etc/sysconfig/static-routes ]; then > grep "^any" /etc/sysconfig/static-routes | while read ignore args ; do > /sbin/route add -$args > done > fi
/etc/rc.d/init.d is a folder not a file, so which file should I add the above content to ?
I actually used another method but doesn't work 1)create S60local in /etc/rc.d/rc5.d and add the entry route add -net 172.16.1.0 netmask 255.255.255.0 gw 172.16.1.1
2)Create S99smbmounting in /etc/rc.d/rc5.d mount -t smbfs -o username=mcg_iur,password=mcg1234 //SPM/IURdownload /mounted _spm_dir
I thought it will add the route entry first and mount but it never mount too, I manually mount using S99smbmounting after login , it mounts, it show the syntax is correct
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |