transparent proxying problem.

From: Marc-Adrian Napoli <marcadrian@dont-contact.us>
Date: Fri, 14 Jan 2000 14:26:40 +1100

Hi all,

We have two ethernet segments, 203.63.219.0 and 203.17.36.0.

Our proxy is located at 203.17.36.12.

On the 203.17.36.0 network we have transparent proxying working fine. The
router has the following access list:

access-list 181 deny tcp host 203.17.36.12 any eq www
access-list 181 permit tcp 203.17.36.0 0.0.0.255 any eq www

The router also has a route-map as follows, which pushes the www traffic to
our proxy:

route-map proxy-redirect permit 10
 match ip address 181
 set ip next-hop 203.17.36.12

On the ethernet interface to the network we have the ip policy route-map
proxy-redirect line.

Now, this all works fine. However on the 203.63.219.1 router we have
attempted to do transparent proxying as well - using the same proxy.

Accesslist as follows:

access-list 181 permit tcp 203.63.219.0 0.0.0.255 any eq www

With the same route-map details as on the other network.

I have set it up exactly the same but I can't get it to work. Is this
because I have set the next-hop IP on the route-map to an IP on a different
network?

Confused!

Any help appreciated :-]

Regards,

Marc-Adrian Napoli
Connect Infobahn Australia
+61 2 92811750
Received on Thu Jan 13 2000 - 20:39:02 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:50:23 MST