- -- - - - - - - - - - - - - - - - - - TrB.jpg Margaret.png Jkb.jpg JoeD.jpg Edbatchelor.jpg JimB.png DAD-TINT.JPG C03515.jpg

Difference between revisions of "Ifconfig eth0"

From Batchelor-s
Jump to navigationJump to search
m (Protected "Ifconfig eth0" ([edit=autoconfirmed] (indefinite)))
m
 
Line 1: Line 1:
 +
 +
This gives the server address
 +
 +
but not the gateway
 +
 +
ifconfig eth0
 +
 +
*eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
 +
**        ether xx:xx:xx:xx:xx:xx  txqueuelen 1000  (Ethernet)
 +
**        RX packets 0  bytes 0 (0.0 B)
 +
**        RX errors 0  dropped 0  overruns 0  frame 0
 +
**        TX packets 0  bytes 0 (0.0 B)
 +
**        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  
  
Need description here.
 
  
  

Latest revision as of 03:30, 17 July 2020

This gives the server address

but not the gateway

ifconfig eth0

  • eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
    • ether xx:xx:xx:xx:xx:xx txqueuelen 1000 (Ethernet)
    • RX packets 0 bytes 0 (0.0 B)
    • RX errors 0 dropped 0 overruns 0 frame 0
    • TX packets 0 bytes 0 (0.0 B)
    • TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0






--