On Wed, Feb 27, 2002 at 07:13:49AM -0600, Ted Fines wrote: > Thanks for your reply. Please see my responses below. First, here is the > text from my initial request for help, restating my goal and config: > Please view this message in a fixed-width font, so you can see the ASCII > art. Box C is a client machine. Box F is the firewall, and Box W is the > web server. > > C > +--------------+ > |--|141.140.200.5 | > | +--------------+ > | > | > | F > | +--------------+ > |--|141.140.200.20| W > + + +--------------+ > |141.140.1.10 |------|141.140.1.18 | > +--------------+ +--------------+ > > Goal: No matter what HTTP URL the client C types, his web browser ends up > at Box W. I had this working at one point, months ago, and have lost my > notes. I am now too dumb to get it going again. Strangely, I don't > remember this as having been too difficult. > > SysInfo: Firewall is RH 7.2 with kernel 2.4.17. IPTABLES is v1.2.5, > installed from the source, then the kernel recompiled. >
Other possibilities: enable forwarding ( echo "1" > /proc/sys/net/ipv4/ip_forward ) forwarding rules in -t filter Darrell