Re: Ports needed for ISA 2004 (DMZ)?
- From: "Paul" <Paul@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 24 May 2005 14:01:03 -0700
Short of you posting a copy of your PIX config it would be hard for anyone to
help you troubleshoot this issue. Use the following config snippet as an
EXAMPLE ONLY.
Phillip is right, you need to reverse NAT anything that applies to the ACL
on the PIX unless you tell the PIX not to NAT traffic for a specific IP or IP
chunk.
Quick example: Internal = 10.1.1.0 DMZ = 10.1.2.0
*****************
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security10
access-list dmz_rule permit tcp any dmzwebip.x.x.x eq https
nat (inside) 1 10.1.1.0 255.255.255.0 0 0
nat (dmz) 1 10.1.2.0 255.255.255.0 0 0
static (dmz,outside) PubIP.address.x.x dmzwebip.x.x.x netmask
255.255.255.255 0 0
access-group dmz_rule in interface dmz
"Phillip Windell" wrote:
> I can't help with PIX
>
>
> --
>
> Phillip Windell [MCP, MVP, CCNA]
> www.wandtv.com
>
>
> "Magoo" <magoo-nospam@xxxxxxxxxxx> wrote in message
> news:ONyNQ3NVFHA.3412@xxxxxxxxxxxxxxxxxxxxxxx
> > Sorry I didn't understand what entries I would need to put in the firewall
> > to cover the reverse NAT scenario you mentioned ? Can you elaborate on
> that
> > ?
> >
> >
> >
> > "Phillip Windell" <@.> wrote in message
> > news:ORcAANKVFHA.3868@xxxxxxxxxxxxxxxxxxxxxxx
> > >
> > > "Magoo" <magoo-nospam@xxxxxxxxxxx> wrote in message
> > > news:O8O4AKKVFHA.3544@xxxxxxxxxxxxxxxxxxxxxxx
> > > > I have two ISA 2004 Enterprise boxes configured as NLB integrated
> (DMZ).
> > > > In my external DNS servers, I specify the virtual IP address =
> 10.1.1.1
> > =
> > > > webmail.mycompany.com
> > > >
> > > > ISA 2004->OWA was working prior to a network maintenance. Now it
> doesn't
> > > > work anymore.
> > > >
> > > > In the PIX firewall I have an entry that looks like:
> > > > permit tcp any host 10.1.1.1 eq www
> > > >
> > > > permit tcp any host 10.1.1.1. eq 443
> > >
> > > You still have to reverse-NAT it (aka Static NAT). Those rules only tell
> > it
> > > that the traffic is allowed,...they don't tell it how to make the
> traffic
> > > "happen".
> > >
> > > --
> > >
> > > Phillip Windell [MCP, MVP, CCNA]
> > > www.wandtv.com
> > >
> > >
> >
> >
>
>
>
.
- References:
- Ports needed for ISA 2004 (DMZ)?
- From: Magoo
- Re: Ports needed for ISA 2004 (DMZ)?
- From: Magoo
- Ports needed for ISA 2004 (DMZ)?
- Prev by Date: RE: ISA Remote Admin
- Next by Date: Problem disabling all web logging except for 1 Web Publishing Rule
- Previous by thread: Re: Ports needed for ISA 2004 (DMZ)?
- Next by thread: Large Files - Slow Download - Until Reboot
- Index(es):
Relevant Pages
|
Loading