Using a newly acquired D-Link DIR-3060 to connect to Internode.on.net NBN FTC modem via PPPoE, and having no luck.
The router: https://openwrt.org/toh/d-link/dir-3060_a1
PPoE configuration parameters from old router:
VLAN ID: Enable
VLAN ID (1-4094): 2
Internet Connection Type: PPPoE
Username: redacted@internode.on.net
Password: redacted
Confirm Password:
Connection Mode: Auto
Authentication Type: Auto
IPv4: Enable
IPv6: Disable
Service Name:
Access Concentrator Name:
MTU Size: 1480
NAT: Enable
Full-cone NAT: Disable
IGMP Proxy: Enable
Use the IP Specified by ISP: Disable
Echo Request Interval: 30
Use the Following DNS Addresses: Disable
Do NOT Clone MAC Address
What I tried in /etc/config/network:
config interface 'wan'
option device 'eth0.2'
option proto 'pppoe'
option username 'redacted@internode.on.net'
option password 'redacted'
option mtu '1500'
option pppd_options 'debug'
option ipv6 'auto'
In LuCI, this sets my wan device to 'Software VLAN eth0.2 (wan)'.
The log file excerpt produced:
Mon Sep 23 15:28:09 2024 daemon.notice netifd: Interface 'wan' is enabled
Mon Sep 23 15:28:09 2024 daemon.notice netifd: Interface 'wan' has link connectivity
Mon Sep 23 15:28:09 2024 daemon.notice netifd: Interface 'wan' is setting up now
Mon Sep 23 15:28:09 2024 daemon.info pppd[26528]: Plugin pppoe.so loaded.
Mon Sep 23 15:28:09 2024 daemon.info pppd[26528]: PPPoE plugin from pppd 2.4.9
Mon Sep 23 15:28:09 2024 daemon.notice pppd[26528]: pppd 2.4.9 started by root, uid 0
Mon Sep 23 15:28:09 2024 daemon.debug pppd[26528]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Mon Sep 23 15:28:09 2024 daemon.debug pppd[26528]: dst ff:ff:ff:ff:ff:ff src c4:e9:0a:d9:d7:b0
Mon Sep 23 15:28:09 2024 daemon.debug pppd[26528]: [service-name] [host-uniq a0 67 00 00]
Mon Sep 23 15:28:10 2024 daemon.warn odhcpd[1640]: No default route present, overriding ra_lifetime!
Mon Sep 23 15:28:10 2024 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Mon Sep 23 15:28:10 2024 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
Mon Sep 23 15:28:10 2024 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
Mon Sep 23 15:28:11 2024 daemon.warn odhcpd[1640]: No default route present, overriding ra_lifetime!
Mon Sep 23 15:28:14 2024 daemon.debug pppd[26528]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Mon Sep 23 15:28:14 2024 daemon.debug pppd[26528]: dst ff:ff:ff:ff:ff:ff src c4:e9:0a:d9:d7:b0
Mon Sep 23 15:28:14 2024 daemon.debug pppd[26528]: [service-name] [host-uniq a0 67 00 00]
Mon Sep 23 15:28:19 2024 daemon.debug pppd[26528]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Mon Sep 23 15:28:19 2024 daemon.debug pppd[26528]: dst ff:ff:ff:ff:ff:ff src c4:e9:0a:d9:d7:b0
Mon Sep 23 15:28:19 2024 daemon.debug pppd[26528]: [service-name] [host-uniq a0 67 00 00]
Mon Sep 23 15:28:24 2024 daemon.warn pppd[26528]: Timeout waiting for PADO packets
Mon Sep 23 15:28:24 2024 daemon.err pppd[26528]: Unable to complete PPPoE Discovery
Mon Sep 23 15:28:24 2024 daemon.info pppd[26528]: Exit.
Despite all efforts, I can't seem to get past the 'No default route present' error.
Completely exhausted. Anyone care to please take a stab?
M.