|
|||||||||||
|
Some Cisco PIX newbie questions
From: ALLEN, DONALD S (AIT) <da1295(at)sbc.com>
Date: Wed Jul 23 2003 - 11:55:27 EDT
When configuring the Pix there are some simple rules to follow. Static commands are written with this format:
For Nat use:
These security levels are set by default Outside security0, inside security100. 100 is considered High.
As an example:
Access-list acl_outside permit tcp host any host 172.16.0.1 eq 23 Access-group acl_outside in interface outside (applies the access list to inbound traffic of the outside interface) The command NAT (inside) 0 0 (allows connections to start from any IP on the inside, and is used for Non NAT. the first 0 tells NAT not to use a global address pool.) with out a NAT entry in either format the pix will not send traffic out of an interface, inside interface included.
To establish a NAT to global IP use:
Global (outside) 1 interface ( this is a many to one NAT/Pat)
For many to many translations:
Hope this helps.
Glenn, do you have something like this:
static (inside,outside) 172.16.0.149 192.168.82.42 netmask 255.255.255.255
access-list acl_outside permit tcp 172.16.0.0 255.255.0.0 host 172.16.0.149
eq 80
The above assumes the following:
your mac se/30 = 192.168.82.42
This allows tcp port 80 http and tcp port 23 telnet to the published IP of
172.16.0.149
the access-group command applies the access-list to the outside interface. If you have further questions, send me your lab config (strip passwords and such).
At 17:50 7/22/2003, Glenn English wrote:
-----BEGIN PGP SIGNATURE-----
iQA/AwUBPx6ufm5K7GIhja4mEQInDwCg961+GHYS+eI42b0UofeE9Q/pFxMAoOTj
KFpm92672XxvZlCR0Q163x/n
Received on Wed Jul 23 19:13:29 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:06:24 EDT |
||||||||||
|
|||||||||||