PPoE clients can see all my net

Hi all,

I have set up a PPPoE server. Is running OK but a PPPoE can see my network, for example:

my WAN is 192.168.1.1 and PPPoE pool is 192.168.2.1. CPE client is Ubiquiti router to 192.168.1.1. If in a client I browse http://192.168.2.1 he can acces to my RB.

I’m on 192.168.1.1 network and if I browse to CPE’s client IP or to 192.168.2.1 no response :frowning:

If you use wireless, disable default forward. You can deny forwarding using filter in ip>firewall and ipv6>firewall.

Thanks for your answer.

I’m connected to RB751 by wireless, I can’t do it by cable, it’s upstairs.

I have no filter rules, only the default ones hotspot adds.

At firewall-NAT I have the default ones hotspot adds and these:

/ip firewall nat
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" disabled=yes
add action=masquerade chain=srcnat comment="masquerade hotspot network" disabled=no src-address=\
    192.168.3.0/24
add action=masquerade chain=srcnat disabled=no src-address=192.168.2.0/24



/ip pool
add name=pool-PPPoE ranges=192.168.2.2-192.168.2.254
add name=pool-Hotspot ranges=192.168.3.2-192.168.3.254

bridge is WAN and Wifi.

If need more info, please ask.

IP>addresses please

/ip address
add address=192.168.1.4/24 comment=WAN disabled=no interface=Wifi network=192.168.1.0
add address=192.168.3.1/24 comment=Hotspot disabled=no interface=PPPoE network=192.168.3.

Any help please?