Salve al NG
Ho un pò di problemi nel configurare questo PIX, vi spiego:
Ho connetività con un ip pubblico con Fastweb
Il loro router Fasweb effettua una NAT dall'indirizzo pubblico ad un
indirizzo pvt 10.10.10.5 che corrisponde a outside del PIX.
Il Pix effettua una nat da 10.10.10.5 alla rete interna 192.168.0.xxx.
il tutto funziona, ma la nuova esigenza è:
una server web che contiene una applicazioni server è deve essere
pubblicato, quindi pensavo di fare una PAT dalla porta 8080 di
10.10.10.5 alla porta 80 del host interno (192.168.0.y) che fa da
server web e fare ugualmente con la porta 8081 -> 5555
Non riesco a fare una corretta configurazione.
allego configurazione esistente:
======================================
PIX Version 6.3(4)
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname pixfirewall
clock timezone CEST 1
clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
name 192.168.0.90 Adriano
name 192.168.0.15 SERVERWEB
object-group network accedi
network-object 192.168.0.1 255.255.255.255
network-object SERVERWEB 255.255.255.255
network-object Adriano 255.255.255.255
access-list acl_in permit ip object-group accedi any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 10.10.10.5 255.255.255.0
ip address inside 192.168.0.1 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip audit info action alarm
ip audit attack action alarm
pdm location Adriano 255.255.255.255 inside
pdm group accedi inside
pdm logging warnings 100
no pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 dns 0 0
access-group acl_in in interface inside
static (inside,outside) tcp interface 8080 ServerWeb www dns netmask 255.255.255.255 0 0
route outside 0.0.0.0 0.0.0.0 10.10.10.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225
1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server LOCAL protocol local
aaa authentication enable console LOCAL
aaa authentication http console LOCAL
aaa authentication ssh console LOCAL
aaa authorization command LOCAL
http server enable
http 0.0.0.0 0.0.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
snmp-server enable traps
floodguard enable
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set TRANS_ESP_DES_MD5 esp-des esp-md5-hmac
crypto ipsec transform-set TRANS_ESP_DES_MD5 mode transport
crypto map inside_map client configuration address initiate
crypto map inside_map client configuration address respond
crypto map inside_map interface inside
crypto map outside_map client configuration address initiate
crypto map outside_map client configuration address respond
crypto map outside_map interface outside
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 5
management-access inside
console timeout 5
vpdn username utente1 password ********
username utente75 password xxxxxxxxxxxxxxxxx encrypted privilege 15
username utente1 password yyyyyyyyyyyyyyyyyy encrypted privilege 15
privilege show level 0 command version
privilege show level 0 command curpriv
privilege show level 3 command pdm
privilege show level 3 command blocks
privilege show level 3 command ssh
privilege configure level 3 command who
privilege show level 3 command isakmp
privilege show level 3 command ipsec
privilege show level 3 command vpdn
privilege show level 3 command local-host
privilege show level 3 command interface
privilege show level 3 command ip
privilege configure level 3 command ping
privilege show level 3 command uauth
privilege configure level 5 mode enable command configure
privilege show level 5 command running-config
privilege show level 5 command privilege
privilege show level 5 command clock
privilege show level 5 command ntp
privilege show level 5 mode configure command logging
privilege show level 5 command fragment
terminal width 80
==========================================
Potete aiutarmi.
Grazie
Adriano
Configurare PAT su Pix 501 e Fasweb
Moderatore: Federico.Lagni