|
|
|||
|
Cisco PIX port forwarding Q: We have a Cisco PIX 515E as gateway connecting to the Internet. We would like to forward port 3389 pointing to a terminal server. What are the commands? A: telnet to your PIX, for example telnet 10.0.0.1 (this is the PIX internal IP address). add the following command lines. access-list outside_access_in permit tcp any host x.x.x.x eq 3389 static (inside,outside) x.x.x.x 10.0.0.28 netmask 255.255.255.255 0 0 x.x.x.x is the external IP address and 10.0.0.28 is the internal TS IP address.
Post your questions, comments, feedbacks and suggestions Related Topics Previous Page Next Page |
|
|
This web is provided "AS IS" with no warranties.
Copyright © 2002-2018
ChicagoTech.net,
All rights reserved. Unauthorized reproduction forbidden.