Advertisement
Guest User

Untitled

a guest
May 5th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. No life here (VM try to assign IP)
  2.  
  3. root@nethost ~]# ip netns
  4. qrouter-7573b61c-1cb2-43bc-8296-421e319d2bd0
  5. qdhcp-f8bdf250-d08f-467a-a073-003ea3165c5d
  6. [root@nethost ~]# ip netns exec qrouter-7573b61c-1cb2-43bc-8296-421e319d2bd0 bash
  7. [root@nethost ~]# ifconfig
  8. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  9. inet 127.0.0.1 netmask 255.0.0.0
  10. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  11. loop txqueuelen 0 (Local Loopback)
  12. RX packets 0 bytes 0 (0.0 B)
  13. RX errors 0 dropped 0 overruns 0 frame 0
  14. TX packets 0 bytes 0 (0.0 B)
  15. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  16.  
  17. qg-8d652de9-58: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  18. inet 10.2.57.68 netmask 255.255.255.0 broadcast 10.2.57.255
  19. inet6 fe80::f816:3eff:fe4e:b045 prefixlen 64 scopeid 0x20<link>
  20. ether fa:16:3e:4e:b0:45 txqueuelen 0 (Ethernet)
  21. RX packets 161 bytes 13611 (13.2 KiB)
  22. RX errors 0 dropped 0 overruns 0 frame 0
  23. TX packets 13 bytes 990 (990.0 B)
  24. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  25.  
  26. qr-1a0e7fd7-63: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  27. inet 10.0.0.1 netmask 255.255.255.0 broadcast 10.0.0.255
  28. inet6 fe80::f816:3eff:feac:4843 prefixlen 64 scopeid 0x20<link>
  29. ether fa:16:3e:ac:48:43 txqueuelen 0 (Ethernet)
  30. RX packets 11 bytes 914 (914.0 B)
  31. RX errors 0 dropped 0 overruns 0 frame 0
  32. TX packets 10 bytes 864 (864.0 B)
  33. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  34.  
  35. [root@nethost ~]# tcp
  36. tcpdump tcpslice
  37. [root@nethost ~]# tcpdump -i qr-1a0e7fd7-63
  38. tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
  39. listening on qr-1a0e7fd7-63, link-type EN10MB (Ethernet), capture size 65535 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement