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

PIX will not forward properly

Status
Not open for further replies.

splicerguy

IS-IT--Management
Jul 6, 2005
18
0
0
CA
Hey guys,

I've got a PIX515E.

I'm hosting services in both the Inside and DMZ networks.

In the DMZ I've got a DNS and Web server and both are accessible from the Outside.

In the Inside I've got an Exchange and test server. I cannot access any port on the exchange server (ftp,smtp, etc) yet when I set up a test server I can connect to its ports - in my current config its port 89 (a web server).

The exchange server is not blocking any ports since I can connect (from inside the network) via telnet to any of its ports.

Any ideas? Here's my PIX Code:

PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 DMZ security50
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pix515
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
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
name 10.0.0.2 DNS_Server
name 172.16.0.10 Exch_Server
name 172.16.0.13 Test
name 10.0.0.1 Web_Server
access-list outside_access_in permit tcp any interface outside eq domain
access-list outside_access_in permit udp any interface outside eq domain
access-list outside_access_in permit tcp any interface outside eq 89
access-list outside_access_in permit tcp any interface outside eq smtp
access-list outside_access_in permit tcp any interface outside eq ftp
pager lines 24
mtu outside 1500
mtu inside 1500
mtu DMZ 1500
ip address outside (removed) 255.255.255.240
ip address inside 172.16.1.253 255.255.254.0
ip address DMZ 10.0.0.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 172.16.0.93 255.255.255.255 inside
pdm location Exch_Server 255.255.255.255 inside
pdm location DNS_Server 255.255.255.255 DMZ
pdm location Test 255.255.255.255 inside
pdm location Web_Server 255.255.255.255 DMZ
pdm history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
static (DMZ,outside) tcp interface domain DNS_Server domain netmask 255.255.255.255 0 0
static (DMZ,outside) udp interface domain DNS_Server domain netmask 255.255.255.255 0 0
static (inside,outside) tcp interface smtp Exch_Server smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 89 Test 89 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface ftp Exch_Server ftp netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 66.119.167.65 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
http server enable
http 172.16.0.93 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80




 
Tried it. No luck. I did a complete erase of the PIX config. Still no luck.
 
Are you trying to connect to the public IP addresses from a connection outside your network?
 
Yes, I'm trying to connect to the public IP from outside my network.
 
I dont see anything wrong with your configuration. I assume you have tested the exchange servers connectivity to the internet and you can telnet to it on port 25?
 
Yes, exchange server works fine. It's got internet access and I can telnet to port 25 without a problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top