Skip to content

Commit

Permalink
WAN: set to dhcp
Browse files Browse the repository at this point in the history
If packages: ppp-mod-pppoe ppp luci-proto-ppp

are removed/missing interface WAN cant be edited via LuCI (missing protocol)

seen this on some xDSL boxes not using stock OpenWRT

Solution see: freifunk-berlin/firmware#838 (comment)
  • Loading branch information
everloop2 authored Dec 11, 2020
1 parent f9ede96 commit b696884
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ uci set network.lan.ipaddr=192.168.42.1
uci set network.wan.peerdns=0
uci set network.wan6.peerdns=0

# setup wan as bridge
# setup wan as bridge and default to dhcp (prevents 'missing protocol')
uci set network.wan.type=bridge
uci set network.wan.proto=dhcp

# add tunl0 interface - tunl0 is the ipip tunnel interface for the olsr
# SmartGateway plugin
Expand Down

0 comments on commit b696884

Please sign in to comment.