Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2002 20:29:18 -0000
From:      "Mike Dewhirst" <m@dev0g.com>
To:        <questions@freebsd.org>
Subject:   Dhcp config
Message-ID:  <000001c1c15f$c373bac0$470a0ac0@host02>

next in thread | raw e-mail | index | archive | help
I am trying to configure this card:

ifconfig rl0 inet 10.0.24.34 netmask 255.255.255.224

For this range:

10.0.24.34 - 10.0.24.63

With this config file:

default-lease-time         3600;
max-lease-time             99999;
ddns-updates               off;
ddns-update-style          none;
option subnet-mask 255.255.255.224;
option broadcast-address 10.0.24.63;
option routers 10.0.24.34;
option domain-name-servers 212.35.179.1;
option domain-name dolphintime;
subnet 10.0.24.0 netmask 255.255.255.224 {
  range 10.0.24.35 10.0.24.63;
}

I get this error:

Address range 10.0.24.35 to 10.0.24.63 not on net 10.0.24.0/255.255.255.224

Any suggestions would really appreciated.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001c1c15f$c373bac0$470a0ac0>