diskless boot, nfs server behind router

alexs at ulgsm.ru alexs at ulgsm.ru
Mon Jun 28 10:27:07 UTC 2010


* alexs at ulgsm.ru [2010-06-28 10:16:01 +0400]:

> I have two subnets:
> 10.144.142.0/22 - here is tftp server and diskless.
> 10.144.130.0/24 - here is nfs server.
> 
> in isc-dhcpd.conf:
> next-server 10.144.140.160;
> option root-path "10.144.130.160:/exp/fbsdstable";
> 
> 
> In this case, pxeboot loading is ok, kernel loading from
> 10.144.130.160:/exp/fbsdstable ok too.
> 
> booting freeze on:
> ...
> uhub3: 2 ports with 2 removable, self powered
> uhub4: 8 ports with 8 removable, self powered
> Received DHCP Offer packet on re0 from 10.144.140.160 (accepted) (no root path)
> Sending DHCP Request packet from interface re0 (00:1c:c0:5a:f4:72)
> Received DHCP Ack packet on re0 from 10.144.140.160 (accepted) (got root path)
> re0 at 10.144.142.78 server 10.144.130.160 server name DHCPserver boot file pxeboot
> subnet mask 255.255.252.0 router 10.144.140.1 rootfs 10.144.140.160:/exp/fbsdstable 
> Adjusted interface re0
> SMP: AP CPU #1 Launched!
> Trying to mount root from nfs:
> NFS ROOT: 10.144.130.160:/exp/fbsdstable
>  
> 
> Now diskless 8.1 PRERELEASE 
> 


kernel built with:
options     BOOTP          # Use BOOTP to obtain IP address/hostname
options     BOOTP_NFSROOT  # NFS mount root file system using BOOTP info
options     BOOTP_NFSV3



-- 
alexs


More information about the freebsd-stable mailing list