Hi all,
I've setup the below PIX to allow users utilizing the cisco VPN client to connect and access resources such as exchange and file folders through the VPN from home, starbucks, or wherever.
Public IP (masked): xx.yy.zzz.aaa
internal IP subnet is 10.2.1.x SNM 255.255.255.0
VPN ip pool is 10.2.2.1-254 SNM 255.255.255.0.
internal ip of the PIX/internal default GW: 10.2.1.1
Main server users need access to: 10.2.1.10/255.255.255.0
Main server's default gw: 10.2.1.1
I can connect no problem to the PIX and can even ping the internal IP addresses listed above (10.2.1.10) and even some that are not the server (ie: network printers, other computers on their small network). I can even ping from an internal computer/server to the IP address assigned to the vpn client (ie: 10.2.2.2).
Problme I'm having is actually connecting to the main server for either remote desktop or with outlook via ip address or name of the server (using a local lmhost file to resolve the name to ip address).
Your help is greatly apprecaited,
Jason
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password <password> encrypted
passwd <password> encrypted
hostname xxx
domain-name xxx.com
clock timezone EST -5
clock summer-time EDT 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 pptp 1723
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 101 permit icmp any any
access-list 101 permit tcp any host xx.yy.zzz.bbb eq smtp
access-list 102 permit ip 10.2.1.0 255.255.255.0 10.2.2.0 255.255.255.0
access-list 102 permit icmp 10.2.1.0 255.255.255.0 10.2.2.0 255.255.255.0
access-list 102 permit udp 10.2.1.0 255.255.255.0 10.2.2.0 255.255.255.0
pager lines 24
logging on
logging timestamp
logging buffered debugging
logging trap informational
logging facility 23
mtu outside 1380
mtu inside 1500
ip address outside 70.54.221.194 255.255.255.248
ip address inside 10.2.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool ippool 10.2.2.2-10.2.2.254 mask 255.255.255.0
pdm location 10.2.1.0 255.255.255.0 inside
pdm location 10.2.1.0 255.255.255.0 outside
pdm location 10.2.1.10 255.255.255.255 inside
pdm logging informational 100
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 smtp 10.2.1.10 smtp netmask 255.255.255.255 0 0
access-group 101 in interface outside
route outside 0.0.0.0 0.0.0.0 xx.yy.zzz.aaa 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
http server enable
http 10.2.1.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
crypto ipsec transform-set myset esp-des 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 nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup user-idle-timeout idle-time 36000
vpngroup vpn3000 address-pool ippool
vpngroup vpn3000 dns-server 10.2.1.10
vpngroup vpn3000 default-domain xxxx.com
vpngroup vpn3000 idle-time 18000
vpngroup vpn3000 password ********
telnet 10.2.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
terminal width 80
Cryptochecksum:274a81adc05
33587825a6
429deed2f3
2
: end
Start Free Trial