I had a server which has pppoe configurated, it worked perfectly with my iptables rules. Then few days ago, I switched to new ISP, they brought me to problem with VLAN configuration.
They told me if I want to use my gateway server, I have to active VLAN0 or VLAN1 working with pppoe or I must use their modem which is already set up.
Here my config:
- eno1 interface for LAN.
- enp2s0f0 interface for pppoe (WAN) which is used by ppp0 interface after I run pppoe-setup.
The ppp0 interface error log running with new ISP:
Feb 24 10:13:00 sB pppd[6074]: LCP: timeout sending Config-Requests
Feb 24 10:13:00 sB pppd[6074]: Connection terminated.
Feb 24 10:13:00 sB pppd[6074]: Modem hangup
Please help me set up my server running pppoe with vlan.
Thank you.