![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
![]() |

|
| Security and Firewall Error ! Secuirty and firewall Realted Queries and support |
![]() |
|
Port redirect to inside host on a Cisco PIX firewall
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Administrator
Posts: 876
Join Date: Oct 2005
Rep Power: 10
IM:
|
First you have to add a static entry for the host and port redirecting like this: static (inside,outside) tcp 68.206.140.100 ftp 192.168.1.100 ftp netmask 255.255.255.255 static (inside,outside) tcp 68.206.140.100 5900 192.168.1.110 5900 netmask 255.255.255.255 Note: The 68.206.140.100 is your outside interface that was assigned via dhcp. Then you need to build an ACL to allow access through the PIX: access-list outside-inbound permit tcp any host 68.206.140.100 eq ftp access-list outside-inbound permit tcp host 65.205.64.60 host 68.206.140.100 eq 5900 Now you can ftp from anywhere to the outside IP Address of the PIX and be redirected to 192.168.1.100 on the inside ftp server. You can now also vnc to the outside interface and be redirected to 192.168.1.110 and access that server via vnc. This is very helpful at times on smaller PIX's on broadband connections etc. |
|
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| locking IP port on Cisco Router | Anilrgowda | Networking Error ! | 1 | 10-Jul-2007 05:30 PM |
| SSL Certificate error message for inside firewall | Anilrgowda | Microsoft windows 2003 error | 1 | 05-Jun-2007 04:34 AM |
| Cisco Pix 506e blocks inside traffic to IP | ps3cheats | Networking Error ! | 1 | 25-Mar-2007 10:59 PM |
| Cisco PIX Default Config but No Outside Access from Inside | ps3cheats | Security and Firewall Error ! | 1 | 25-Mar-2007 10:37 PM |
| Cisco PIX: Allow traffic to an internal host | Admin | Security and Firewall Error ! | 0 | 04-Dec-2006 12:44 AM |