NanoPi r2s pppoe

Hi Community,
i searched for hours and couldnt find any proper information.
The following i am trying. Dont know if these is even working at all but -)

scenario:
German vdsl -> vigor130Modem -> nanopir2s PPPOE (former installed a fritbox as pppoe)

With the fritzbox with pppoe configured was working fine. But using the NanoPI with pppoe i dont know if it can work overall? but it doesnt.
I assume as it is only a software thing to get ready i am missing maybe some settings but i couldnt find anywhere.
I blocked all incoming trafic from WAN Port.

thanks for any input :slight_smile:

You need to do VLAN tagging on WAN with VID 7 for DTAG VDSL connections, this can either be done by the modem (vigor 130) or your router (r2s) - but it needs to be done 'somewhere' (personally I'd opt for doing it on the router).

Thanks for your Support. I set up with the vlan tag. Unfortunately the connection doesnt come up.

here is a snippet of the log:

 daemon.notice netifd: Interface 'wan' is now down
Sun Nov 14 06:35:38 2021 daemon.notice netifd: Interface 'wan' is setting up now
Sun Nov 14 06:35:38 2021 daemon.info pppd[13759]: Plugin rp-pppoe.so loaded.
Sun Nov 14 06:35:38 2021 daemon.info pppd[13759]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.8
Sun Nov 14 06:35:38 2021 daemon.notice pppd[13759]: pppd 2.4.8 started by root, uid 0
Sun Nov 14 06:35:48 2021 user.err adblock-4.1.3[9735]: dns backend restart with adblock blocklist failed
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[10034]: exiting on receipt of SIGTERM
Sun Nov 14 06:35:48 2021 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Sun Nov 14 06:35:48 2021 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: Connected to system UBus
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: started, version 2.85 cachesize 150
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: DNS service limited to local subnets
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth cryptohash DNSSEC no-ID loop-detect inotify dumpfile
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: UBus support enabled: connected to system bus
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: using only locally-known addresses for domain test
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: using only locally-known addresses for domain onion
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: using only locally-known addresses for domain localhost
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: using only locally-known addresses for domain local
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: using only locally-known addresses for domain invalid
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: using only locally-known addresses for domain bind
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: using only locally-known addresses for domain lan
Sun Nov 14 06:35:48 2021 daemon.warn dnsmasq[14070]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: read /etc/hosts - 4 addresses
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: read /tmp/hosts/odhcpd - 0 addresses
Sun Nov 14 06:35:48 2021 daemon.info dnsmasq[14070]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Sun Nov 14 06:35:53 2021 daemon.warn pppd[13759]: Timeout waiting for PADO packets
Sun Nov 14 06:35:53 2021 daemon.err pppd[13759]: Unable to complete PPPoE Discovery
Sun Nov 14 06:35:53 2021 daemon.info pppd[13759]: Exit.

my interface settings:


root@FriendlyWrt:~# cat /etc/config/network

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

config globals 'globals'
        option ula_prefix 'fd00:ab:cd::/48'

config interface 'wan'
        option device 'eth0'
        option proto 'pppoe'
        option password 'xxxxxxxxxxxx'
        option username 'H1und1/xxxxxxxxx@online.de '
        option ifname 'eth0.7'
        option force_link '1'
        option ipv6 'auto'
        option delegate '0'

config interface 'wan6'
        option reqaddress 'try'
        option proto 'dhcpv6'
        option device 'eth0'
        option reqprefix 'auto'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'eth1'

config interface 'lan'
        option device 'br-lan'
        option proto 'static'
        option ipaddr '192.168.178.8'
        option netmask '255.255.255.0'
        option gateway '192.168.178.1'

config interface 'docker'
        option device 'docker0'
        option proto 'none'
        option auto '0'

config device
        option type 'bridge'
        option name 'docker0'

Maybe i have done something wrong.

Hi Community,
meanwhile i put a nwe image on the pir2s. But there seems a problem with the software image. Maybe some reason also in there