OPNsense Forum

Archive => 22.7 Legacy Series => Topic started by: bastolino on August 13, 2022, 01:28:53 PM

Title: [solved] pppoe interface does not get created
Post by: bastolino on August 13, 2022, 01:28:53 PM
Hi everyone,

I just recently upgraded to 22.7.1 and wanted to configure a pppoe connection now.
So I went to the Point-to-Point interfaces, configured a PPPoE and saved. Then I wanted to assign this newly created interface (it is selectable!) but I get the message "The interface "pppoe0" does not exist. Make sure to apply its configuration first."
Yes, this interface is not in the output of # ifconfig (via shell) plus, the /etc/ppp/ppp.conf does not contain any of my configuration.
I already searched github issues, applied patch 86ebdc291e8 in my despair but it didn't help. Also I reconfigured the interface multiple times.

I have configured pppoe on both pfsense and opnsense in the past, however this issue is new to me. It looks like the gui doesn't get written to config. Any ideas how to narrow the problem down or how to solve the issue?

Best wishes
Bastolino
Title: Re: pppoe interface does not get created
Post by: I3iker on August 13, 2022, 09:51:36 PM
Hi

I have made Today with the newest Release a PPOE Con. on 2 Boxes
No Problems at all.
But i must say i have changed the wan Interface for PPOE

BW

Title: Re: pppoe interface does not get created
Post by: netnut on August 14, 2022, 04:12:03 AM
Quote from: bastolino on August 13, 2022, 01:28:53 PM
So I went to the Point-to-Point interfaces, configured a PPPoE and saved. Then I wanted to assign this newly created interface (it is selectable!) but I get the message "The interface "pppoe0" does not exist.

Don't create the pppoe interface manually, in your WAN interface config: select "PPPoE" at "IPv4 Configuration Type" and finish the setup from there. Everything will be configured for you automagicly.

See also: https://forum.opnsense.org/index.php?topic=29367.0
Title: Re: pppoe interface does not get created
Post by: bastolino on August 14, 2022, 06:46:36 PM
Hey
@netnut - thanks a lot for that hint! Obviously I missed the point when that changed. By the way - do you have an idea how that CARP-thing needs to be configured for PPPoE? Is it just that I need to set any IP address on the gateway?
(I'll see it anyways but knowing it upfront was great!)
Best wishes

Edit: I mean this feature: https://github.com/pfsense/pfsense/pull/3830