Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 1998 14:25:39 +0100
From:      Phil Allsopp <phil@virtek.com>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Simple IPFW question
Message-ID:  <3.0.3.32.19980406142539.00f08630@mail.virtek.com>

next in thread | raw e-mail | index | archive | help
I want to redirect all data transferred through port 80 (http) to
port 8080 (my Proxy). This appears to be simple although it doesn't seem
to work when I try the redirection using ipfw.

Can anyone supply a command line that will do this. I suspect I will also
have to modify the services file.

I think the following is what shoukd be the correct command although I am
unsure what to do with the services file:

ipfw add divert 8080 80 from any to any IP

Thanks

Phil.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.3.32.19980406142539.00f08630>