Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jun 2010 14:27:03 +0400
From:      alexs@ulgsm.ru
To:        freebsd-stable@freebsd.org
Subject:   Re: diskless boot, nfs server behind router
Message-ID:  <20100628102703.GA78354@mail.ulgsm.ru>
In-Reply-To: <20100628061601.GA51359@mail.ulgsm.ru>
References:  <20100625152027.GA78442@mail.ulgsm.ru> <Pine.GSO.4.63.1006252008340.8512@muncher.cs.uoguelph.ca> <20100626113418.GA80299@mail.ulgsm.ru> <Pine.GSO.4.63.1006261020100.15701@muncher.cs.uoguelph.ca> <20100628061601.GA51359@mail.ulgsm.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
* alexs@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100628102703.GA78354>