Iam trying to configure VPN, I've got this:
ip nat inside source static tcp 192.168.100.8 1352 203.145.145.145 1352 extendable
ip nat inside source static tcp 192.168.100.8 1723 203.145.145.145 1723 extendable
ip nat inside source static tcp 192.168.100.8 47 203.145.145.145 47 extendable
ip nat inside source static tcp 192.168.100.8 isakmp 203.145.145.145 isakmp extendable
ip nat inside source static tcp 192.168.100.12 3389 203.145.145.145 3389 extendable
where do I put the GRE protocol in this configuration? Without GRE vpn does not work.
I don't want to do this:
ip nat inside source static 192.168.100.8 203.145.145.145
Is it a good idea to use interface Tunnel40843 for VPN than static NAT an external ip address, how do I use tunnel for VPN? What's the code?