Results 1 to 3 of 3
Dear all,
How can I manage to configure a dhcp server in order to provide ip addresses out of the network the listening interface is attached to?
For instance, if ...
- 05-30-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 3
dhcpd.conf for external networks
Dear all,
How can I manage to configure a dhcp server in order to provide ip addresses out of the network the listening interface is attached to?
For instance, if eth0 is listening at 192.168.1.1, how can I offer addresses in the 10.251.120.x network? Is it possible?
Thanks a lot,
FH
- 05-30-2006 #2Just Joined!
- Join Date
- Jun 2004
- Location
- Portugal
- Posts
- 47
Every DHCP server implementation i know requires an interface with an IP address within the network you're serving DHCP to.
It is possible to assign two or more IP addresses to same interface though.
- 06-01-2006 #3Just Joined!
- Join Date
- May 2006
- Posts
- 3
Hugo, thx a lot for your response


Reply With Quote