I'm trying to open the required ports to get an exchange server to work but I'm still getting error that smtp and pop3 ports are close. I have pix506 software v. 6.2
Here is the pix configuration anyone has any idea to what I might be doing wrong:
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pixfirewall
fixup protocol ftp 21
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
no fixup protocol sqlnet 1521
no fixup protocol http 80
no fixup protocol h323 h225 1720
names
access-list outside permit tcp any host 14.160.170.14 eq smtp
access-list outside permit tcp any host 14.160.170.14 eq pop3
access-list outside permit tcp any host 14.160.170.14 eq netbios-ssn
access-list outside permit udp any host 14.160.170.14 eq netbios-ns
access-list outside permit udp any host 14.160.170.14 eq netbios-dgm
access-list outside permit tcp any host 14.160.170.14 eq 135
pager lines 24
logging on
logging monitor debugging
interface ethernet0 10full
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside 14.160.170.6 255.255.255.240
ip address inside 10.20.10.1 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 14.160.170.5 netmask 255.255.255.240
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 14.160.170.14 10.20.10.14 netmask 255.255.255.255 0 0
access-group outside in interface outside
established tcp 135 0 permitto tcp 1024-65535 permitfrom tcp 0
route outside 0.0.0.0 0.0.0.0 14.160.170.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
aaa-server LOCAL protocol local
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
no sysopt route dnat
telnet timeout 5
ssh timeout 5
terminal width 80
Cryptochecksum:d41d8cd98f00b204e9800998ecf8427e
: end
My ISP forwards all the emails to 14.160.170.14 address.
exchange server's ip: 10.20.10.14
If i put the exchange server outside the firewall and give it ip address 14.160.170.14 everything would work fine.
Thanks
Here is the pix configuration anyone has any idea to what I might be doing wrong:
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pixfirewall
fixup protocol ftp 21
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
no fixup protocol sqlnet 1521
no fixup protocol http 80
no fixup protocol h323 h225 1720
names
access-list outside permit tcp any host 14.160.170.14 eq smtp
access-list outside permit tcp any host 14.160.170.14 eq pop3
access-list outside permit tcp any host 14.160.170.14 eq netbios-ssn
access-list outside permit udp any host 14.160.170.14 eq netbios-ns
access-list outside permit udp any host 14.160.170.14 eq netbios-dgm
access-list outside permit tcp any host 14.160.170.14 eq 135
pager lines 24
logging on
logging monitor debugging
interface ethernet0 10full
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside 14.160.170.6 255.255.255.240
ip address inside 10.20.10.1 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 14.160.170.5 netmask 255.255.255.240
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 14.160.170.14 10.20.10.14 netmask 255.255.255.255 0 0
access-group outside in interface outside
established tcp 135 0 permitto tcp 1024-65535 permitfrom tcp 0
route outside 0.0.0.0 0.0.0.0 14.160.170.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
aaa-server LOCAL protocol local
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
no sysopt route dnat
telnet timeout 5
ssh timeout 5
terminal width 80
Cryptochecksum:d41d8cd98f00b204e9800998ecf8427e
: end
My ISP forwards all the emails to 14.160.170.14 address.
exchange server's ip: 10.20.10.14
If i put the exchange server outside the firewall and give it ip address 14.160.170.14 everything would work fine.
Thanks