Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco PIX remote access problem

Status
Not open for further replies.

captnops

IS-IT--Management
Feb 12, 2003
141
0
0
I am attempting to allow remote access to internal test network through PIX and am unable to successfully connect. See config below:


access-list 100 permit icmp any any echo-reply
access-list 100 permit icmp any any time-exceeded
access-list 100 permit icmp any any unreachable
access-list 100 permit ip any any
access-list 100 permit tcp any any
access-list 100 permit udp any any
access-list outside_in permit tcp any host 192.168.1.100 eq 5001
access-list outside_in permit tcp any host 192.168.1.100 eq www

ip address outside 74.92.25.141 255.255.255.248
ip address inside 192.168.1.1 255.255.255.0

global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp 74.92.25.141 5001 192.168.1.100 5001 netmask 255.255
.255.255 0 0
static (inside,outside) tcp 74.92.25.141 255.255.2
55.255 0 0
access-group outside_in in interface outside
access-group 100 in interface inside

Thank you for the help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top