First - Jim Sorry bout sending that to you direct Not sure what happened
there.


I've been dinking seriously over the past couple of days with my DHCP server
(on the linux box) getting it to serve the win clients too anyway what I
have is a multi Vlan network, it consists of these 3 172.25.135.xxx
172.25.136.xxx and 172.25.138.xxx

I would like to serve DHCP to all of them from one server what I have is
this... when I boot a client from one subnet I get an IP address for a
different subnet how do I make DHCP differentiate what subnet the DHCP
request are coming from so that it assigns the correct ipaddress and gateway
everytime??? I know that this isn't really the place but I know your all
kind enough to answer this one. 

I've done a lot of reading too PLZ HELP!
My DHCP.conf
default-lease-time 21600;
max-lease-time 21600;

option subnet-mask 255.255.255.0;
option broadcast-address 172.25.135.255;
option routers 172.25.135.1;
option domain-name-servers 172.25.2.55;
option domain-name "artco.com";
option root-path "/tftpboot/lts/ltsroot";
use-host-decl-names on;



shared-network Artco {
        subnet 172.25.135.0 netmask 255.255.255.0 {
                option netbios-name-servers 172.25.2.13, 172.25.2.16;
                option routers 172.25.135.1;
                range 172.25.135.20 172.25.135.29;
                group {
                        use-host-decl-names on;
                        option log-servers 172.25.138.93;
                        host lmcbride {
                                option routers 172.25.135.1;
                                hardware ethernet 00:E0:29:3C:A8:E1;
                                fixed-address 172.25.135.98;
                                filename "/lts/vmlinuz.lane";
                                }
                        host ts003 {
                                option routers 172.25.135.1;
                                filename "/lts/artlinuz.all8meg";
                                hardware ethernet 00:10:4B:07:71:AC;
                                fixed-address 172.25.135.202;
                                }
                        host Custserv01 {
                                option routers 172.25.135.1;
                                filename "/lts/vmlinuz.all";
                                hardware ethernet 00:00:C0:74:9A:B0;
                                fixed-address 172.25.135.202;
                                }
                }
        }
        subnet 172.25.138.0 netmask 255.255.255.0 {
                option netbios-name-servers 172.25.2.13, 172.25.2.16;
                option broadcast-address 172.25.138.255;
                option routers 172.25.138.1;
                range 172.25.138.20 172.25.138.29;
                group {
                        use-host-decl-names on;
                        option log-servers 172.25.138.93;
                        host p3laptop {
                                option routers 172.25.138.1;
                                filename "/lts/vmlinuz.all";
                                hardware ethernet 00:00:86:4E:BB:4F;
                                fixed-address 172.25.138.249;
                                }
                        host cs001 {
                                option routers 172.25.138.1;
                                filename "/lts/vmlinuz.all";
                                hardware ethernet 00:00:C0:E1:96:B0;
                                fixed-address 172.25.138.202;
                                }
                        host custserv10 {
                                option routers 172.25.138.1;
                                filename "/lts/artlinuz.all8meg";
                                hardware ethernet 00:00:C0:58:99:B0;
                                fixed-address 172.25.138.140;
                                }
                        host edbennion {
                                filename "/lts/vmlinuz.lane";
                                hardware ethernet 00:E0:29:6C:AA:D8;
                                fixed-address 172.25.138.31;
                                option routers 172.25.138.1;
                                }
                        host custserv24 {
                                option routers 172.25.138.1;
                                filename "/lts/artlinuz.all8meg";
                                hardware ethernet 00:00:C0:4B:72:D8;
                                fixed-address 172.25.138.154;
                                }
                        host custserv22 {
                                option routers 172.25.138.1;
                                filename "/lts/artlinuz.all4meg";
                                hardware ethernet 00:60:8C:CA:6B:B1;
                                fixed-address 172.25.138.152;
                                }
                        }
                }
}



_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to