Hi,
I'm setting up a tunnel on my Home office and on my VPN router. What is the best way to allow my internal network traffic pass over the tunnel. Would the ACL below work? I'm not using a routing protocol so I'm relying on ACLS.
ip access-list extended RCHomeOfficeCrypto_ACL
permit gre host 66.28.244.18 host 213.94.219.249
permit gre 172.16.0.0 0.0.255.255 172.17.25.80 0.0.0.15
permit gre 172.17.0.0 0.0.255.255 172.17.25.80 0.0.0.15
permit gre 192.168.0.0 0.0.255.255 172.17.25.80 0.0.0.15
permit gre 192.206.209.0 0.0.0.255 172.17.25.80 0.0.0.15