Link to home
Start Free TrialLog in
Avatar of chrisb12
chrisb12

asked on

Cisco Pix - inside Exchange Server and Windows Terminal

I have a Exchange server 5.5 inside
I want to send all smtp to the Exchange Server 192.168.4.9
I can get outgoing emal but can't get incoming email with ACL
Could you show what to do? (I know about Implicit Deny)


Other part similar to above inside
I have a Windows Terminal Server (wterm) 192.168.4.10
I want to send all Windows port 3389 to Windows Terminal Server
Could you show what to do hear also please?
Thank You - Chris Bunnell
Avatar of Les Moore
Les Moore
Flag of United States of America image

First you have to setup your nat. Do you have a nat pool, or a single IP address on the interface?
assuming a nat pool, take one address outside the pool, or one address from the pool and reduce the pool

!
static(inside,outside)<outsideIP1> 192.168.4.9 netmask 255.255.255.255
static(inside,outside)<outsideIP2> 192.168.4.10 netmask 255.255.255.255
!
access-list 101 permit tcp any host <outsideIP1> eq 25
access-list 101 permit tcp any host <outsideIP2> eq 3389
access-list 101 permit udp any any eq 53
!
access-group 101 in interface outside

G'day, chrisb12
There has not been any activity on this question in 11 days.
Do you still need assistance, need more information, or have you solved your problem?
Can you close out this question?

Ways to close your questions:
http://www.apollois.com/EE/Help/Closing_Questions.htm

chrisb12
No comment has been added lately (25 days), so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area for this question:

RECOMMENDATION: Points awarded to: lrmoore

Experts, please leave any comments here within 7 days.

-----------------------------------------------------------------------------------
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
-----------------------------------------------------------------------------------

Thanks,

lrmoore
EE Cleanup Volunteer
---------------------
If you feel that your question was not properly addressed, or that none of the comments received were appropriate answers, please post
comments here
ASKER CERTIFIED SOLUTION
Avatar of modulo
modulo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial