Re: PIX proxy-arp question
From: Curt Edsall (cedsall@aol.com)Date: 11/14/02
- Next message: : "Re: Sygate 5.0 failed leak test. Any cure?"
- Previous message: : "Re: no offense..."
- In reply to: Martin Haberstroh: "PIX proxy-arp question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Curt Edsall" <cedsall@aol.com> Date: Wed, 13 Nov 2002 19:11:35 -0500
Comments inline.
"Martin Haberstroh" <Martin.Haberstroh@fms-media.com> wrote in message
news:vTuA9.28$ib5.41285@se2-fa199-9.gva.ch.colt.net...
> Hi everybody,
Hello Martin
> running a Cisco PIX 515 Version 5.3(2) with proxy-arp following should be
> possible, part of configuration:
> ...
> nameif ethernet0 outside security0
> nameif ethernet1 inside security100
> nameif ethernet2 dmz security15
> ...
> ip address outside 194.195.196.33 255.255.255.0
> ip address inside 192.168.10.1 255.255.255.0
> ip address dmz 194.195.196.65 255.255.255.192
> ...
> route outside 0.0.0.0 0.0.0.0 194.195.196.1 1
> ...
Let me jump in right here. Your subnet masks are incorrect on the outside
and dmz interfaces (well, one of them is anyway). With your current
configuration, the network configured on the dmz interface is contained
within the network configured on the outside interface. Don't know what the
affect would be right off the top of my head but it's bound to cause some
problems (actually, I'm surprised the PIX would let you create that
interface configuration but stranger things have happened).
The easiest way to make this work in a PIX is to take another RFC 1918 /24
network (say 192.168.11.0/24) and use it on your dmz interface. Address
your internet facing servers into that address space (.1 for the PIX
interface, .2 for the web server, .3 for the dns, etc...).
Once you have this set up, use the static command as shown here:
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_61/cmdqref.htm
(that's for the 6.1 release, use the appropriate command reference for your
firewall)
Set up statics for your servers using addresses from your address range
(194.195.196.X) and create access lists to allow inbound traffic to those
servers. Apply the access lists to the outside interface for inbound
traffic and you're all set.
>
> as far as I understand proxy-arp it should be possible to run a server in
> dmz with ip address 194.195.196.66 (mask 255.255.255.192,
> gateway194.195.196.65) which can be reached from the outside and it should
> also can connect to systems on the outside. But I didn't find any
> configuration hints/examples.
>
> What conduit, global, static, nat commands do I have to use, so the server
> can
> a) be reached from the outside (maybe an example with http)?
> b) connect to a system on the outside?
>
> Thanks for your help
>
> Martin
No problem.
Grace & Peace
Curt
- Next message: : "Re: Sygate 5.0 failed leak test. Any cure?"
- Previous message: : "Re: no offense..."
- In reply to: Martin Haberstroh: "PIX proxy-arp question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|