Regression #16638
openPPPoE on VirtIO ``vtnet`` interface fails to pass routed traffic
0%
Description
In some virtual setups traffic from internal hosts may fail to pass when the WAN is PPPoE on a vtnet NIC in 25.11.
This is a regression since 25.07.1.
Hitting this requires a combination of virtual host version and setup that has yet to be determined.
This is fixed in 26.03 development snapshots but it's unclear exactly what fixed it. There have been a number of commits to both vtnet and the tcp stack that may be applicable.
Files
Updated by Steve Wheeler about 2 months ago
- Status changed from Confirmed to Feedback
To workaround this issue either use a different virtual NIC type (em, vmx) or disable hardware off-loading on the physical NIC in the hypervisor.
For example:
ethtool -K enp1s0 rx off tx off tso off gso off gro off
Updated by yon Liu about 2 months ago
pfsense 25.11

LAN can't route out via WAN. pfsense has using wiregaurd and openvpn.
Updated by yon Liu about 2 months ago
Source Address FROM WAN is normal now, but Source Address FROM LAN not normal work.

Updated by Jim Pingle about 1 month ago
- Subject changed from PPPoE on vtnet NIC fails to pass routed traffic to PPPoE on VirtIO ``vtnet`` interface fails to pass routed traffic
Updated by Jim Pingle about 1 month ago
- Category changed from Operating System to PPP Interfaces