Guest User

Untitled

a guest
Mar 31st, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. [root@granger ~]# ip netns exec qdhcp-988c5dca-8b1e-4186-87ab-329bb4298fc9 ip a
  2. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
  3. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  4. inet 127.0.0.1/8 scope host lo
  5. valid_lft forever preferred_lft forever
  6. inet6 ::1/128 scope host
  7. valid_lft forever preferred_lft forever
  8. 13: tapfce5add1-84: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
  9. link/ether fa:16:3e:e4:77:0a brd ff:ff:ff:ff:ff:ff
  10. inet 10.0.8.101/24 brd 10.0.8.255 scope global tapfce5add1-84
  11. valid_lft forever preferred_lft forever
  12. inet6 fe80::f816:3eff:fee4:770a/64 scope link
  13. valid_lft forever preferred_lft forever
  14. [root@granger ~]# ip netns exec qdhcp-988c5dca-8b1e-4186-87ab-329bb4298fc9 tftp ^C
  15. [root@granger ~]# tftp 10.0.8.101
  16. tftp> get menu.c32
  17. Transfer timed out.
  18.  
  19. tftp> quit
  20. [root@granger ~]# ip netns exec qdhcp-988c5dca-8b1e-4186-87ab-329bb4298fc9 tftp 10.0.8.101
  21. tftp> get menu.c32
  22. Transfer timed out.
  23.  
  24. tftp> quit
  25. [root@granger ~]# tftp 10.0.8.2
  26. tftp> get menu.c32
  27. tftp> quit
  28.  
  29. #####This is me accessing 10.0.8.101
  30. [root@granger ~]# ip netns exec qdhcp-988c5dca-8b1e-4186-87ab-329bb4298fc9 tcpdump -n -i tapfce5add1-84
  31. tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
  32. listening on tapfce5add1-84, link-type EN10MB (Ethernet), capture size 65535 bytes
  33. 10:20:37.631496 ARP, Request who-has 10.0.8.101 tell 10.0.8.99, length 46
  34. 10:20:37.631538 ARP, Reply 10.0.8.101 is-at fa:16:3e:e4:77:0a, length 28
  35. 10:20:37.632200 IP 10.0.8.99.60592 > 10.0.8.101.tftp: 20 RRQ "menu.c32" netascii
  36. 10:20:37.632259 IP 10.0.8.101 > 10.0.8.99: ICMP 10.0.8.101 udp port tftp unreachable, length 56
  37. 10:20:42.632405 IP 10.0.8.99.60592 > 10.0.8.101.tftp: 20 RRQ "menu.c32" netascii
  38. 10:20:42.632464 IP 10.0.8.101 > 10.0.8.99: ICMP 10.0.8.101 udp port tftp unreachable, length 56
  39. 10:20:42.643584 ARP, Request who-has 10.0.8.99 tell 10.0.8.101, length 28
  40. 10:20:42.644147 ARP, Reply 10.0.8.99 is-at 3c:07:54:0f:aa:c7, length 46
Advertisement
Add Comment
Please, Sign In to add comment