I'm trying to configure a simple VPN between two PIX 501s - one with a static IP and one on a cable modem.
The guide entitled "Configuring PIX to PIX Dynamic-to-Static IPSec with NAT and Cisco VPN Client" at seems like a perfect guide to follow for those of us not too au-fait with Cisco gear.
Pix1
internal - 10.2.2.1
external - 203.1.1.1
Pix2
internal - 10.1.1.1
external - dhcp
So, I'm reading through the configs and all looks fine until i get to these commands on the Pix with the dynamic IP:
global (outside) 1 204.1.1.10-204.1.1.15
route outside 0.0.0.0 0.0.0.0 204.1.1.2 1
Can someone explain those to me. Why are explicit ip addresses being mentioned on the external interface of this Pix? Aren't they supposed to be dynamic?
The other (static) Pix config has the lines:
<--- global (outside) 1 203.1.1.10-203.1.1.15
route outside 0.0.0.0 0.0.0.0 203.1.1.2 1
Is the 204.x.x.x a typo?
What if I don't have multiple external ip addresses - what do i put in the "global (outside) x.x.x.x...." bit on the dynamic Pix?
The guide entitled "Configuring PIX to PIX Dynamic-to-Static IPSec with NAT and Cisco VPN Client" at seems like a perfect guide to follow for those of us not too au-fait with Cisco gear.
Pix1
internal - 10.2.2.1
external - 203.1.1.1
Pix2
internal - 10.1.1.1
external - dhcp
So, I'm reading through the configs and all looks fine until i get to these commands on the Pix with the dynamic IP:
global (outside) 1 204.1.1.10-204.1.1.15
route outside 0.0.0.0 0.0.0.0 204.1.1.2 1
Can someone explain those to me. Why are explicit ip addresses being mentioned on the external interface of this Pix? Aren't they supposed to be dynamic?
The other (static) Pix config has the lines:
<--- global (outside) 1 203.1.1.10-203.1.1.15
route outside 0.0.0.0 0.0.0.0 203.1.1.2 1
Is the 204.x.x.x a typo?
What if I don't have multiple external ip addresses - what do i put in the "global (outside) x.x.x.x...." bit on the dynamic Pix?