Skip to content

Instantly share code, notes, and snippets.

@grahamc
Last active February 16, 2021 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamc/ffc10d30c546251b647d611a830e099f to your computer and use it in GitHub Desktop.
Save grahamc/ffc10d30c546251b647d611a830e099f to your computer and use it in GitHub Desktop.
[root@lord-nibbler:~]# arping 10.5.3.16
ARPING 10.5.3.16 from 10.5.3.1 enp2s0
Unicast reply from 10.5.3.16 [70:85:C2:FD:E3:32] 1.169ms
Unicast reply from 10.5.3.16 [70:85:C2:FD:CB:DD] 1.224ms
Unicast reply from 10.5.3.16 [70:85:C2:FD:CB:DD] 1.100ms
Unicast reply from 10.5.3.16 [70:85:C2:FD:CB:DD] 1.094ms
Unicast reply from 10.5.3.16 [70:85:C2:FD:CB:DD] 1.100ms
Unicast reply from 10.5.3.16 [70:85:C2:FD:CB:DD] 1.098ms
^CSent 5 probes (1 broadcast(s))
Received 6 response(s)
[root@kif:~]# ip addr
2: enp35s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 70:85:c2:fd:cb:dd brd ff:ff:ff:ff:ff:ff
inet 10.5.3.157/24 brd 10.5.3.255 scope global dynamic noprefixroute enp35s0
valid_lft 594148sec preferred_lft 518548sec
inet6 fe80::7285:c2ff:fefd:cbdd/64 scope link
valid_lft forever preferred_lft forever
3: enp36s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 70:85:c2:fd:e3:32 brd ff:ff:ff:ff:ff:ff
inet 10.5.3.16/24 brd 10.5.3.255 scope global dynamic noprefixroute enp36s0
valid_lft 594154sec preferred_lft 518554sec
inet6 fe80::7285:c2ff:fefd:e332/64 scope link
valid_lft forever preferred_lft forever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment