Our VPN router works with a dynamic address but we need to assign a static address. We change the Dialer0 int from ip address negotiated to ip address 123.123.123.123 255.255.255.248 which works and all tunnels come up again and internet connection is maintained. Following a reload we loose all internet connection, even though the sh ip int brief gives up up on all ATM/Dialer interfaces.
So to summaries works on dynamic IP, we change to static IP and it still works, reload the router and we loose internet connection.
Pulling my hair out on this one.... Have included relevant config:
interface ATM0 no ip address no ip route-cache cef no ip route-cache no ip mroute-cache no atm ilmi-keepalive dsl operating-mode auto ! interface ATM0.1 point-to-point no ip route-cache no snmp trap link-status pvc 8/35 encapsulation aal5mux ppp dialer pppoe-client dial-pool-number 1 ! interface Dialer0 ip address 123.123.123.123 255.255.255.248 xxxxxxxx ip mtu 1492 ip nat outside xxxxxxxx ip virtual-reassembly encapsulation ppp no ip route-cache cef no ip route-cache no ip mroute-cache dialer pool 1 dialer-group 1 no cdp enable ppp authentication chap pap callin ppp chap hostname xxxxxxx@xxxxxxxx ppp chap password 7 xxxxxxxxxxx ppp pap sent-username xxxxxx@xxxxxxxpassword 7 xxxxxxxx crypto map xxx ! ip route 0.0.0.0 0.0.0.0 Dialer0
Can anyone help please ?????