Advertisement
Guest User

Untitled

a guest
Jun 16th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. [root@Cw1-HN ~]# ip addr show
  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. inet6 ::1/128 scope host
  6. valid_lft forever preferred_lft forever
  7. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
  8. link/ether 00:25:90:12:fd:70 brd ff:ff:ff:ff:ff:ff
  9. inet 216.126.193.234/29 brd 216.126.193.239 scope global eth0
  10. inet 216.126.193.235/24 brd 216.126.193.255 scope global eth0:0
  11. inet 216.126.193.236/24 brd 216.126.193.255 scope global secondary eth0:1
  12. inet6 fe80::225:90ff:fe12:fd70/64 scope link
  13. valid_lft forever preferred_lft forever
  14. 3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  15. link/ether 00:25:90:12:fd:71 brd ff:ff:ff:ff:ff:ff
  16. 6: venet0: <BROADCAST,POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
  17. link/void
  18. inet6 fe80::1/128 scope link
  19. valid_lft forever preferred_lft forever
  20. [root@Cw1-HN ~]# ip route show
  21. 192.168.2.1 dev venet0 scope link
  22. 216.126.193.232/29 dev eth0 proto kernel scope link src 216.126.193.234
  23. 192.168.3.0/24 dev eth0 scope link src 216.126.193.236
  24. 192.168.2.0/24 dev eth0 scope link src 216.126.193.235
  25. 216.126.193.0/24 dev eth0 proto kernel scope link src 216.126.193.235
  26. 169.254.0.0/16 dev eth0 scope link metric 1002
  27. default via 216.126.193.233 dev eth0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement