Link to home
Start Free TrialLog in
Avatar of trath
trath

asked on

SSH and PIX 515

I am trying to figure out how to give access to outside vendors to inside servers through SSH. I have been able to coonct to the PIX using SSH but how do I configure the PIX to allow outside clients to get to inside resouses using SSH?
Avatar of spreston
spreston

If you're trying to give outside folks access to your servers and such inside the firewall, you will need to add a static translation to your NAT table, giving those internal devices external IPs.  Once the internal device is reachable by the outside world, you'll then set your rules.  You'll want to allow SSH (preferably only from specific IPs) and disallow all else, to maintain the highest level of security possible.

Shawn

Shawn Preston, CISSP
Founder, SecureThinking
www.securethinking.net

"Where Information Security Evolves"
Avatar of trath

ASKER

I am looking for the exact commands on how to do a static traslation on a PIX. I appreciate yuor help
Avatar of Les Moore
Assuming that you have a pool of IP addresses to choose from, make sure that the static global addresses are removed from the nat pool. We'd have to see your complete config to make many more detailed recommendations:

PIX#config t
PIX(config)# static (inside,outside)<global ip> <local ip> netmask 255.255.255.255
ASKER CERTIFIED SOLUTION
Avatar of Les Moore
Les Moore
Flag of United States of America image

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