On Thu, 24 Aug 2000, Shachar Shemesh wrote:
> What I see here is that I need to install on my router a rule that says,
> more or less, "If the packet is destined to go to port 80 of any
> machine, route it to the proxy, otherwise, route it usually". I don't
> think a regular router can do such a thing.
maybe you should start thinking then ;) . if a "regular router" = cisco -
then, yes, it can do that, and much more (depending on the version of its
IOS).
this will done done with no address translation on the router - it just is
told that the 'next hop' towards the target address, is the proxy machine.
that proxy machine then needs to understand (via normal routing rules)
that any packet it received, targeted for port 80 and an IP that does not
belogn to the local machine, should be injected into the proxy server's
module. that doesn't _have_ to be implemented using NAT (althoguht it
_might_ be done this way if it simplifies stuff).
guy
"For world domination - press 1,
or dial 0, and please hold, for the creator." -- nob o. dy
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]