Considering the question above if I have computer .. whose ip address is obtained by one of these 2 dhcp servers and I try to log in to 192.168.2.4 which device will I log on to .?
feedback
|
migrated from stackoverflow.com Jul 22 '11 at 16:19
This question came from our site for professional and enthusiast programmers.
|
The two DHCPd servers should have different ranges, ie:
| ||||
|
feedback
|
|
The host that you log in to (I'm assuming you mean "connect to") isn't dependent on the server that you got your DHCP assigned ip address from (unless the server you're connecting to is on another network, in which case the router information that you got from DHCP will determine how your traffic is routed to the destination host), it's dependent on which server answers the ARP query for the ip address that you're connecting to. | |||||
feedback
|