Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. knr@kannur:~$ ifconfig -a
  2.  
  3. eth0 Link encap:Ethernet HWaddr 00:27:0e:2f:83:60
  4. inet addr:192.168.1.11 Bcast:192.168.1.255 Mask:255.255.255.0
  5. inet6 addr: fe80::227:eff:fe2f:8360/64 Scope:Link
  6. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  7. RX packets:13706 errors:0 dropped:0 overruns:0 frame:0
  8. TX packets:15389 errors:0 dropped:0 overruns:0 carrier:0
  9. collisions:0 txqueuelen:1000
  10. RX bytes:7203014 (7.2 MB) TX bytes:2382269 (2.3 MB)
  11.  
  12. eth1 Link encap:Ethernet HWaddr 00:90:27:77:29:ad
  13. inet addr:192.168.1.12 Bcast:192.168.1.255 Mask:255.255.255.0
  14. inet6 addr: fe80::290:27ff:fe77:29ad/64 Scope:Link
  15. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  16. RX packets:7797 errors:0 dropped:9 overruns:0 frame:0
  17. TX packets:166 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:1000
  19. RX bytes:609078 (609.0 KB) TX bytes:25460 (25.4 KB)
  20.  
  21. knr@kannur:~$ netstat -rn
  22.  
  23. Kernel IP routing table
  24. Destination Gateway Genmask Flags MSS Window irtt Iface
  25. 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
  26. 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
  27. 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  28. 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
  29.  
  30. knr@kannur:~$ route
  31.  
  32. Kernel IP routing table
  33. Destination Gateway Genmask Flags Metric Ref Use Iface
  34. default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
  35. link-local * 255.255.0.0 U 1000 0 0 eth0
  36. 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
  37. 192.168.1.0 * 255.255.255.0 U 0 0 0 eth1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement