Computing.Net > Forums > Networking > Allowing remote through cisco pix

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Allowing remote through cisco pix

Reply to Message Icon

Name: cyrusdh
Date: January 12, 2007 at 10:42:35 Pacific
OS: win2k
CPU/Ram: xxx
Product: xxx
Comment:

We have a cisco pix router and a site to site vpn setup. I want to enable someone to use REMOTE DESKTOP CONNECTION to connect to the server from outside the network. Can I just go through the VPN wizard on the PIX and setup a remote access VPN? What is the easiest way for me to allow someone to remote connect to the network and be able to use remote desktop connection to access the server?




Sponsored Link
Ads by Google

Response Number 1
Name: cyrusdh
Date: January 12, 2007 at 11:06:16 Pacific
Reply:

This is what I was told to do but this really doesnt make any sense, if anyone can give me a little more detail on how to implement this that would be great.

For the pix you will need to set up nat for an unused public ip to an the internal private ip of the server.

Then

You will create an inbound and outbound rule for the vnc port to internal ip.

So

The nat allows the routing and the rule permits specific access to the vnc service on the server.


0

Response Number 2
Name: evollution
Date: March 27, 2007 at 07:16:47 Pacific
Reply:

There's no true that you need a unused public IP. You can use the IP configured in the pix for the public interface. i.e.:

e0 (public): 172.16.0.100 / 24
e1 (internal): 192.168.0.1 / 24

Internal server: 192.168.0.20 / 24

In Cisco PIX add the following lines to allow RDC (tcp port 3389)

access-list acl-outside permit tcp any host 172.16.0.100 eq 3389

static (inside,outside) 172.16.0.100 192.168.0.20 netmask 255.255.255.255 0 0

That's all


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Networking Forum Home


Sponsored links

Ads by Google


Results for: Allowing remote through cisco pix

Microsoft VPN and Cisco PIX 515 www.computing.net/answers/networking/microsoft-vpn-and-cisco-pix-515/12647.html

Cisco PIX 501 & Linksys WRT54G www.computing.net/answers/networking/cisco-pix-501-amp-linksys-wrt54g-/27532.html

setup Cisco Pix 501 3389 redirect? www.computing.net/answers/networking/setup-cisco-pix-501-3389-redirect/33509.html