Subject: Re: dhcpd
To: None <prlw1@cam.ac.uk>
From: Julian Coleman <J.D.Coleman@newcastle.ac.uk>
List: netbsd-help
Date: 12/03/1999 13:08:00
Patrick Welche wrote:
> I have a piece of wire (thinnet) with 3 computers. What I am trying to do is
> have 2 of them on different networks eg., A on 192.168.0.0/24 and B on
> 192.168.1.0/24, and the third, tape2, on 192.168.0.0/23 ie. both?
Use `shared-network'?
shared-network "camtest" {
subnet 192.168.0.0 netmask 255.255.255.0 {
option foo0;
}
subnet 192.168.1.0 netmask 255.255.255.0 {
option foo1;
}
}
J
--
Of course it runs NetBSD
http://www.netbsd.org/