VPN access to PIX on DMZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2010 10:06 AM
Hi,
I think I'm doing something fairly obvious but hopefully someone can point it out.
We have a PIX 515 with an IPSEC VPN configured. Connecting to the VPN from the outside interface works fine using the outside interface IP and connecting to the VPN using the DMZ interface IP is okay.
What we'd like is to have DMZ users (who are typically wireless in the building) to use the same DNS name to connect from the DMZ as they would from the outside. When they try to connect to the outside IP, it fails.
Is there some specific ACL or NAT entry required?
Thanks
- Labels:
-
VPN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2010 02:55 PM
don't understand your question. Could you please explain it in detail?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2010 03:52 PM
Our PIX has 3 interfaces, inside, outside, dmz
interface Ethernet0
nameif outside
security-level 0
ip address 10.20.0.10 255.255.255.192
ospf cost 10
!
interface Ethernet1
speed 100
duplex full
nameif inside
security-level 100
ip address 10.0.0.1 255.255.255.252
ospf cost 10
!
interface Ethernet2
nameif dmz
security-level 4
ip address 192.168.2.1 255.255.255.0
ospf cost 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2010 10:35 AM
If you would like the VPN for DMZ user to terminated on dmz interface, you need apply the related crypto map to dmz interface like what you did on outside interface. You DMZ user must be able to reach dmz interface IP "192.168.2.1". I am not sure how your DMZ user is connected to your network.
