[FS#3372] After flashing 19.07.4 on Kingston MLWG2, no network are accessible and serial console MUST be used

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Fri Oct 9 11:20:30 EDT 2020


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#3372 - After flashing 19.07.4 on Kingston MLWG2, no network are accessible and serial console MUST be used
User who did this - Willy Gardiol (gardiol)

----------

This was thw original network file:

  config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'
  
  config globals 'globals'
        option ula_prefix 'fdf0:a4ca:5192::/48'
  
  config interface 'lan'
        option type 'bridge'
        option ifname 'eth0.1'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'
  
  config device 'lan_eth0_1_dev'
        option name 'eth0.1'
        option macaddr '00:26:b7:09:e9:3


While this is how i changed it (only changed section):

  config interface 'lan'
        option type 'bridge'
        option proto 'static'
        option ifname 'eth0'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option ipaddr '192.168.1.25'

The full story is at this forum post:

[[https://forum.openwrt.org/t/problems-with-stuck-lan-and-no-wifi-after-boot/76305/6|forum]]




----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3372#comment8878

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list