[FS#507] network configuration messed up / not usable

LEDE Bugs lede-bugs at lists.infradead.org
Tue Feb 14 01:52:19 PST 2017


The following task has a new comment added:

FS#507 - network configuration messed up / not usable
User who did this - olze (olze)

----------
-> initial state:

root at lede:/# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 1A:4F:66:C3:98:6F
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:1 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:532
          RX bytes:342 (342.0 B)  TX bytes:1551 (1.5 KiB)
          Interrupt:38

root at lede:/# ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 3A:A9:63:F1:78:63
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:532
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:39

root at lede:/# ifconfig eth2
eth2      Link encap:Ethernet  HWaddr 6E:A8:60:A3:41:BE
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:532
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:41


reboot -> entered that in uboot (i require fix mac addresses)
=> setenv eth0addr 1A:4F:66:C3:98:6F
=> setenv eth1addr 3A:A9:63:F1:78:63
=> setenv eth2addr 6E:A8:60:A3:41:BE

after boot:

root at lede:/# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 6E:A8:60:A3:41:BE  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:532 
          RX bytes:0 (0.0 B)  TX bytes:1551 (1.5 KiB)
          Interrupt:38 

root at lede:/# ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 56:63:D3:C8:6A:78  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:532 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:39 

root at lede:/# ifconfig eth2
eth2      Link encap:Ethernet  HWaddr 3A:A9:63:F1:78:63  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:532 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:41 


----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=507#comment1789



More information about the lede-bugs mailing list