|
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.
|