Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@neutron:~# tcpdump -i eth0 host 10.1.0.9
- tcpdump: WARNING: eth0: no IPv4 address assigned
- tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
- listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
- 14:49:54.409305 ARP, Request who-has 10.1.0.9 tell 10.1.0.12, length 42
- 14:49:55.409306 ARP, Request who-has 10.1.0.9 tell 10.1.0.12, length 42
- 14:49:56.410377 ARP, Request who-has 10.1.0.9 tell 10.1.0.12, length 42
- ^C
- 3 packets captured
- 3 packets received by filter
- 0 packets dropped by kernel
- root@neutron:~# tcpdump -i eth1 host 10.1.0.9
- tcpdump: WARNING: eth1: no IPv4 address assigned
- tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
- listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes
- 14:50:00.409413 ARP, Request who-has 10.1.0.9 tell 10.1.0.12, length 42
- 14:50:01.409364 ARP, Request who-has 10.1.0.9 tell 10.1.0.12, length 42
- 14:50:02.411162 ARP, Request who-has 10.1.0.9 tell 10.1.0.12, length 42
- ^C
- 3 packets captured
- 3 packets received by filter
- 0 packets dropped by kernel
- root@neutron:~# tcpdump -i eth2 host 10.1.0.9
- tcpdump: WARNING: eth2: no IPv4 address assigned
- tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
- listening on eth2, link-type EN10MB (Ethernet), capture size 65535 bytes
- 14:50:06.409369 ARP, Request who-has 10.1.0.9 tell 10.1.0.12, length 42
- 14:50:07.409345 ARP, Request who-has 10.1.0.9 tell 10.1.0.12, length 42
- 14:50:08.411900 ARP, Request who-has 10.1.0.9 tell 10.1.0.12, length 42
- ^C
- 3 packets captured
- 3 packets received by filter
- 0 packets dropped by kernel
- root@neutron:~# tcpdump -i eth3 host 10.1.0.9
- tcpdump: WARNING: eth3: no IPv4 address assigned
- tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
- listening on eth3, link-type EN10MB (Ethernet), capture size 65535 bytes
- 14:50:12.409383 ARP, Request who-has 10.1.0.9 tell 10.1.0.12, length 42
- 14:50:13.409390 ARP, Request who-has 10.1.0.9 tell 10.1.0.12, length 42
- 14:50:14.412699 ARP, Request who-has 10.1.0.9 tell 10.1.0.12, length 42
- ^C
- 3 packets captured
- 3 packets received by filter
- 0 packets dropped by kernel
- root@neutron:~# tcpdump -i eth4 host 10.1.0.9
- tcpdump: WARNING: eth4: no IPv4 address assigned
- tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
- listening on eth4, link-type EN10MB (Ethernet), capture size 65535 bytes
- ^C
- 0 packets captured
- 0 packets received by filter
- 0 packets dropped by kernel
- root@neutron:~# tcpdump -i eth5 host 10.1.0.9
- tcpdump: WARNING: eth5: no IPv4 address assigned
- tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
- listening on eth5, link-type EN10MB (Ethernet), capture size 65535 bytes
- ^C
- 0 packets captured
- 0 packets received by filter
- 0 packets dropped by kernel
- ro
Advertisement
Add Comment
Please, Sign In to add comment