Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

pix vpn

0 views
Skip to first unread message

dave

unread,
Oct 17, 2001, 3:36:29 PM10/17/01
to
I am having trouble getting a vpn client to have internet connectivity after
a vpn connection over the internet has been established with a pix 506. Once
the vpn is in place I can no longer ping the clients original gateway or the
pix's inside ip

below is my config, any help would be appreciated.

dave.


PIX Version 6.1(1)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password asdasddasda encrypted
passwd sdfsdfsdfs encrypted
hostname pixfirewall
domain-name domain.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 1720
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
name 192.168.0.50 server
name 192.168.0.110 test2
name 192.168.0.109 test1
access-list 101 permit tcp any host 34.45.2.10 eq www
access-list 102 permit ip 192.168.0.0 255.255.255.0 192.168.1.0
255.255.255.0
pager lines 24
interface ethernet0 10baset
interface ethernet1 10baset
mtu outside 1500
mtu inside 1500
ip address outside 34.45.2.10 255.255.255.0
ip address inside 192.168.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool ippool 192.168.1.10-192.168.1.20
pdm location server 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 102
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface www test2 www netmask 255.255.255.255
0 0
access-group 101 in interface outside
rip inside default version 1
route outside 0.0.0.0 0.0.0.0 34.45.2.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323
0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
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
tftp-server inside server tftp_conf_save.txt
no floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set myset esp-3des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set myset
crypto map mymap 10 ipsec-isakmp dynamic dynmap
crypto map mymap interface outside
isakmp enable outside
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup remote address-pool ippool
vpngroup remote dns-server server
vpngroup remote default-domain domain.com
vpngroup remote idle-time 1800
vpngroup remote password *********
telnet 192.168.0.0 255.255.255.0 inside
telnet timeout 20
ssh timeout 5
terminal width 80


Jonathan Hays

unread,
Oct 18, 2001, 12:06:22 PM10/18/01
to
It helps to explain your network topology, your configuration (what addresses
get NATed to what), etc. Be very specific when you post and you will likely get
more responses.

1. What specific Internet connectivity problem is the VPN client having?
2. Where are you pinging from and what address are you pinging?

For example, it is more helpful to state "I am trying to ping the client's
original gateway at 3.66.1.21.1 from host 192.168.0113 on the PIX's inside
subnet and the result is ...."

0 new messages