LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: michael <michael@home.lyppard.com.au>
  To  : Andrew Galdes <galdes@one.net.au>
  Date: Sat, 28 Apr 2001 13:02:37 +0930 (CST)

Re: DHCP

Hi.

Well, 

" range dynamic-bootp 192.168.0.10 192.168.0.200;"

mine says " range 192.168.2.200 192.168.2.220;"

Are you using bootp?

Regards,

Michael

On Sat, 28 Apr 2001, Andrew Galdes wrote:

> i have two machines getting their ip address for a linux dhcp server. why does it work sometimes but not others?
> 
> both machines getting their IP addresses are winME.
> 
> here is the dhcp.conf
> 
> subnet 192.168.0.0 netmask 255.255.255.0 {
>         option routers 192.168.0.1;
>         option subnet-mask 255.255.255.0;
>         option domain-name "galdes";
>         option domain-name-servers 192.168.0.1;
>         range dynamic-bootp 192.168.0.10 192.168.0.200;
>         default-lease-time 21600;
>         max-lease-time 43200;
>         }    
> 

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page