i have this setup
WAN 1 - dynamic ip
WAN2 - dynamic ip
and PPOE - clients connected to business- 73.16.0.0/24 home - 173.16.0.0/24 from one port OUT
everything is working fine but the problem is that am not able to access the LAN ips or ping so if client router is 173.16.0.245 i cant access it I don’t know why ?
/ip pool
add name=ppp-pool-office ranges=173.16.0.100-173.16.0.254
add name=ppp-pool-home ranges=73.16.0.100-73.16.0.254
add name=dhcp_pool2 ranges=10.0.0.2-10.0.0.254
/ip dhcp-server
add address-pool=dhcp_pool2 disabled=no interface=ether7 name=dhcp1
/ip address
add address=173.16.0.1/24 interface=ppp-bridge network=173.16.0.0
add address=73.16.0.1/24 interface=ppp-bridge network=73.16.0.0
add address=10.0.0.1/24 interface=ether7 network=10.0.0.0
/ip dhcp-client
add disabled=no interface=Eth02-shared-home-in
add add-default-route=no disabled=no interface=Eth01-dedicated-office-in
/ip dhcp-server network
add address=10.0.0.0/24 gateway=10.0.0.1
/ip dns
set allow-remote-requests=yes servers=73.16.0.1
/ip dns static
add address=173.16.0.1 disabled=yes name=movies.techxnoss.net type=A
add address=73.16.0.1 name=movies.techxnoss.net type=A
/ip firewall filter
add action=accept chain=forward
/ip firewall mangle
add action=route chain=prerouting dst-address-type=!local passthrough=no \
route-dst=174.168.99.1 src-address=173.16.0.0/24
add action=route chain=prerouting disabled=yes dst-address-type=!local \
passthrough=yes route-dst=174.168.88.1 src-address=73.16.0.0/24
add action=route chain=prerouting dst-address-type=!local passthrough=no \
route-dst=174.168.99.1 src-address=10.0.0.0/24
/ip firewall nat
add action=masquerade chain=srcnat src-address=173.16.0.0/24
add action=masquerade chain=srcnat src-address=10.0.0.0/24
add action=masquerade chain=srcnat src-address=73.16.0.0/24
/ip route rule
add action=lookup-only-in-table dst-address=173.16.0.0/24 table=174.168.99.1
add action=lookup-only-in-table dst-address=73.16.0.0/24 table=174.168.88.1
this are my settings from IP and firewall i will appreciate any help or any other method or suggestion