*** From dhcp-server -- To unsubscribe, see the end of this message. ***
On Tue, 14 Mar 2000, PINTO Paulo Sergio wrote:
> I need to assign the two C classes to the clients (192.168.1.0 / 192.168.2.0
[...]
> shared-network Whatever {
> subnet 192.168.1.0 netmask 255.255.255.0 {
> option broadcast-address 192.168.1.255;
> option routers 192.168.1.1;
> option netbios-node-type 8;
> option domain-name "whatever.pt";
> range 192.168.1.10 192.168.1.250;
> }
>
> subnet 192.168.1.0 netmask 255.255.255.0 {
^
# Change this to a 2 ----+
> option broadcast-address 192.168.2.255;
> option routers 192.168.2.1;
> option netbios-node-type 8;
> option domain-name "whatever.pt";
> range 192.168.2.10 192.168.2.250;
> }
> }
The Shared-network statement defines your physical wire, and the subnet{}
decls inside of it describe the logical networks that exist on that wire.
Good Luck ...
Dan
\
\
\
__________ _________ Dan Schmiedt
| ( / |) Network Services
| oooo -------- oooo | Clemson University DCIT
[=\ oo oo \------/ oo oo /=] (864)656-7556 [EMAIL PROTECTED]
oooo oooo
-----------------------------------------------------------------------
List Archives : http://www.isc.org/ml-archives/dhcp-server/
Unsubscribe : http://www.isc.org/dhcp-lists.html
-or- : mailto:[EMAIL PROTECTED]?Subject=unsubscribe
-----------------------------------------------------------------------