Cisco PIX 525 Spezifikationen Seite 93

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 466
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 92
2-33
Cisco PIX Firewall and VPN Configuration Guide
78-15033-01
Chapter 2 Establishing Connectivity
Basic Configuration Examples
The following procedure shows the commands that differ from the example shown in “Three Interfaces
Without NAT or PAT”:
Step 1 Enable Telnet access for a host on the inside interface of the PIX Firewall by entering the following
commands:
telnet 10.0.0.100 255.255.255.255
telnet timeout 15
Step 2 Create a pool of global addresses for the outside and DMZ interfaces. Because there are limited outside
IP addresses, add a PAT global to handle overflow. The global (dmz) command gives inside users access
to the web server on the DMZ interface.
global (outside) 1 209.165.201.10-209.165.201.30
global (outside) 1 209.165.201.5
global (dmz) 1 192.168.0.10-192.168.0.20
Step 3 Let inside users start connections on the DMZ and outside interfaces, and let DMZ users start
connections on the outside interface:
nat (inside) 1 10.0.0.0 255.0.0.0
nat (dmz) 1 192.168.0.0 255.255.255.0
Step 4 Give the IP address of the web server a label:
name 192.168.0.2 webserver
Step 5 Let any user on the outside interface access the web server on the DMZ interface:
static (dmz,outside) 209.165.201.6 webserver netmask 255.255.255.255
access-list acl_out permit tcp any host 209.165.201.6 eq 80
access-group acl_out in interface outside
The access-list command statement is bound to the outside interface by the access-group command
statement.
Example 2-5 Three Interfaces with NAT and PAT
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security50
hostname pixfirewall
names
name 192.168.0.2 webserver
access-list acl_out permit icmp any any
access-list acl_out permit tcp any host 209.165.201.6 eq 80
access-list ping_acl permit icmp any any
pager lines 24
logging buffered debugging
interface ethernet0 100basetx
interface ethernet1 100basetx
interface ethernet2 100basetx
mtu outside 1500
mtu inside 1500
mtu dmz 1500
ip address outside 209.165.201.4 255.255.255.224
ip address inside 10.0.0.3 255.0.0.0
ip address dmz 192.168.0.1 255.255.255.0
no failover
arp timeout 14400
Seitenansicht 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 465 466

Kommentare zu diesen Handbüchern

Keine Kommentare