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!

Can't access Exchange server once VPN client is connected?

Status
Not open for further replies.

craigjl

Technical User
Nov 7, 2002
5
US
I am no longer able to get Outlook to bring up my mail through the VPN client when I am away from the office. I am able to connect to my company ERP system just fine. So I know that the VPN connection is working. I'm not sure what has changed? Could it be something in the latest Microsoft security patches? I would appreciate any suggestions??

 
I'm really not a cisco person so I'm not sure but here is my configuration.

PIX Version 6.0(1)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password I9K/9aJiTM0ks8R6 encrypted
passwd sLpVY3fFEjqoj3Ao encrypted
hostname FVC-PIX
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 1720
fixup protocol rsh 514
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
name 12.44.179.2 pub_mx
name 172.16.1.10 pri_mx
name 172.16.1.9 e2k_mx
name 172.16.1.3 w2k_ad
name 172.16.1.13 prxy_w2k
access-list 101 permit ip 172.16.1.0 255.255.255.0 10.10.10.0 255.255.255.0
access-list 101 permit ip 172.16.7.0 255.255.255.128 10.10.10.0 255.255.255.0
access-list 101 permit ip 172.16.3.0 255.255.255.128 10.10.10.0 255.255.255.0
pager lines 18
logging on
logging timestamp
logging standby
logging buffered alerts
logging history warnings
logging queue 1024
interface ethernet0 auto
interface ethernet1 auto
mtu outside 1500
mtu inside 1500
ip address outside 12.44.179.30 255.255.255.224
ip address inside 172.16.1.126 255.255.255.128
ip audit info action alarm
ip audit attack action alarm
ip local pool clients 10.10.10.1-10.10.10.254
pdm history enable
arp timeout 14400
global (outside) 1 12.44.179.6-12.44.179.26 netmask 255.255.255.224
global (outside) 1 12.44.179.5 netmask 255.255.255.224
nat (inside) 0 access-list 101
nat (inside) 1 172.16.1.1 255.255.255.255 0 0
nat (inside) 1 w2k_ad 255.255.255.255 0 0
nat (inside) 1 172.16.1.5 255.255.255.255 0 0
nat (inside) 1 e2k_mx 255.255.255.255 0 0
nat (inside) 1 pri_mx 255.255.255.255 0 0
nat (inside) 1 prxy_w2k 255.255.255.255 0 0
nat (inside) 1 172.16.1.31 255.255.255.255 0 0
nat (inside) 1 172.16.1.50 255.255.255.255 0 0
nat (inside) 1 172.16.1.52 255.255.255.255 0 0
nat (inside) 1 172.16.1.53 255.255.255.255 0 0
nat (inside) 1 172.16.1.58 255.255.255.255 0 0
nat (inside) 1 172.16.1.63 255.255.255.255 0 0
nat (inside) 1 172.16.1.73 255.255.255.255 0 0
nat (inside) 1 172.16.1.98 255.255.255.255 0 0
nat (inside) 1 172.16.10.31 255.255.255.255 0 0
alias (inside) e2k_mx pub_mx 255.255.255.255
static (inside,outside) 12.44.179.28 172.16.1.115 netmask 255.255.255.255 0 0
static (inside,outside) 12.44.179.27 172.16.1.116 netmask 255.255.255.255 0 0
static (inside,outside) pub_mx e2k_mx netmask 255.255.255.255 0 0
static (inside,outside) 12.44.179.29 172.16.1.6 netmask 255.255.255.255 0 0
conduit permit tcp host pub_mx eq smtp any
conduit permit icmp any any
conduit permit tcp host 12.44.179.28 eq 9999 any
conduit permit tcp host 12.44.179.27 eq 9999 any
conduit permit tcp host pub_mx eq conduit permit tcp host pub_mx eq 443 any
conduit permit tcp host 12.44.179.29 eq 1494 any
conduit permit udp host 12.44.179.29 eq 1494 any
conduit permit udp host 12.44.179.29 eq 1604 any
conduit permit tcp host 12.44.179.29 eq 1604 any
route outside 0.0.0.0 0.0.0.0 12.44.179.1 1
route inside 172.16.3.0 255.255.255.128 172.16.1.1 1
route inside 172.16.7.0 255.255.255.128 172.16.1.120 3
route inside 172.16.10.0 255.255.255.0 172.16.1.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 si
p 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt noproxyarp inside
no sysopt route dnat
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto dynamic-map cisco 1 set transform-set myset
crypto map dyn-map 20 ipsec-isakmp dynamic cisco
crypto map dyn-map client configuration address initiate
crypto map dyn-map client configuration address respond
crypto map dyn-map interface outside
isakmp enable outside
isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
isakmp identity address
isakmp client configuration address-pool local clients outside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 1
isakmp policy 10 lifetime 50400
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup vpn3000 address-pool clients
vpngroup vpn3000 dns-server pri_mx
vpngroup vpn3000 wins-server pri_mx
vpngroup vpn3000 default-domain FVC
vpngroup vpn3000 split-tunnel 101
vpngroup vpn3000 idle-time 1800
vpngroup vpn3000 password ********
telnet 10.10.10.0 255.255.255.0 outside
telnet 172.16.1.0 255.255.255.0 inside
telnet 192.168.2.0 255.255.255.0 inside
telnet 172.16.1.1 255.255.255.255 inside
telnet timeout 10
ssh timeout 5
terminal width 80
Cryptochecksum:7e50b92f0ccdde43582948660818750e
FVC-PIX#
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top