#17209: wlan0 / wifi0, unbridged, does not get ip address assigned
-----------------------+------------------------
Reporter: doddel | Owner: developers
Type: defect | Status: new
Priority: high | Milestone:
Component: packages | Version: Trunk
Resolution: | Keywords:
-----------------------+------------------------
Comment (by doddel):
Just top document the simple /etc/config/network contents:
config interface loopback
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config interface lan
option 'ifname' 'eth0'
option 'proto' 'static'
option 'ipaddr' '192.168.109.1'
option 'netmask' '255.255.255.0'
config interface wifi0
option 'ifname' 'wlan0'
option 'proto' 'static'
option 'ipaddr' '192.168.21.9'
option 'netmask' '255.255.255.0'
option 'dns' '192.168.21.100'
option 'gateway' '192.168.21.100'
=====================================================
the lo and lan ip addresses work and are shown upon 'ifconfig', incl.
their ipv6 versions.
'ifconfig wlan0' has no ip address whatsoever.
'Route' only shows the lan interface; no wlan0 nor default via wlan0.
--
Ticket URL: <https://dev.openwrt.org/ticket/17209#comment:3>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets