Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. root@absinthe:~# ip addr
  2. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 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 6c:62:6d:60:75:39 brd ff:ff:ff:ff:ff:ff
  9. inet 213.239.196.162/27 brd 213.239.196.191 scope global eth0
  10. inet 78.46.84.26/27 scope global eth0
  11. root@absinthe:~# ip route
  12. 213.239.196.160/27 dev eth0 proto kernel scope link src 213.239.196.162
  13. 78.46.84.0/27 dev eth0 scope link src 78.46.84.26
  14. default via 213.239.196.161 dev eth0 metric 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement