Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Need help configuring PIX 501 for proxy arp

Reply
Thread Tools

Need help configuring PIX 501 for proxy arp

 
 
Bobby Kuzma
Guest
Posts: n/a
 
      12-25-2003
Hello,

I'm in somewhat of a bind here...

I've got a class C network with publically accessible IP addresses,
and a shiny new Cisco PIX 501 that my boss has decreed "Must Be Used",
replacing a linux based firewall running proxy-arp. Our wiring goes
something like this:

Router
xxx.xxx.xxx.1
|
|
xxx.xxx.xxx.2
Firewall
xxx.xxx.xxx.2
|
|
The rest of the network
xxx.xxx.xxx.3-254

Can anyone give me a clue as to how to make this work?

Thanks,

Bobby
 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      12-25-2003
In article <> ,
Bobby Kuzma <> wrote:
:I'm in somewhat of a bind here...

:I've got a class C network with publically accessible IP addresses,
:and a shiny new Cisco PIX 501 that my boss has decreed "Must Be Used",
:replacing a linux based firewall running proxy-arp.

:Can anyone give me a clue as to how to make this work?

You cannot configure the same subnet on the inside and
outside interfaces of a PIX.

The easiest solution to your problem is to subnet the public IP
space.

The alternative configurations pretty much require an internal router
as part of the setup. I have described the arrangement several
times in the past, in this newsgroup; you can google for the details.

--
Ceci, ce n'est pas une idée.
 
Reply With Quote
 
 
 
 
Guest
Posts: n/a
 
      12-26-2003

> :I've got a class C network with publically accessible IP addresses,
> :and a shiny new Cisco PIX 501 that my boss has decreed "Must Be Used",
> :replacing a linux based firewall running proxy-arp.
>
> :Can anyone give me a clue as to how to make this work?
>
> You cannot configure the same subnet on the inside and
> outside interfaces of a PIX.
>
> The easiest solution to your problem is to subnet the public IP
> space.
>

Even easier, use private IP addresses on the router's and PIX's interface,
the two that connect to each other. Set the deafault gateway on the PIX to
the router, but a static route in the router pointing xxx.xxx.xxx.0 to the
pix.

Router (ip route xxx.xxx.xxx.0/26 10.10.1.2)
10.10.1.1
|
|
10.10.1.2
Firewall (ip route 0.0.0.0 0.0.0.0 10.10.1.1)
xxx.xxx.xxx.1
|
|
The rest of the network
xxx.xxx.xxx.2-254

RC


 
Reply With Quote
 
Walter Roberson
Guest
Posts: n/a
 
      12-27-2003
In article <3fec8173$0$25377$> , <RC> wrote:

:> You cannot configure the same subnet on the inside and
:> outside interfaces of a PIX.

:> The easiest solution to your problem is to subnet the public IP
:> space.

:Even easier, use private IP addresses on the router's and PIX's interface,
:the two that connect to each other. Set the deafault gateway on the PIX to
:the router, but a static route in the router pointing xxx.xxx.xxx.0 to the
ix.

You can do that, but then any packets produced by the outside
interface of the PIX (RST, icmp refusal, icmp time exceeded) will
have an IP source address which is the private IP address of the
PIX outside interface. RFC1918 says that you must not allow
packets with private source addresses to be publically routed.

In order to adhere to RFC1918, one must thus add some NAT rules to
the router to map that private source IP into a public source IP.
Depending on the router, that kind of mapping might not be possible,
and even on Cisco routers it is not the easiest of things to configure.
I therefore contend that my original statement is true: that the
*easiest* solution to the problem is to subnet the public IP space.
--
Admit it -- you peeked ahead to find out how this message ends!
 
Reply With Quote
 
Guest
Posts: n/a
 
      12-31-2003
> You can do that, but then any packets produced by the outside
> interface of the PIX (RST, icmp refusal, icmp time exceeded) will
> have an IP source address which is the private IP address of the
> PIX outside interface. RFC1918 says that you must not allow
> packets with private source addresses to be publically routed.


When I put in a PIX it doesn't respond to anything. Basic security, keep a
low profile and they go after someone else.

> In order to adhere to RFC1918, one must thus add some NAT rules to
> the router to map that private source IP into a public source IP.
> Depending on the router, that kind of mapping might not be possible,
> and even on Cisco routers it is not the easiest of things to configure.
> I therefore contend that my original statement is true: that the
> *easiest* solution to the problem is to subnet the public IP space.


No, just drop the packets (null route). The whole point is security.
Just my opinion, but so far the firewalls I've done have always been secure
and worm free.




Security is establishing a mutual level of distrust.


 
Reply With Quote
 
Walter Roberson
Guest
Posts: n/a
 
      12-31-2003
In article <3ff21bfa$0$18406$> , <RC> wrote:
:When I put in a PIX it doesn't respond to anything. Basic security, keep a
:low profile and they go after someone else.

How do you stop it from responding to TCP port 23 on the outside IP?
Without, that is, using an additional device to filter the
response?


:> In order to adhere to RFC1918, one must thus add some NAT rules to
:> the router to map that private source IP into a public source IP.

: No, just drop the packets (null route). The whole point is security.

What about MTU path discovery?
--
"[...] it's all part of one's right to be publicly stupid." -- Dave Smey
 
Reply With Quote
 
Rik Bain
Guest
Posts: n/a
 
      12-31-2003
On Tue, 30 Dec 2003 21:09:53 -0600, Walter Roberson wrote:

> In article <3ff21bfa$0$18406$> , <RC>
> wrote: :When I put in a PIX it doesn't respond to anything. Basic
> security, keep a :low profile and they go after someone else.
>
> How do you stop it from responding to TCP port 23 on the outside IP?
> Without, that is, using an additional device to filter the response?
>
>


Something I did once was not to configure the pix with a default gateway.
I then added an alias that the inside hosts used as a default gateway
that dnat'ed all packets they sent offnet to the next hop router outside
of the pix.

In effect, the only packets the pix's outside interface would respond to
were packets sourced from the outside subnet, while all internal hosts
could communicate with the outside world.




> :> In order to adhere to RFC1918, one must thus add some NAT rules to :>
> the router to map that private source IP into a public source IP.
>
> : No, just drop the packets (null route). The whole point is security.
>
> What about MTU path discovery?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Arp or Proxy Arp Darren Green Cisco 0 02-20-2009 09:38 PM
PIX 501 need help configuring Trader2699 Cisco 0 09-08-2008 05:20 PM
ARP Request Collisions on PIX-501 firewall Andrew Dancy Cisco 2 06-13-2007 11:47 AM
Need help configuring PIX 501 after ISP IP adddress change eljainc Cisco 6 03-22-2007 09:46 PM
PIX 501 <-> PIX 501 - Problem contating private networks on the inside Andre Cisco 7 02-20-2005 07:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57