Cisco PIX 525 Especificaciones Pagina 102

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 466
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 101
2-42
Cisco PIX Firewall and VPN Configuration Guide
78-15033-01
Chapter 2 Establishing Connectivity
Policy NAT
Figure 2-12 shows a host on the 10.1.2.0/24 network accessing two different servers. When the host
accesses the server at 209.165.201.11, the local address is translated to 209.165.202.129. When the host
accesses the server at 209.165.200.225, the local address is translated to 209.165.202.130.
Figure 2-12 Policy NAT with Different Destination Addresses
209.165.201.11
209.165.201.0/27
209.165.200.225
PIX
Firewall
Internet
Inside
Source Addr Translation
209.165.202.12910.1.2.27
10.1.2.27
10.1.2.0/24
Source Addr Translation
209.165.202.13010.1.2.27
Packet
Dest. Address:
209.165.201.11
Packet
Dest. Address:
209.165.200.225
97755
209.165.200.224/27
The syntax for using global translations for the hosts shown in Figure 2-12 follows:
access-list NET1 permit ip 10.1.2.0 255.255.255.0 209.165.201.0 255.255.255.224
access-list NET2 permit ip 10.1.2.0 255.255.255.0 209.165.200.224 255.255.255.224
nat (inside) 1 access-list NET1
global (outside) 1 209.165.202.129 255.255.255.255
nat (inside) 2 access-list NET2
global (outside) 2 209.165.202.130 255.255.255.255
The syntax for using static translations for the two hosts shown in Figure 2-12 follows:
access-list NET1 permit ip host 10.1.2.27 209.165.201.0 255.255.255.224
access-list NET2 permit ip host 10.1.2.27 209.165.200.224 255.255.255.224
static (inside,outside) 209.165.202.129 access-list NET1
static (inside,outside) 209.165.202.130 access-list NET2
Note To prevent users from the 209.165.200.224/27 from accessing 209.165.202.129 on the PIX Firewall and
to prevent users from the 209.165.201.0/27 network from accessing 209.165.202.130 on the
PIX
Firewall, the ip verify reverse-path interface outside command must be configured. This access
restriction can also be enforced with ACLs applied to the outside interface without the use of the ip
verify reverse-path command.
Vista de pagina 101
1 2 ... 97 98 99 100 101 102 103 104 105 106 107 ... 465 466

Comentarios a estos manuales

Sin comentarios