![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.security.firewalls archiveRe: pix pat help needed
From: Walter Roberson <roberson@ibd.nrc-cnrc.gc.ca>
Date: Thu Sep 29 2005 - 02:37:34 CEST
In article <1127934541.351961.296710@f14g2000cwb.googlegroups.com>,
Most Cisco PIX discussion happens in comp.dcom.sys.cisco .
:I want to make my web server public to the internet.
Sorry, it takes too long to fire up PDM, nagivate through the correct
So... in general you will find that if you have a question about
Chances are that you have already configured PAT. That's the
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
What you need to do to allow outside access to one of your hosts
static (inside,outside) tcp interface www INSIDEIP www netmask 255.255.255.255
You will also need an access-list for your outside interface, and you will
access-list SOMEACLNAME permit tcp any interface eq www
-- Goedel's Mail Filter Incompleteness Theorem: In any sufficiently expressive language, with any fixed set of email filtering algorithms, there exists at least one spam message which the algorithms are unable to filter out.Received on Thu Sep 29 20:11:10 2005 |