I have to connect to my ISP over ADSL + PPPoE and I have Speedtouch 780wl router in Router mode so each computer has to establish a PPPoE connection by itself.
I'm now struggling to configure PPPoE on RPI but without success.
I've managed to install ppp, pppoe and pppoeconf packages from debian repository and I created configuration for my account. But it seams that pppoe connection cannot be established.
This is pppd log:
Code: Select all
Apr 17 17:26:50 raspberrypi pppd[4497]: Plugin rp-pppoe.so loaded.
Apr 17 17:26:50 raspberrypi pppd[4500]: pppd 2.4.5 started by root, uid 0
Apr 17 17:26:50 raspberrypi pppd[4500]: Interface eth0 has MTU of 1488 -- should be at least 1500.
Apr 17 17:26:50 raspberrypi pppd[4500]: This may cause serious connection problems.
Apr 17 17:26:50 raspberrypi pppd[4500]: PPP session is 23
Apr 17 17:26:50 raspberrypi pppd[4500]: Failed to create PPPoE socket: Address family not supported by protocol
Apr 17 17:26:50 raspberrypi pppd[4500]: Sent PADT
Apr 17 17:27:20 raspberrypi pppd[4500]: Interface eth0 has MTU of 1488 -- should be at least 1500.
Apr 17 17:27:20 raspberrypi pppd[4500]: This may cause serious connection problems.
Apr 17 17:27:20 raspberrypi pppd[4500]: PPP session is 23
Apr 17 17:27:20 raspberrypi pppd[4500]: Failed to create PPPoE socket: Address family not supported by protocol
Apr 17 17:27:20 raspberrypi pppd[4500]: Sent PADT
Apr 17 17:27:50 raspberrypi pppd[4500]: Interface eth0 has MTU of 1488 -- should be at least 1500.
Apr 17 17:27:50 raspberrypi pppd[4500]: This may cause serious connection problems.
Apr 17 17:27:50 raspberrypi pppd[4500]: PPP session is 23
Apr 17 17:27:50 raspberrypi pppd[4500]: Failed to create PPPoE socket: Address family not supported by protocol
Apr 17 17:27:50 raspberrypi pppd[4500]: Sent PADT
Apr 17 17:28:20 raspberrypi pppd[4500]: Interface eth0 has MTU of 1488 -- should be at least 1500.
Apr 17 17:28:20 raspberrypi pppd[4500]: This may cause serious connection problems.
Apr 17 17:29:10 raspberrypi pppd[4500]: Timeout waiting for PADO packets
Apr 17 17:29:10 raspberrypi pppd[4500]: Unable to complete PPPoE Discovery
Apr 17 17:29:40 raspberrypi pppd[4500]: Interface eth0 has MTU of 1488 -- should be at least 1500.
Apr 17 17:29:40 raspberrypi pppd[4500]: This may cause serious connection problems.
Apr 17 17:30:26 raspberrypi pppd[4500]: Timeout waiting for PADO packets
Apr 17 17:30:26 raspberrypi pppd[4500]: Unable to complete PPPoE Discovery
Apr 17 17:30:56 raspberrypi pppd[4500]: Interface eth0 has MTU of 1488 -- should be at least 1500.
Apr 17 17:30:56 raspberrypi pppd[4500]: This may cause serious connection problems.
Apr 17 17:31:36 raspberrypi pppd[4500]: Timeout waiting for PADO packets
Apr 17 17:31:36 raspberrypi pppd[4500]: Unable to complete PPPoE Discovery
Apr 17 17:32:06 raspberrypi pppd[4500]: Interface eth0 has MTU of 1488 -- should be at least 1500.
Apr 17 17:32:06 raspberrypi pppd[4500]: This may cause serious connection problems.
Apr 17 17:32:46 raspberrypi pppd[4500]: Timeout waiting for PADO packets
Apr 17 17:32:46 raspberrypi pppd[4500]: Unable to complete PPPoE Discovery
Apr 17 17:33:16 raspberrypi pppd[4500]: Interface eth0 has MTU of 1488 -- should be at least 1500.
Apr 17 17:33:16 raspberrypi pppd[4500]: This may cause serious connection problems.
Apr 17 17:33:31 raspberrypi pppd[4500]: PPP session is 27
Apr 17 17:33:31 raspberrypi pppd[4500]: Failed to create PPPoE socket: Address family not supported by protocol
Apr 17 17:33:31 raspberrypi pppd[4500]: Sent PADT
Apr 17 17:34:01 raspberrypi pppd[4500]: Interface eth0 has MTU of 1488 -- should be at least 1500.
Apr 17 17:34:01 raspberrypi pppd[4500]: This may cause serious connection problems.
Apr 17 17:34:57 raspberrypi pppd[4500]: Timeout waiting for PADO packets
Apr 17 17:34:57 raspberrypi pppd[4500]: Unable to complete PPPoE Discovery
Apr 17 17:35:27 raspberrypi pppd[4500]: Interface eth0 has MTU of 1488 -- should be at least 1500.
Apr 17 17:35:27 raspberrypi pppd[4500]: This may cause serious connection problems.
Apr 17 17:36:12 raspberrypi pppd[4500]: Timeout waiting for PADO packets
Apr 17 17:36:12 raspberrypi pppd[4500]: Unable to complete PPPoE Discovery
Apr 17 17:36:12 raspberrypi pppd[4500]: Exit.
