Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PIX VPN Client Issue

Status
Not open for further replies.

GregNVMC

IS-IT--Management
Jul 8, 2003
19
0
0
GB
Hi Guys,

I've setup a VPN on a PIX 501 running version 6.3(5) to accept connections from the Ciso VPN client (I'm trying this with v4.8.01.0300 of the VPN client).

I can get connected just fine, but once I'm connected the only thing I seem to be able to do is ping the inside interface of the PIX and the IP that the VPN client gets assigned. I cannot access any of the subnets that are behind the PIX.

Here's my PIX running config:

----------------------------------------------

pix01.zen# sh run
: Saved
:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxx encrypted
passwd xxxxx encrypted
hostname pix01.zen
domain-name xxxxx.com
clock summer-time GMT recurring
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list zentl_splitTunnelAcl permit ip 172.31.3.0 255.255.255.0 any
access-list zentl_splitTunnelAcl permit ip 10.250.10.0 255.255.255.0 any
access-list outside_access_in permit tcp host xxxxx host xxxxx eq 3389
access-list outside_access_in permit tcp host xxxxx host xxxxx eq 3389
access-list outside_access_in deny ip any any
pager lines 24
logging on
logging monitor debugging
icmp permit host xxxxx outside
icmp permit host xxxxx outside
mtu outside 1500
mtu inside 1500
ip address outside xxxxx.89 255.255.255.248
ip address inside 10.250.10.1 255.255.255.0
ip verify reverse-path interface outside
ip audit info action alarm
ip audit attack action alarm drop
ip local pool ZENTLPool1 192.168.253.25-192.168.253.30 mask 255.255.255.0
pdm location 172.31.3.0 255.255.255.0 inside
pdm location 172.31.3.100 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface smtp 172.31.3.100 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface ftp 172.31.3.100 ftp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 3389 172.31.3.100 3389 netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 217.155.143.94 1
route inside 172.31.3.0 255.255.255.0 10.250.10.2 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
aaa authentication http console LOCAL
aaa authentication ssh console LOCAL
ntp server 172.31.3.1 source inside
http server enable
http 172.31.3.100 255.255.255.255 inside
http 0.0.0.0 0.0.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set trmset1 esp-aes-256 esp-sha-hmac
crypto dynamic-map map2 10 set transform-set trmset1
crypto map map1 10 ipsec-isakmp dynamic map2
crypto map map1 interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption aes-256
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup zentl address-pool ZENTLPool1
vpngroup zentl dns-server 212.26.6.100
vpngroup zentl split-tunnel zentl_splitTunnelAcl
vpngroup zentl pfs
vpngroup zentl idle-time 1800
vpngroup zentl password ********
telnet timeout 1
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 60
management-access inside
console timeout 0
dhcpd lease 3600
dhcpd ping_timeout 1000
username xxxxx password xxxxx encrypted privilege 15
terminal width 80
banner motd Welcome to the pix01.zen
: end

----------------------------------------------

I'm specifically trying to access a host that hangs off a switch further in the network behind the PIX. In order to reach this host, there is an L3 Cisco 3550 switch that is directly connected to the inside interface of the PIX and that switch is connected to the switch that has the host hanging off of it.

The IP of the host I'm trying to connect to is: 172.31.3.100
and the L3 switch IP is 10.250.10.2

I can't ping either of these things when I'm connected via the VPN client. However, both of these devices ping just fine from the PIX when I'm consoled in to the PIX. In fact, all inside devices ping each other fine. It just doesn't work when I'm connected over the VPN client.

I'm happy to post the switch configs if required, but I thought I wouldn't do that straight off since this is already a long post ;-)

Any help or suggestions where I'm going wrong are greatly appreciated.

Thanks and kind regards,

Greg.
 
add:

Code:
access-list nonat permit ip 10.250.10.0 255.255.255.0 192.168.253.0 255.255.255.0
nat (inside) 0 access-list nonat

then try

 
Awesome!

That worked like a charm. Thank-you sooo much, your help is very much appreciated ;-)

Kindest regards,

Greg.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top