Bug #2286
Multiple PPPoE Server do not work
100%
Description
After adding a second PPPoE Server on a different VLAN (interface) the first and the second PPPoE Server will not answer any PADIs anymore.
Associated revisions
Fix vpn_pppoe_get_id and stop duplicating pppoeid for multiple servers, it fixes #2286
Fix vpn_pppoe_get_id and stop duplicating pppoeid for multiple servers, it fixes #2286
History
#1
Updated by Thomas Levi about 7 years ago
Markus Engelbrecht wrote:
After adding a second PPPoE Server on a different VLAN (interface) the first and the second PPPoE Server will not answer any PADIs anymore.
Hi,
I am having the same problem with Version 2.1-RELEASE (i386) / FreeBSD 8.3-RELEASE-p11
Can somebody confirm a general problem, so I can stop searching for configuration errors on my machine?
When I restart my machine, I get the following message on the console at some of the instances of the PPPoE-Server:
"_Configuring PPPoE VPN service... pgrep: Cannot open pidfile '/var/run/pppoe1-vpn.pid': No such file or directory_"
I suppose there is an error, because there is no separate pid for each instance of the PPPoE-Server. From running separate instance of a pppoe-Server on Ubuntu I know that there are seperate pid-files in /var/run.
Thanks a lot!
#2
Updated by Renato Botelho about 7 years ago
- Target version set to 2.1.1
#3
Updated by Renato Botelho about 7 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset fb7c06b834fd1b02519039f3b3a206338bdcb3f8.
#4
Updated by Renato Botelho about 7 years ago
Applied in changeset d8b011b8e6bfea3d0cc841dccd5bc4e764d4f96b.
#5
Updated by Renato Botelho about 7 years ago
Applied in changeset 9a2d491c037162137255756eb05bd62316103d42.
#6
Updated by Renato Botelho about 7 years ago
I've pushed a fix but saved servers has now duplicated pppoeid fields on config.xml, you should remove and add them again to fix it.
#7
Updated by Chris Buechler about 7 years ago
- Status changed from Feedback to Resolved
Fix vpn_pppoe_get_id and stop duplicating pppoeid for multiple servers, it fixes #2286