Hi Federico

Here is an example:

config interface 'wan'
        option ifname 'eth0'
        option _orig_ifname 'eth0'
        option _orig_bridge 'false'
        option proto 'pppoe'
        option username 'username'
        option password 'password'

config interface 'lan'
        option ifname 'eth1'
        option force_link '1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'



Em quinta-feira, 6 de abril de 2017 11:03:57 UTC-3, Federico Capoano 
escreveu:
>
> Hi Henrique,
>
> could you send a full example of UCI config interface you need to set?
>
> Federico
>
>
> On Thu, Apr 6, 2017 at 2:36 PM henriqsc <[email protected] 
> <javascript:>> wrote:
>
>> Hello
>>
>> We're trying to set some devices to use pppoe but there is no such option 
>> on the web interface, we also tryed to use the advanced JASON mode but it's 
>> not allowed to set the protocol field as pppoe. Is there any way to 
>> configure pppoe?
>>
>> Thank you!
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "OpenWISP" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to