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 .?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
migrated from stackoverflow.com Jul 22 '11 at 16:19
|
The two DHCPd servers should have different ranges, ie:
|
||||
|
|
|
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. |
|||||
|