Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. XEN4 and Slackware dom0
  2. =======================
  3. root@dom0:/etc# route
  4. Kernel IP routing table
  5. Destination Gateway Genmask Flags Metric Ref Use Iface
  6. 88.191.123.0 * 255.255.255.0 U 0 0 0 eth0
  7. default 88.191.123.1 0.0.0.0 UG 0 0 0 eth0
  8.  
  9. root@dom0:/etc# tcpdump -i vbsd64.0
  10. tcpdump: WARNING: vbsd64.0: no IPv4 address assigned
  11. tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
  12. listening on vbsd64.0, link-type EN10MB (Ethernet), capture size 65535 bytes
  13. 23:58:20.900681 IP mx3.nethence.com > mx3.nethence.com: ICMP echo request, id 45765, seq 0, length 64
  14.  
  15. root@dom0:/etc# tcpdump -i dummybr0
  16. tcpdump: WARNING: dummybr0: no IPv4 address assigned
  17. tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
  18. listening on dummybr0, link-type EN10MB (Ethernet), capture size 65535 bytes
  19. 23:58:07.132389 IP mx3.nethence.com > mx3.nethence.com: ICMP echo request, id 23860, seq 0, length 64
  20.  
  21.  
  22. NetBSD guest
  23. ============
  24. # arp -a
  25. ? (88.191.123.229) at 78:65:6e:6e:65:74:30:00:00:00:fa:ce on xennet0 permanent
  26. # netstat -r -f inet
  27. Routing tables
  28.  
  29. Internet:
  30. Destination Gateway Flags Refs Use Mtu Interface
  31. 88.191.123.229 78:65:6e:6e:65:74 UHLS 0 3 - xennet0
  32. 88.191.231.159/32 link#1 UC 0 0 - xennet0
  33. 127/8 localhost UGRS 0 0 33648 lo0
  34. localhost localhost UH 1 20 33648 lo0
  35.  
  36. tcpdump on guest's side doesn't see pings arrive from the dom0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement