Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
litesom:devicetree:eth [2017/05/16 13:55]
filug
litesom:devicetree:eth [2017/05/16 18:15]
filug [Device Tree configuration]
Line 101: Line 101:
 </columns> </columns>
  
 +===== Network configuration =====
  
 +Current network status you can verify by ''ifconfig eth0'' command
 +
 +<code>
 +eth0      Link encap:Ethernet  HWaddr 9E:EE:5F:94:B8:D3  
 +          inet addr:10.42.0.133  Bcast:10.42.0.255  Mask:255.255.255.0
 +          inet6 addr: fe80::9cee:5fff:fe94:b8d3/64 Scope:Link
 +          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 +          RX packets:38 errors:0 dropped:0 overruns:0 frame:0
 +          TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
 +          collisions:0 txqueuelen:1000 
 +          RX bytes:5906 (5.7 KiB)  TX bytes:1654 (1.6 KiB)
 +</code>
 +
 +or ''ip address show eth0''
 +
 +<code>
 +2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
 +    link/ether 9e:ee:5f:94:b8:d3 brd ff:ff:ff:ff:ff:ff
 +    inet 10.42.0.133/24 brd 10.42.0.255 scope global eth0
 +       valid_lft forever preferred_lft forever
 +    inet6 fe80::9cee:5fff:fe94:b8d3/64 scope link 
 +       valid_lft forever preferred_lft forever
 +</code>
  • litesom/devicetree/eth.txt
  • Last modified: 2021/05/10 13:58
  • by kateryna.kozakova