hellboy101
Programmer
Hello all-
Trying to wrap my mind around this scenario and if I could just nail this one area, everything in the world will be ok.
I'd like an outside vendor to be able to access servers in my DMZ (I'm using a PIX 515e). My question is:
when I write the access-list and static statement, I believe my logic is a bit wrong. I wrote:
access-list acl_dmz permit tcp host 24.xx.xx.xx host 69.74.xx.xx eq 3389
so what I'm saying above is let host 24.x.x.x in thru port rdp using my global address 69.74.x.x.. but what should that global IP be? should it be the outside interface of my PIX? or an available global IP from within my global (ISP) range??
depending on that I would write a STATIC statement similar to:
static (dmz,outside) 69.74.xx.xx 172.17.xx.xx netmask 255.255.255.255 0 0
but this again would depend on what address I'm using for 69.74.x.x.. to make a long story short, when I use an available global outside IP of 69.74.x.x it won't allow my outside vendor to access my server using RDP at all.. It just fails initially to connect. Should I be applying a 69.x.x address that is truly my IP for the outside interface of the PIX or my perimeter Cisco router? will that allow my vendor access into my 172.17.x.x server? I know this is something simple I'm missing... can anyone please help me discover the symptom of this problem?
thanks for any help at all
hb101
Trying to wrap my mind around this scenario and if I could just nail this one area, everything in the world will be ok.
I'd like an outside vendor to be able to access servers in my DMZ (I'm using a PIX 515e). My question is:
when I write the access-list and static statement, I believe my logic is a bit wrong. I wrote:
access-list acl_dmz permit tcp host 24.xx.xx.xx host 69.74.xx.xx eq 3389
so what I'm saying above is let host 24.x.x.x in thru port rdp using my global address 69.74.x.x.. but what should that global IP be? should it be the outside interface of my PIX? or an available global IP from within my global (ISP) range??
depending on that I would write a STATIC statement similar to:
static (dmz,outside) 69.74.xx.xx 172.17.xx.xx netmask 255.255.255.255 0 0
but this again would depend on what address I'm using for 69.74.x.x.. to make a long story short, when I use an available global outside IP of 69.74.x.x it won't allow my outside vendor to access my server using RDP at all.. It just fails initially to connect. Should I be applying a 69.x.x address that is truly my IP for the outside interface of the PIX or my perimeter Cisco router? will that allow my vendor access into my 172.17.x.x server? I know this is something simple I'm missing... can anyone please help me discover the symptom of this problem?
thanks for any help at all
hb101