Problem with NFS install

mathieu.millet at ratp.fr mathieu.millet at ratp.fr
Mon Jul 12 14:58:51 UTC 2004


Le lun 12/07/2004 à 16:40, Maxime Quinzin a écrit :
> Hi, I'm installing a RHEL3 with kickstart in nfs mode.
> I boot pxe with my eth0 card via a server dhcp on 10.0.0.0 network.
> 
> I have multiple network interface and my server nfs is via eth2 on
> 20.0.0.0 network.
> 
> Is there a way to tell the kickstart file I want to use my eth2 card
> for nfs ???

You can configure each interface (maybe with dummy IP addresses) so that
interface eth2 is configured.

With the following options (one line for each interface)
network --bootproto=dhcp --device=eth0 

network --bootproto=static --device=eth2 --ip=20.0.0.XXX
--netmask=255.255.255.0

You may need a hostname option and a gateway option in one of these
lines.

> Here is the line in ks.cfg :
> nfs --server=20.0.0.78 --dir=/releaseBAS2/RHEL3U2
> 
> I'm looking for an option like : nfs --server=20.0.0.78
> --dir=/releaseBAS2/RHEL3U2 --device=eth2
> but it doesn't exist !!
> 
> Thank you all !
> 

I hope it will help.

-- 
Mathieu MILLET <mathieu.millet at ratp.fr>





More information about the Kickstart-list mailing list