miguelchora
MIS
Hi,
I'm configuring a PIX515E with 6.1(2), but I'm having quite a few problems configuring my Web server on the DMZ. This is my configuration:
hostname PIX
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security50
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
ip address outside x.x.x.130 255.255.255.240
ip address inside 192.168.1.250 255.255.255.0
ip address dmz 10.1.0.254 255.255.255.0
route outside 0.0.0.0 0.0.0.0 x.x.x.129
global (dmz) 1 10.1.0.1-10.1.0.250
global (outside) 1 x.x.x.131
nat (inside) 1 192.168.1.0 255.255.255.0
static (dmz,outside) x.x.x.133 10.1.0.3
access-list fromoutside permit tcp any host x.x.x.133 eq http
access-group fromoutside in interface outside
http server enable
telnet timeout 5
ssh timeout 5
telnet 192.168.1.249 255.255.255.255 inside
From the inside I can go to my server on the DMZ but from the outside no one can connect to that server.
What I'm doing bad ??? Can you guys help me ???
Thank's
Miguel Rodrigues
I'm configuring a PIX515E with 6.1(2), but I'm having quite a few problems configuring my Web server on the DMZ. This is my configuration:
hostname PIX
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security50
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
ip address outside x.x.x.130 255.255.255.240
ip address inside 192.168.1.250 255.255.255.0
ip address dmz 10.1.0.254 255.255.255.0
route outside 0.0.0.0 0.0.0.0 x.x.x.129
global (dmz) 1 10.1.0.1-10.1.0.250
global (outside) 1 x.x.x.131
nat (inside) 1 192.168.1.0 255.255.255.0
static (dmz,outside) x.x.x.133 10.1.0.3
access-list fromoutside permit tcp any host x.x.x.133 eq http
access-group fromoutside in interface outside
http server enable
telnet timeout 5
ssh timeout 5
telnet 192.168.1.249 255.255.255.255 inside
From the inside I can go to my server on the DMZ but from the outside no one can connect to that server.
What I'm doing bad ??? Can you guys help me ???
Thank's
Miguel Rodrigues