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 Wanet Telecoms Ltd 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 and Site to Site

Status
Not open for further replies.

hobbes80

MIS
Dec 2, 2004
47
US
In short:

I connect to my PIX 501 via the VPN Client. I authenticate and the connection is there. When I ping my domain controller, I see the pings travel across the PIX, but I get "Request Timed Out" on my end.

Code:
FFXOFFICE(config)# 943: ICMP echo-request from outside:192.168.50.1 to 192.168.0.51 ID=1536 seq=6400 length=40
944: ICMP echo-reply from inside:192.168.0.51 to 192.168.50.1 ID=1536 seq=6400 length=40
945: ICMP echo-request from outside:192.168.50.1 to 192.168.0.51 ID=1536 seq=6656 length=40
946: ICMP echo-reply from inside:192.168.0.51 to 192.168.50.1 ID=1536 seq=6656 length=40

Here is my config in brief:

Code:
FFXOFFICE(config)# show run
: Saved
:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password JwEGPDNcBAQN8i2n encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname FFXOFFICE
access-list outside_access_in remark OWA
access-list outside_access_in permit tcp any host x.x.x.x eq www
access-list outside_access_in remark POP3
access-list outside_access_in permit tcp any host x.x.x.x eq pop3
access-list outside_access_in remark SMTP
access-list outside_access_in permit tcp any host x.x.x.x eq smtp
access-list outside_access_in remark DNS
access-list outside_access_in permit tcp any host x.x.x.x eq domain
access-list outside_access_in remark Intranet
access-list outside_access_in permit tcp any host x.x.x.x eq 1080
access-list outside_access_in remark VPN Traffic
access-list outside_access_in permit ip 192.168.50.0 255.255.255.0 any
access-list outside_access_in permit icmp any any
access-list outside_access_in permit udp any host 141.156.102.98 eq domain
access-list VPNTRAFFIC permit ip 192.168.0.0 255.255.255.0 10.10.0.0 255.255.240.0
access-list VPNTRAFFIC permit ip 192.168.0.0 255.255.255.0 10.11.0.0 255.255.240.0
access-list VPNTRAFFIC permit ip 192.168.0.0 255.255.255.0 172.16.1.0 255.255.255.0
access-list VPNTRAFFIC permit ip 192.168.0.0 255.255.255.0 172.16.2.0 255.255.255.0
access-list VPNTRAFFIC permit ip 192.168.0.0 255.255.255.0 172.16.50.0 255.255.255.0
access-list VPNTRAFFIC permit ip 192.168.0.0 255.255.255.0 192.168.50.0 255.255.255.0
access-list inb permit ip any any
access-list nonat permit ip 192.168.0.0 255.255.255.0 10.10.0.0 255.255.240.0
access-list nonat permit ip 192.168.0.0 255.255.255.0 10.11.0.0 255.255.240.0
access-list nonat permit ip 192.168.0.0 255.255.255.0 172.16.1.0 255.255.255.0
access-list nonat permit ip 192.168.0.0 255.255.255.0 172.16.2.0 255.255.255.0
access-list nonat permit ip 192.168.0.0 255.255.255.0 192.168.50.0 255.255.255.0
access-list nonat permit ip 192.168.0.0 255.255.255.0 172.16.50.0 255.255.255.0
access-list split permit ip 192.168.0.0 255.255.255.0 192.168.50.0 255.255.255.0
no pager
logging on
logging timestamp
logging monitor debugging
logging buffered debugging
icmp permit any inside
mtu outside 1500
mtu inside 1500
ip address outside x.x.x.x 255.255.255.224
ip address inside 192.168.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool test 192.168.50.1-192.168.50.254
pdm location 0.0.0.0 255.255.255.255 outside
pdm location 192.168.0.52 255.255.255.255 inside
pdm location 10.10.0.0 255.255.240.0 inside
pdm location 10.11.0.0 255.255.240.0 inside
pdm location 172.16.1.0 255.255.255.0 inside
pdm location 172.16.2.0 255.255.255.0 inside
pdm location 192.168.0.51 255.255.255.255 inside
pdm location 192.168.0.86 255.255.255.255 inside
pdm location 192.168.0.0 255.255.255.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 192.168.0.0 255.255.255.0 0 0
static (inside,outside) tcp interface 1080 192.168.0.86 1080 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface [URL unfurl="true"]www 192.168.0.51[/URL] [URL unfurl="true"]www netmask[/URL] 255.255.255.255 0 0
static (inside,outside) tcp interface smtp 192.168.0.51 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface pop3 192.168.0.51 pop3 netmask 255.255.255.255 0 0
static (inside,outside) udp interface domain 192.168.0.51 domain netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group inb in interface inside
route outside 0.0.0.0 0.0.0.0 x.x.x.x 1
timeout xlate 0:05: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-server ds3net protocol radius
aaa-server ds3net max-failed-attempts 3
aaa-server ds3net deadtime 10
aaa-server ds3net (inside) host 192.168.0.51 xxxxxxxx timeout 10
aaa authentication ssh console LOCAL
http server enable
http 192.168.0.0 255.255.255.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 chevelle esp-des esp-md5-hmac
crypto dynamic-map dynmap 30 set transform-set chevelle
crypto map transam 1 ipsec-isakmp
crypto map transam 1 match address VPNTRAFFIC
crypto map transam 1 set peer 206.16.233.206
crypto map transam 1 set transform-set chevelle
crypto map transam 99 ipsec-isakmp dynamic dynmap
crypto map transam client authentication ds3net
crypto map transam interface outside
isakmp enable outside
isakmp key ******** address 206.16.233.206 netmask 255.255.255.255
isakmp identity address
isakmp nat-traversal 20
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption des
isakmp policy 1 hash md5
isakmp policy 1 group 1
isakmp policy 1 lifetime 1000
isakmp policy 2 authentication pre-share
isakmp policy 2 encryption 3des
isakmp policy 2 hash md5
isakmp policy 2 group 2
isakmp policy 2 lifetime 86400
vpngroup DS3FFX address-pool test
vpngroup DS3FFX dns-server 192.168.0.51
vpngroup DS3FFX split-tunnel split
vpngroup DS3FFX idle-time 1800
vpngroup DS3FFX password ********
 
Your client pool "test" is included in the VPNTRAFFIC acl, so traffic to those addresses are going out your site-site VPN. Remove the last line of the VPNTRAFFIC list and it should work ok.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top