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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Static NAT Help (506E) 2

Status
Not open for further replies.

hise

Programmer
Joined
Oct 24, 2003
Messages
15
Location
US
Hi:

I've had a task dumped on me (a programmer) that was started by someone who is no longer available. I've gotten together my game-plan based on Cisco documentation only to find out it's apprently done already in the PIX 506E. However, I need help double-checking this info.

Objective:
To permit HTTP traffic going to 65.175.63.107 to an internal IP of 192.168.1.39.

Current Relevant Firewall info:
static (inside,outside) 65.175.63.107 192.168.1.39 netmask 255.255.255.255 0 0

access-list 100 line 6 permit tcp any host 65.175.63.107 eq
access-group 100 in interface outside

There is additional displayed when I run show access-list, but I don't know if it's important.

When I try to hit that public IP from the outside, it just times out.

Any help would greatly be appreciated!!!!

Thanks,

Jeremy
 
Yes. How would I got about testing? Just remove it and see if it works?
 
Ok. Well I did ifconfig down eth0:1

Now when I do an nmap from an external site, I do get back that http on 80 is open. Great! I didn't have this response before. However, I'm still not able to get in. Thank's so much for getting me one step closer!

Any ideas?

Thanks!
 
Hi Folks:

So this is where I am:

I can't access this from within the network. However, I can from outside the network. That would make sense right? Could you tell me what path I would go down to try to figure out how enable this?

Thanks VERY much for helping me out. You've made this possible.

THANKS!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top