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!

Recent content by hise

  1. hise

    Static NAT Help (506E)

    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...
  2. hise

    Static NAT Help (506E)

    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!
  3. hise

    Static NAT Help (506E)

    Yes. How would I got about testing? Just remove it and see if it works?
  4. hise

    Static NAT Help (506E)

    Yes, I've added an IP of eth0:1 (192.168.1.38) with 192.168.1.39 being eth0:0
  5. hise

    Static NAT Help (506E)

    Let me just add one thing, which seems kind of odd to me: on the .39 box, the server I'm trying to connect to, when I ping yahoo, I see something I've never seen before: [root@arigold thebox]# ping yahoo.com PING yahoo.com (66.94.234.13) 56(84) bytes of data. From bwi-serv (192.168.1.1)...
  6. hise

    Static NAT Help (506E)

    Horus2 no worries. I makes it easy when Cisco puts the parameters in kind of a reverse order from each other. I'm not really sure what an ACL is. We have 2 T1 lines that come into a switch, I believe, which then plugs into our PIX. I've called up our service provider and they can "ping" the...
  7. hise

    Static NAT Help (506E)

    Also, just noted, when I do: # show global I only see 108 and 109-110. Would that matter?
  8. hise

    Static NAT Help (506E)

    pixfirewall(config)# write terminal Building configuration... : Saved : PIX Version 6.3(4) interface ethernet0 auto interface ethernet1 auto nameif ethernet0 outside security0 nameif ethernet1 inside security100 fixup protocol dns maximum-length 512 fixup protocol ftp 21 fixup protocol h323 h225...
  9. hise

    Static NAT Help (506E)

    Ok. Well I did the write memory (found more elaborate documentation on what that does). I'm still not getting through. Thanks for all your help on this one. Jeremy
  10. hise

    Static NAT Help (506E)

    Hi: That went through with no errors. But let me ask one final question. How do I save this to make it active? Do I need to run: # write memory ? Do I need to do anything after that? Thank you!!!
  11. hise

    Static NAT Help (506E)

    Hi: Have another question, looking at the documentation, I see that there is an optional last parameter to the static command for specifying the max_connections. And in this configuration I see "0 0". Do you think that could have something to do with it? Thanks!
  12. hise

    Static NAT Help (506E)

    Hi: Thank you very much for your time on this. Before I potentially bring down this office's internet :) I just want to try to gain some confidence in what I'm doing. I would REMOVE the old entry by running: # no static (inside,outside) 65.175.63.107 192.168.1.39 netmask 255.255.255.255 0 0...
  13. hise

    Static NAT Help (506E)

    Hi: It's definatly up and running as I can browse to the application (port 80). When I run the nmap command you have listed above internally, I get this: [root@arigold bluelink]# nmap -sS -O -PI -PT 65.175.63.107 Starting Nmap 4.00 ( http://www.insecure.org/nmap/ ) at 2006-10-30 12:36 EST...
  14. hise

    Static NAT Help (506E)

    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...
  15. hise

    C# Web Service < comes out as & lt;

    Hi: I'm working on a project that involves C# and Java webservices. When I get the response back from the C# service in java, the result has all the <, and >, replaced with & lt; and & gt;. Does anyone know why this is happening? Thanks a gagillion. hise

Part and Inventory Search

Back
Top