here's the scenario.
i'm looking to setup a vpn tunnel between my 2611 to access my internal network while i'm away overseas.
i've been looking far and wide for anything on the net about doing exactly this. cisco router to a system using cisco's vpn client software over the internet.
i came across this:
the problem is this, the example they use, and this was also covered in another thread here, has the router's WAN interface as static. in my case, since i use a cable modem, the address is assigned through DHCP. while i generally have the same IP often, i do get a different address more frequently than expected.
if you want to know what i'm talking about, look at the following:
!--- Specify the PreShared key for the LAN-to-LAN tunnel.
!--- Make sure that you use
!--- no-xauth parameter with your ISAKMP key.
crypto isakmp key cisco123 address 172.18.124.199 no-xauth
!
here a static address is assigned. there is no option to put anything other than a static address.
anyone know how i can do this?
i'm looking to setup a vpn tunnel between my 2611 to access my internal network while i'm away overseas.
i've been looking far and wide for anything on the net about doing exactly this. cisco router to a system using cisco's vpn client software over the internet.
i came across this:
http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a0080094685.shtml
the problem is this, the example they use, and this was also covered in another thread here, has the router's WAN interface as static. in my case, since i use a cable modem, the address is assigned through DHCP. while i generally have the same IP often, i do get a different address more frequently than expected.
if you want to know what i'm talking about, look at the following:
!--- Specify the PreShared key for the LAN-to-LAN tunnel.
!--- Make sure that you use
!--- no-xauth parameter with your ISAKMP key.
crypto isakmp key cisco123 address 172.18.124.199 no-xauth
!
here a static address is assigned. there is no option to put anything other than a static address.
anyone know how i can do this?