OpenWrt Forum Archive

Topic: wan doesn't start automatically

The content of this topic has been archived on 4 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I installed backfire 10.03.1 trunk in my netgear 834g from an  image found here: http://openwrt.enyc.org.uk/openwrt/trun … 13-r29519/
The only problem I found is that wan that doesn't start automatically at boot. I need to manually type ifup wan. Do yiu have some suggestions ?

This is my /etc/config/network

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 'type' 'bridge'
        option 'proto' 'static'
        option 'ipaddr' '192.168.1.1'
        option 'netmask' '255.255.255.0'
        option 'nat' '1'
        option 'ifname' 'eth0.1'

config 'interface' 'wan'
        option 'ifname' 'atm0'
        option 'proto' 'pppoa'
        option 'encaps' 'llc'
        option 'vpi' '8'
        option 'vci' '35'
        option 'username' 'xxxxxxxxx'
        option 'password' 'xxxxx'
        option 'dns' '208.67.222.222 208.67.220.220'

You seem to lack an atm-bridge section.

The discussion might have continued from here.