Here is the skinny:
site 1:
has a pix router to setup VPN with site 2
site 2:
has a pix router to setup VPN with site 1
site 2 has been assigned a new IP address, gateway, and DNS 1 and 2
This is what I did: <text> = my comments.. not something I put into the pix.
Change IP and Gateway and DNS on site 2:
1. enable
2. config t
3. ip address outside xxx.xxx.x.xx2 <my new static IP>
4. clear route
5. route outside 0.0.0.0 0.0.0.0 xxx.xxx.x.2xx <isp's default gateway>
6. ddns <can't remember exactly the command but when I looked at the config it was the right dns 1 and 2
7. wr mem
8. clear arp
Change Tunnel info on Site 1:
1 no crypto map outside_map interface outside
2 no crypto map outside_map 40 set peer xxx.xxx.x.xx1 <my old static IP>
3 crypto map outside_map 40 set peer xxx.xxx.x.xx2 <my new static IP>
4 isakmp key ***** address xxx.xxx.x.xx1 netmask 255.255.255.255
5 no isakmp key ***** address xxx.xxx.x.xx1 netmask 255.255.255.255
6 isakmp key ***** address xxx.xxx.x.xx2 netmask 255.255.255.255
7 crypto map outside_map interface outside
8 save config
9 wr mem
Now I get this error that says, "no DNS" or some such whenever I'm plugged into the pix. If I bypass the Pix, all works well. I can't remote into the pix so I assume that the pix is not communicating to the ISP. Did I flub? Can you help?
-Bryant
Start Free Trial