RB750 with 2 different Network Subnet
Port 1(ether1-gateway): Internet Connection
Port 2(ether2-master local): LAN1 (Branch Office) - Address 192.168.1.1 (act as Gateway to Internet), 192.168.1.0/21 (Network)
Port 3(ether3-slave local): LAN2 (Head Office) - Address 10.15.165.2, 10.15.165.1 (Gateway), 10.15.165.0/24 (Network)
NAT is only to LAN1, so the idea is, the branch office want to connect to head office or vice versa.
my NAT config:
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=srcnat action=masquerade to-addresses=0.0.0.0 out-interface=ether1-gateway
my Route config:
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 36.69.208.1 1
1 ADC 36.69.208.1/32 36.69.214.37 ether1-gateway 0
2 ADC 192.168.1.0/24 192.168.1.1 ether2-master-l... 0
3 ADC 10.15.165.0/24 10.15.165.2 ether3-slave-l.. 1
The problem that I am facing it right now is my branch office PC can't ping to Head Office Network, but I can ping the Cisco Router Gateway (10.15.165.1) via Terminal Winbox, but not from the PC.
did i miss something here, sorry for this silly question, I need your help guys.
