Facing Problem in PPPoE relay

Hi

I need to relay pppoe packets from lan interface to wan interface(wan is connected to PPPoe server)
I am using rp-pppoe relay package
I am running the process by,
pppoe-relay -C laninterface -S waninterface
The process is running and I am getting PADI packets in eth0.1
But the packets are not reaching the waninterface

What I need to do to get the pppoe apackets on wan

1 Like

Ensure the interface has IP, If run for bridge interface the bridge needs to have IP address aprt from WAN.

pppoe-relay -C br-lan(LAN) -S eth0.3 (WAN)

Thanks for spending time to reply
Looks like it is working properly...