Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. $ route -n
  2. Kernel IP routing table
  3. Destination Gateway Genmask Flags Metric Ref Use Iface
  4. 0.0.0.0 192.168.2.1 0.0.0.0 UG 101 0 0 enp7s0
  5. 0.0.0.0 10.10.10.10 0.0.0.0 UG 20102 0 0 enp11s0
  6. 10.10.10.0 0.0.0.0 255.255.255.0 U 102 0 0 enp11s0
  7. 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 enp11s0
  8. 192.168.2.0 0.0.0.0 255.255.255.0 U 101 0 0 enp7s0
  9.  
  10. $ netstat -i
  11. Kernel Interface table
  12. Iface MTU RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
  13. enp11s0 9000 758 0 0 0 1161 0 0 0 BMRU
  14. enp7s0 1500 231235 0 0 0 102003 0 0 0 BMRU
  15. lo 65536 1696 0 0 0 1696 0 0 0 LRU
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement