[PLUG] Linux and Freedos...

Larry Brigman larry.brigman at gmail.com
Sun Jan 18 23:14:18 UTC 2009


On Sun, Jan 18, 2009 at 2:24 PM, Michael Robinson
<plug_1 at robinson-west.com> wrote:
>
> On Sun, 2009-01-18 at 14:13 -0800, Larry Brigman wrote:
>> On Sun, Jan 18, 2009 at 10:44 AM, Someone <plug_1 at robinson-west.com> wrote:
>> >
>> > On Sun, 2009-01-18 at 10:24 -0800, Larry Brigman wrote:
>> >> On Sun, Jan 18, 2009 at 2:32 AM, Someone <plug_1 at robinson-west.com> wrote:
>> >> ....
>> >> > I guess I'm stuck manually configuring a TCP/IP based network
>> >> > and isolating it.
>> >> >
>> >>
>> >> You can always have dhcp give out addresses that are un-routeable to
>> >> the internet.
>> >> Like your network is 192.168.0.1 give out 192.168.16.x for your dhcp
>> >> devices without
>> >> a gateway address.
>> >> _______________________________________________
>> >> PLUG mailing list
>> >> PLUG at lists.pdxlinux.org
>> >> http://lists.pdxlinux.org/mailman/listinfo/plug
>> >
>> > Sometimes, when the host is running Linux, I want it on the routeable
>> > network.  How do I program dhcp to do something different based on
>> > which OS is running???  This is one of the reasons why I've been
>> > looking into IPX/SPX.  Another reason to look into IPX/SPX is the
>> > fact that Warcraft II uses it where a virtual machine being NAT'ed
>> > might need some help.
>> >
>>
>> Client ID can be used to determine IP address, Linux and Dos would
>> give different
>> ID in the request.
>> _______________________________________________
>> PLUG mailing list
>> PLUG at lists.pdxlinux.org
>> http://lists.pdxlinux.org/mailman/listinfo/plug
>
> Can you give an example isc dhcp 3 config file that
> uses the client id?  How do I assign IP addresses
> based off of this?
>

What you are looking for in the dhcpd documentation is class with match
if on dhcp-client-identifier.

http://www.daemon-systems.org/man/dhcpd.conf.5.html

http://www.cosc.canterbury.ac.nz/adrian.white/docs/pxe/ch04.html


This is a forum link below but it has config file that determines if
it is windows
or linux which is close to what you want (I think).
http://www.linuxforums.org/forum/servers/69851-dhcpd-conf-multiple-subnet-single-physical-network-configuration.html



More information about the PLUG mailing list