Hello everyone
I have set up a site to site VPN between two offices with RB450G at each site.
I can ping all the computers of site 1 from site 2.
The problem is when I want to ping computers in site 2 from site 1. I can only ping the router.
So, I assume there must be a problem with the firewall on site 2.
This is my configuration for site 2:
0 chain=srcnat action=accept src-address=192.168.44.0/24
dst-address=192.168.0.0/16
1 chain=srcnat action=masquerade out-interface=pppoe-out1
2 ;;; default configuration
chain=srcnat action=masquerade to-addresses=0.0.0.0
src-address=192.168.44.0/24 out-interface=ether1-gateway
0 chain=input action=accept protocol=tcp dst-port=8291
1 chain=output action=accept protocol=tcp dst-port=1521
2 ;;; default configuration
chain=input action=accept protocol=icmp
3 ;;; default configuration
chain=input action=accept connection-state=established
4 ;;; default configuration
chain=input action=accept connection-state=related
5 ;;; default configuration
chain=input action=drop in-interface=ether1-gateway
Can anyone help?