cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
358
Views
0
Helpful
2
Replies

port forward on asa5510

w951duu
Level 1
Level 1

On of our customers is asking us to set up a port forward from port 587 to port 26 because his client uses verizion for their mail server.

What is the best way to set this up?

2 Replies 2

Jennifer Halim
Cisco Employee
Cisco Employee

Here is an example:

Mail server: 192.168.1.5

NATed (public ip of mail server): 100.1.1.5

static (inside,outside) tcp 100.1.1.5 587 192.168.1.5 26 netmask 255.255.255.255

On the outside ACL, you would need to permit tcp any host 100.1.1.5 eq 587

In regards to port forwarding to port 26, not sure whether it is a typo because mail is normally on port 25, but you can always change it accordingly.

Hope that helps.

Nagaraja Thanthry
Cisco Employee
Cisco Employee

Hello,

Are you trying to do the port translation for the server which is on the

outside interface of your network? i.e. your client will send data to port

587 and when it exits your network, it should be converted to port 25? Or is

the other way around i.e. Verizon uses port 587 and your client wants to see

it as port 25?

Case 1: Client sends it to 587 and Verizon wants it on port 25

Static (outside,inside) tcp 0.0.0.0 587 0.0.0.0 25 netmask 255.255.255.255

Case 2: Client sends it to 25, but Verizon is using port 587

Static (outside,inside) tcp 0.0.0.0 25 0.0.0.0 587 netmask 255.255.255.255

Hope this helps.

Regards,

NT

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card