Re: forwarding http requests with ipfw

2005-12-31 Thread Robert Collins
What's happening here is that since the dest address is not changed, the packet never leaves the machine with the fwd rule. If you want to see it, make your fwd rule look like this: fwd 216.136.204.117 log tcp from any to me dst-port 80 then tail -f /var/log/security when you try to browse t

Re: forwarding http requests with ipfw

2005-12-30 Thread Robert Collins
- Original Message - From: "Glenn Dawson" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]>; Sent: Saturday, December 31, 2005 1:46 AM Subject: Re: forwarding http requests with ipfw At 10:34 PM 12/30/2005, Robert Collins wrote: At 09:

Re: forwarding http requests with ipfw

2005-12-30 Thread Robert Collins
At 09:07 PM 12/30/2005, Robert Collins wrote: I've got a situation where I've got an internal host using a private ip/domainname. Let's say for the sake of this discussion the host is privatehost.internal.freebsd.org. privatehost isn't running a webserver. But I would

forwarding http requests with ipfw

2005-12-30 Thread Robert Collins
I've got a situation where I've got an internal host using a private ip/domainname. Let's say for the sake of this discussion the host is privatehost.internal.freebsd.org. privatehost isn't running a webserver. But I would like machines on the internal.freebsd.org network to query privatehost a