Adding arp bindings into ARP table Linux -
im trying add arp binding arp table in linux, arp table looks this:
ip address hw type flags hw address mask device 192.168.3.12 0x1 0x6 00:0c:29:89:c5:cc * eth1 192.168.3.100 0x1 0x6 00:0c:29:89:c5:c8 * eth1 192.168.43.2 0x1 0x2 00:50:56:e1:65:76 * eth0 192.168.3.111 0x1 0x6 00:11:22:33:44:55 * eth1 192.168.43.139 0x1 0x6 00:0c:29:89:c5:cc * eth0
this im trying do, following error:
arp -s 192.168.43.138 00:00:22:33:33:33 siocsarp: invalid argument
any other ip addresses working fine, 1 resulting in error ideas wrong here? (it not problem of mac address probably, ive tried many other addresses)
try specify interface -i
, if not work trying add mac entry own ip address.
Comments
Post a Comment