LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   dhcp server with multiple networks (https://www.linuxquestions.org/questions/linux-networking-3/dhcp-server-with-multiple-networks-152581/)

adamantium 03-02-2004 09:16 AM

dhcp server with multiple networks
 
Hello,

I am trying to set up a dhcp server to serve multiple networks (each with their own network adapter)
eth0 - 142.165.x.x (dynamically assigned ip from ISP)
eth1 - 192.168.1.x (student network)
eth2 - 192.168.2.x (admin network)

Now...
first of all everytime eth0 changes from the isp change the dhcp server quites cause the network declaration changes. Can you make a declaration based on interface instead of network?

Second both eth1 and eth2 network clients can pick up and ip but only of the network 192.168.1.x. I have made declarations for each network but the eth2 network is not sent out as offers. So in the end I have 2 seperate networks both using the same Network addresses.

What am I doing wrong?

Thank you.


All times are GMT -5. The time now is 07:11 PM.