CertifiedNut
Technical User
Hi All,
I have a real problem. In reconfiguring our network we have lost SMTP mail through our PIX. The mail server sends out mail ok through the proxy sweeper and out of the Pix, but incoming mail seems to be lost and does not appear to be getting through the pix the the rpoxy sweeper on the way back. Any one got any ideas what I have missed this time??? As always I have included a copy of the config from the PIX.
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto shutdown
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz_int security50
enable password xxxxxxxxxxxxxx encrypted
passwd xxxxxxxxxxxxxxxxxx encrypted
hostname XXXXXXXXX
domain-name XXXXXXXX
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
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
names
object-group service group1 udp
port-object range 27950 27965
object-group service HTTPPorts tcp
port-object range
port-object eq www
port-object eq https
port-object range 8080 8080
port-object range 81 81
access-list outside_access_in permit tcp interface outside eq smtp interface outside eq smtp
access-list outside_access_in deny icmp any any
access-list outside_access_in deny tcp any any
access-list inside_access_in permit tcp host 10.0.10.242 eq smtp any
access-list inside_access_in deny tcp any any eq domain
access-list inside_access_in permit tcp any any eq ftp
access-list inside_access_in deny tcp any any object-group HTTPPorts
access-list inside_access_in deny tcp any any eq ftp-data
access-list inside_access_in deny tcp any any eq irc
access-list inside_access_in permit tcp any any eq ldaps
access-list inside_access_in permit tcp any any eq ldap
access-list inside_access_in permit udp any any eq domain
access-list inside_access_in deny icmp any any
pager lines 24
logging on
logging timestamp
logging buffered alerts
logging trap alerts
mtu outside 1500
mtu inside 1500
mtu dmz_int 1500
ip address outside 86.54.xxx.xxx 255.255.255.xxx
ip address inside 10.0.10.252 255.255.255.0
no ip address dmz_int
ip audit info action alarm
ip audit attack action alarm
no pdm history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface smtp 10.0.10.242 smtp netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
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 10.0.10.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
telnet 10.0.10.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:xxxxxxxxxxxxxxxxxxxxxxxxx
: end
I have a real problem. In reconfiguring our network we have lost SMTP mail through our PIX. The mail server sends out mail ok through the proxy sweeper and out of the Pix, but incoming mail seems to be lost and does not appear to be getting through the pix the the rpoxy sweeper on the way back. Any one got any ideas what I have missed this time??? As always I have included a copy of the config from the PIX.
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto shutdown
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz_int security50
enable password xxxxxxxxxxxxxx encrypted
passwd xxxxxxxxxxxxxxxxxx encrypted
hostname XXXXXXXXX
domain-name XXXXXXXX
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
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
names
object-group service group1 udp
port-object range 27950 27965
object-group service HTTPPorts tcp
port-object range
port-object eq www
port-object eq https
port-object range 8080 8080
port-object range 81 81
access-list outside_access_in permit tcp interface outside eq smtp interface outside eq smtp
access-list outside_access_in deny icmp any any
access-list outside_access_in deny tcp any any
access-list inside_access_in permit tcp host 10.0.10.242 eq smtp any
access-list inside_access_in deny tcp any any eq domain
access-list inside_access_in permit tcp any any eq ftp
access-list inside_access_in deny tcp any any object-group HTTPPorts
access-list inside_access_in deny tcp any any eq ftp-data
access-list inside_access_in deny tcp any any eq irc
access-list inside_access_in permit tcp any any eq ldaps
access-list inside_access_in permit tcp any any eq ldap
access-list inside_access_in permit udp any any eq domain
access-list inside_access_in deny icmp any any
pager lines 24
logging on
logging timestamp
logging buffered alerts
logging trap alerts
mtu outside 1500
mtu inside 1500
mtu dmz_int 1500
ip address outside 86.54.xxx.xxx 255.255.255.xxx
ip address inside 10.0.10.252 255.255.255.0
no ip address dmz_int
ip audit info action alarm
ip audit attack action alarm
no pdm history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface smtp 10.0.10.242 smtp netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
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 10.0.10.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
telnet 10.0.10.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:xxxxxxxxxxxxxxxxxxxxxxxxx
: end