On Fri, 2 Nov 2007 16:25:33 +0300, Denis Melnikov wrote > > Ok, perhaps this is more of a ISC DHCP question, but I now have two > > NICs in the LTSP server and it's running DHCPD. There's another DHCPD > > server on the same LAN and it seems to not be a problem. > > Hi, > as I understand your LTSP's dhcpd is listening to 192.168.0.0/24 > subnet, while another DHCPD to 192.168.1.0/24 one. If so you don't > need to define the 2nd subnet at your 1st dhcpd and vice versa. > This will work provided the servers placed in corresponding > subnets. Else you will need dhcp-relay at your router.
By default dhcp will only listen on your internal interface for requests. This can be modified in /etc/default/dhcp3-server. Here you list the interfaces you want the dhcp server to listen on. Jim -- This message has been scanned for viruses and dangerous content by the Cotter Technology Department, and is believed to be clean. -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
