Link to home
Start Free TrialLog in
Avatar of kccdl20
kccdl20

asked on

Port forwarding for Cisco 2821

I havea  Cisco 2821 that I need to use to forrward ports to a server on my doamin.  I need to know the command line to forward individule ports such as 3389 RDP and 25 SMTP etc.

I have the Ipaddress xx.xxx.xxx.68 forwarding pop and smtp for delivery to my exchange 2003 server

I did the following:


config t  
ip nat inside source static xxx.xx.x.90  xx.xxx.xxx.68
then TYPE
ip access-list extended HDM-in ..return
 permit tcp any host xx.xxx.xxx.68 eq smtp
 permit tcp any host xx.xxx.xxx.68 eq pop3

end
write
EXIT

All in all I wanted to setup to recieve my domain email on my exchange 2003 server then allow web access to in for my users.

Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of lead-magnet
lead-magnet

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
Avatar of kccdl20
kccdl20

ASKER

Thank you!!  That worked great.  Do you know what all ports will need to be forwarded to enable webmail??