Guest User

Untitled

a guest
Jul 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
  2. inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
  3. inet 127.0.0.2/8 brd 127.255.255.255 scope host secondary lo
  4. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
  5. inet 192.168.101.101/24 brd 192.168.101.255 scope global eth0
  6. 4: ib0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 2044 qdisc pfifo_fast state UP qlen 256
  7. inet 192.168.102.101/24 brd 192.168.102.255 scope global ib0
  8. 5: vlan444@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
  9. inet 109.123.146.165/25 brd 109.123.146.255 scope global vlan444
  10. sblade:/var/log# ip -4 r ls 0/pts/0 [14:37:13]
  11. 109.123.146.128/25 dev vlan444 proto kernel scope link src 109.123.146.165
  12. 192.168.100.0/24 via 109.123.146.178 dev vlan444
  13. 192.168.101.0/24 dev eth0 proto kernel scope link src 192.168.101.101
  14. 192.168.102.0/24 dev ib0 proto kernel scope link src 192.168.102.101
  15. 192.168.10.0/24 dev eth0 scope link
  16. 169.254.0.0/16 dev eth0 scope link
  17. 127.0.0.0/8 dev lo scope link
  18. default via 109.123.146.129 dev vlan444
Add Comment
Please, Sign In to add comment