Hi,
I’ve this configuration :
PPPOE Server / Internet Gateway
Ethernet 1 : 192.168.1.2/24 ( Internet ) → ISP Router ( 192.168.1.1 )
Ethernet 2 : PPPoe Server - Wireless side
PPPoe Server releases IP’s to client from its IP Pool 10.0.0.0/24
Transparent Proxy enabled
CPE client MT 532 Routeros 2.9.38 or newer
It connects to AP Bridge and uses Wds
PPPoe client receives dynamic address from PPPoe Server Pool
Example 10.0.0.254
Ethernet 1 : 192.168.1.1/24
chain src-nat 192.168.1.0/24 out pppoe-out1 masquerade
The problem is that in firewall nat the masquerade seems not to work.
The packets counter doesn’t increase.
I see the traffic on firewall connections of Access Point with pppoe-client address and it’s not transparent ( pppoe ) traffic. In this way I can’t set firewall rules on access point otherwise Internet stops to work.
Also seems the problem appears just in 192.168.1.1/24 lans, and I tought about a problem with same 192.168.1.1 server address, but I tought that masqueraded Cpe address could avoid conflicts. I also can’t change customers lan address with different IP’s.
Any suggestion to solve ?
Thanks