Routing and arp
        Posted  
        
            by adolgarev
        on Server Fault
        
        See other posts from Server Fault
        
            or by adolgarev
        
        
        
        Published on 2010-03-23T12:15:31Z
        Indexed on 
            2010/03/23
            12:23 UTC
        
        
        Read the original article
        Hit count: 339
        
networking
If I have
>ip ro
192.168.14.0/24 dev eth0
another host can obtain my mac address. But if I flush routing info:
>ip ro flush table main
arp resolution doesn't work. Broadcast packets "Who has 192.168.14.149" reach eth0 but OS (Linux) doesn't respond despite eth0 has address 192.168.14.149. What connection exists between routing and arp resolution?
© Server Fault or respective owner