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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can not connect to exchange server

Status
Not open for further replies.

tek777

Technical User
Nov 6, 2001
99
US
I am not sure if I am missing something, but I cannot make a connection to the exchange server. It just seems to timeout. Is my IPPOOL ok to use? Thanks!

PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password encrypted
passwd encrypted
hostname pixfirewall
domain-name group.com
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 inside_outbound_nat0_acl permit ip 10.0.0.0 255.0.0.0 192.168.100.0 255.255.255.224
access-list outside_cryptomap_dyn_20 permit ip 10.0.0.0 255.0.0.0 192.168.100.0 255.255.255.224
access-list inbound permit tcp any host 10.0.0.X eq ssh
access-list acl_inside permit tcp any any
access-list acl_inside permit udp any any
access-list acl_inside permit icmp any any
access-list 101 permit tcp any host X.X.X.214 eq smtp
access-list 101 permit tcp any host X.X.X.215 eq www
access-list 101 permit tcp any host X.X.X.218 eq ftp
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside X.X.X.213 255.255.255.240
ip address inside 10.0.0.1 255.0.0.0
ip audit info action alarm
ip audit attack action alarm
ip local pool m3vpnpool 192.168.100.10-192.168.100.30
pdm location 10.0.0.X 255.255.255.255 inside
pdm location 10.0.0.X 255.255.255.255 inside
pdm location 10.0.0.X 255.255.255.255 inside
pdm location 10.0.0.X 255.255.255.255 inside
pdm location 10.0.0.X 255.255.255.255 inside
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) X.X.X.214 10.0.0.1 netmask 255.255.255.255 0 0
static (inside,outside) X.X.X.215 10.0.0.2 netmask 255.255.255.255 0 0
static (inside,outside) X.X.X.218 10.0.0.3 netmask 255.255.255.255 0 0
access-group 101 in interface outside
access-group acl_inside in interface inside
route outside 0.0.0.0 0.0.0.0 X.X.X.209 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 uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
aaa-server m3aaa protocol radius
aaa-server m3aaa (inside) host 10.0.0.X 11111 timeout 5
http server enable
http 10.0.0.x 255.255.255.255 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 ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map client authentication m3aaa
crypto map outside_map interface outside
isakmp enable outside
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup m13vpn address-pool m3vpnpool
vpngroup m13vpn dns-server 10.0.0.X 10.0.0.x
vpngroup m13vpn wins-server 10.0.0.x
vpngroup m13vpn default-domain group.com
vpngroup m13vpn idle-time 1800
vpngroup m13vpn max-time 86400
vpngroup m13vpn password
telnet 10.0.0.0 255.0.0.0 inside
telnet timeout 5
ssh timeout 60
 
Nevermind, it is fixed now, thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top