OVH Cloud OVH Cloud

Configuration basic d'un PIX

Aucune réponse
Avatar
martin__otis
Je suis plutôt nouveau avec les PIX. Je me demandais si quelqu'un peut
me dire ce qui ne va pas avec ma config. Elle est plutôt basic.

Je veux donner acces au web server qui est dans le DMZ. Tout
fonctionne correctement lorsque j'y accede du DMZ avec l'ip local.

Voici ma configuration:

: Saved
:
PIX Version 5.1(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security50
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 1720
fixup protocol rsh 514
fixup protocol smtp 25
fixup protocol sqlnet 1521
access-list 1 permit tcp any host xx.yy.zz.32 eq www
interface ethernet0 100full
interface ethernet1 100full
interface ethernet2 100full
ip address outside xx.yy.zz.30 255.255.255.192
ip address inside 192.168.200.1 255.255.255.0
ip address dmz 10.20.6.1 255.255.255.0
global (outside) 1 xx.yy.zz.31
nat (inside) 1 192.168.200.0 255.255.255.0 0 0
nat (dmz) 1 10.20.6.0 255.255.255.0 0 0
static (dmz,outside) xx.yy.zz.32 10.20.6.10 netmask 255.255.255.255 0
0
access-group 1 in interface outside
route outside 0.0.0.0 0.0.0.0 xx.yy.zz.1 1
: end

Réponses