Is this Possible? I have two Internet sources that I want to connect to each of the two 'External' interfaces on the PIX515e.
One of the connections is for internet access. It works great. The other is for inbound Internet email that is to be forwarded to a machine sitting between the PIX and our ISA server (it is running MailSecurity).
Here's what I've added for the imail interface:
ip address outside ###.###.###.115 255.255.255.0
ip address inside ###.###.###.6 255.255.255.0
ip address imail ###.###.###.36 255.255.255.128
access-list acl_smtp permit tcp any host ###.###.###.36 eq smtp
static (inside,imail) ###.###.###.36 ###.###.###.4 netmask 255.255.255.255 0 0
access-group acl_smtp in interface imail
When I try to test to port 25 via telnet I get a "connection actively refused" message.
Any suggestions would be helpful.
One of the connections is for internet access. It works great. The other is for inbound Internet email that is to be forwarded to a machine sitting between the PIX and our ISA server (it is running MailSecurity).
Here's what I've added for the imail interface:
ip address outside ###.###.###.115 255.255.255.0
ip address inside ###.###.###.6 255.255.255.0
ip address imail ###.###.###.36 255.255.255.128
access-list acl_smtp permit tcp any host ###.###.###.36 eq smtp
static (inside,imail) ###.###.###.36 ###.###.###.4 netmask 255.255.255.255 0 0
access-group acl_smtp in interface imail
When I try to test to port 25 via telnet I get a "connection actively refused" message.
Any suggestions would be helpful.