#17385: Receive no DHCP when setting br-lan to dhcp proto
-----------------------+-----------------------------------
  Reporter:  hvandrie  |      Owner:  developers
      Type:  defect    |     Status:  new
  Priority:  high      |  Milestone:  Barrier Breaker 14.07
 Component:  other     |    Version:  Barrier Breaker 14.07
Resolution:            |   Keywords:
-----------------------+-----------------------------------

Comment (by hvandrie@…):

 LAN interface assigned to DHCP, receives nothing...
 Firewall is disabled.

 br-lan    Link encap:Ethernet  HWaddr 4C:5E:0C:80:ED:AE
           inet6 addr: fe80::4e5e:cff:fe80:edae/64 Scope:Link
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:45 errors:0 dropped:0 overruns:0 frame:0
           TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:0
           RX bytes:7727 (7.5 KiB)  TX bytes:8958 (8.7 KiB)

 eth0      Link encap:Ethernet  HWaddr 4C:5E:0C:80:ED:AE
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:127 errors:0 dropped:2 overruns:0 frame:0
           TX packets:68 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:28957 (28.2 KiB)  TX bytes:10986 (10.7 KiB)
           Interrupt:4

 Utilizing a usb dongle as a backup to be able to get back into the console
 as the freak'in device doesn't have a working serial:

 config interface 'lan'
         option ifname 'eth0'
         option force_link '0'
         option type 'bridge'
         option proto 'dhcp'
 #       option ipaddr '192.168.1.1'
 #       option netmask '255.255.255.0'
 #       option ip6assign '60'
         option auto '1'
         option stp '1'

 config interface 'backup'
         option ifname 'eth1'
         option force_link '0'
         option type 'bridge'
         option proto 'static'
         option ipaddr '192.168.1.1'
         option netmask '255.255.255.0'
         option auto '1'

 Was playing with all kinds of settings in network config.
 The auto nor force_link have any effect, tried both boolean values... no
 difference.

 After you power cycle the device, it just can't assign static or dhcp
 address anymore.

--
Ticket URL: <https://dev.openwrt.org/ticket/17385#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to