I want to have access to PC2 behind ppp-out interface.
This is my network diagram:
PC1_192.168.1.200—LINUX-PPP------APN_10.10.16.0------PPP-out-RB411U—PC2_192.168.88.2
ppp-out IP 10.10.16.14
From RB4111U to PC1 ping is OK.
and from PC1 to 10.10.16.14 is OK.
I’ve set route to 192.168.88.0 over 10.10.16.14 on Linux Router,
but ping from PC1 to 192.168.88.1 is doesn’t work.
Also from PC2 to PC1 is not ok.
Port mapping on RB411U to PC2 is works, but this is no good for me. I must have access to all LAN 192.168.88.0/24.
How can I access to 192.168.88.1? Is the routing is allowed on ppp interface?
Am I doing somethings wrong? Or I must use VPN connection for that?
For now Port mapping is the only way to access PC2.
I need somethings like bridge interface include eth0 and ppp-out1, but I can’t add ppp-out1 to bridge.
Maybe I doing wrong with /ip firewall nat ?