Advertisement
Guest User

Untitled

a guest
May 5th, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. [root@nethost ~]# ip netns exec qrouter-7573b61c-1cb2-43bc-8296-421e319d2bd0 ifconfig
  2. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  3. inet 127.0.0.1 netmask 255.0.0.0
  4. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  5. loop txqueuelen 0 (Local Loopback)
  6. RX packets 0 bytes 0 (0.0 B)
  7. RX errors 0 dropped 0 overruns 0 frame 0
  8. TX packets 0 bytes 0 (0.0 B)
  9. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  10.  
  11. qg-8d652de9-58: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  12. inet 10.2.57.68 netmask 255.255.255.0 broadcast 10.2.57.255
  13. inet6 fe80::f816:3eff:fe4e:b045 prefixlen 64 scopeid 0x20<link>
  14. ether fa:16:3e:4e:b0:45 txqueuelen 0 (Ethernet)
  15. RX packets 1027 bytes 67477 (65.8 KiB)
  16. RX errors 0 dropped 11 overruns 0 frame 0
  17. TX packets 45 bytes 2334 (2.2 KiB)
  18. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  19.  
  20. qr-1a0e7fd7-63: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  21. inet 10.0.0.1 netmask 255.255.255.0 broadcast 10.0.0.255
  22. inet6 fe80::f816:3eff:feac:4843 prefixlen 64 scopeid 0x20<link>
  23. ether fa:16:3e:ac:48:43 txqueuelen 0 (Ethernet)
  24. RX packets 3 bytes 230 (230.0 B)
  25. RX errors 0 dropped 0 overruns 0 frame 0
  26. TX packets 10 bytes 864 (864.0 B)
  27. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  28.  
  29. [root@nethost ~]#
  30.  
  31. [root@nethost ~]# ip netns exec qdhcp-f8bdf250-d08f-467a-a073-003ea3165c5d ifconfig
  32. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  33. inet 127.0.0.1 netmask 255.0.0.0
  34. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  35. loop txqueuelen 0 (Local Loopback)
  36. RX packets 0 bytes 0 (0.0 B)
  37. RX errors 0 dropped 0 overruns 0 frame 0
  38. TX packets 0 bytes 0 (0.0 B)
  39. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  40.  
  41. tap270c51fa-76: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  42. inet 10.0.0.101 netmask 255.255.255.0 broadcast 10.0.0.255
  43. inet6 fe80::f816:3eff:fee8:3cd7 prefixlen 64 scopeid 0x20<link>
  44. ether fa:16:3e:e8:3c:d7 txqueuelen 0 (Ethernet)
  45. RX packets 9 bytes 782 (782.0 B)
  46. RX errors 0 dropped 0 overruns 0 frame 0
  47. TX packets 3 bytes 258 (258.0 B)
  48. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  49.  
  50. [root@nethost ~]#
  51. [root@nethost ~]# ping -c 1 10.0.0.1
  52. PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.
  53. 64 bytes from 10.0.0.1: icmp_seq=1 ttl=64 time=0.624 ms
  54.  
  55. --- 10.0.0.1 ping statistics ---
  56. 1 packets transmitted, 1 received, 0% packet loss, time 0ms
  57. rtt min/avg/max/mdev = 0.624/0.624/0.624/0.000 ms
  58. [root@nethost ~]# ping -c 1 10.0.0.101
  59. PING 10.0.0.101 (10.0.0.101) 56(84) bytes of data.
  60. From 10.0.0.2 icmp_seq=1 Destination Host Unreachable
  61.  
  62. --- 10.0.0.101 ping statistics ---
  63. 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
  64.  
  65. [root@nethost ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement