02-02-2004 10:19 AM - edited 03-02-2019 01:18 PM
TO change IP address I put a secondary IP address on an interface and told the clients to update their machines to the new address over the next couple of weeks. However, the first one to do so, failed. I could ping his new address from the router, but nowhere else. Using a sniffer, I saw him issue a ARP to my routers new secondary address, but no response.
To make him work, I flipped the primary & secondary desginations on the router interface. This fixed the one now on the primary, but broke all others. Why, I thought the router would reply to ARP requests for botht he primary & secondary addresses?
router config:
interface FastEthernet2/0/0
ip address 172.18.113.1 255.255.255.192 secondary
ip address 106.40.113.1 255.255.255.192
no ip directed-broadcast
ip accounting output-packets
no ip route-cache distributed
Version 12.0(6a)
02-02-2004 01:30 PM
Hello,
which OS are your clients running ? If it is a Windows OS you might want to try and flush the ARP table with the command:
arp -f
and also the routing table with the command:
route delete *
from a DOS prompt. Do the clients have the secondary IP address as theur default gateway after changing their IP addresses ?
Regards,
Georg
02-03-2004 04:41 AM
The clients do not run Windows. However, I did see them issue an ARP on the LAN for the secondary IP address of the router, so I think their config is correct ... in addition, by simply flipping the primary and secondary desgination on my router interface cured the renumbered clients.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide