Currently I can send mail out but cannot receive mail back from the Internet, if I remove the Pix and connect directly to the Modem/Router then I can SMTP in on port 25 and SMTP mail works fine both in & out.
I very much appreciate any help.
Vinny.
1. I have 1 global IP address from my ISP - 80.xxx.xxx.225
2. I have a Netgear router/modem connected to the Internet, with the address of 192.168.2.1
3. I have a Cisco Pix 501, with External address of 192.168.2.2 & Internal address 192.168.1.1
4. The router port forwards all traffic on port 80 & port 25 to the Mail Server External interface 192.168.1.2
5. Mail server external address 192.168.1.2 & internal address 192.168.0.3
6. I then have the internal network range from 192.168.0.10 to 192.168.0.20
7. I am running ISA server only in proxy mode so this should not interfere
8. I know the problem is the Pix as everything works fine when I remove the Pix.
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname SFUKfirewall
domain-name xxx.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
names
access-list NONAT permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
access-list NONAT permit ip 192.168.0.0 255.255.255.0 192.168.2.0 255.255.255.0
access-list acl_out permit tcp any host 192.168.1.2 eq smtp
access-list acl_out permit tcp any host 192.168.1.2 eq www
access-list acl_out permit tcp any host 192.168.1.2 eq pop3
access-list smtpcap permit tcp any any eq smtp
pager lines 24
logging on
logging buffered debugging
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside 192.168.2.2 255.255.255.0
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 192.168.2.1 1
route inside 192.168.0.0 255.255.255.0 192.168.1.2 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 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 192.168.1.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
no sysopt route dnat
telnet timeout 5
ssh timeout 5
dhcpd address 192.168.1.2-192.168.1.3 inside
dhcpd dns 158.152.1.58 158.152.1.43
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
I very much appreciate any help.
Vinny.
1. I have 1 global IP address from my ISP - 80.xxx.xxx.225
2. I have a Netgear router/modem connected to the Internet, with the address of 192.168.2.1
3. I have a Cisco Pix 501, with External address of 192.168.2.2 & Internal address 192.168.1.1
4. The router port forwards all traffic on port 80 & port 25 to the Mail Server External interface 192.168.1.2
5. Mail server external address 192.168.1.2 & internal address 192.168.0.3
6. I then have the internal network range from 192.168.0.10 to 192.168.0.20
7. I am running ISA server only in proxy mode so this should not interfere
8. I know the problem is the Pix as everything works fine when I remove the Pix.
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname SFUKfirewall
domain-name xxx.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
names
access-list NONAT permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
access-list NONAT permit ip 192.168.0.0 255.255.255.0 192.168.2.0 255.255.255.0
access-list acl_out permit tcp any host 192.168.1.2 eq smtp
access-list acl_out permit tcp any host 192.168.1.2 eq www
access-list acl_out permit tcp any host 192.168.1.2 eq pop3
access-list smtpcap permit tcp any any eq smtp
pager lines 24
logging on
logging buffered debugging
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside 192.168.2.2 255.255.255.0
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 192.168.2.1 1
route inside 192.168.0.0 255.255.255.0 192.168.1.2 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 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 192.168.1.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
no sysopt route dnat
telnet timeout 5
ssh timeout 5
dhcpd address 192.168.1.2-192.168.1.3 inside
dhcpd dns 158.152.1.58 158.152.1.43
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80