Bob <[EMAIL PROTECTED]> wrote: > I happen to be using an httpd server on system B and if I look in the logs > when the packets come through system A, I see the IP address of system X > so the packet ends up on the default route which for system B which is > system A and that works fine. When I do that same thing putting the > address of system C in the browser, I get nothing in the logs. But I do > see the count on the iptables display go up by 1 on system C
This means that you would need to enable the SNAT rule (see my previous post, needs modification to match the IP address of C instead of A) on C. As a downside, the HTTPD logs would show C as the source for requests which are forwarded by C. Maybe have a look at the book that Adam Thornton suggested if you want a more sophisticated solution. Regards, Peter Oberparleiter -- Peter Oberparleiter Linux on zSeries Development IBM Development Lab, Boeblingen/Germany ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
