On Mo, Jul 12, 2004 at 12:47:27pm +0200, Marc Santhoff wrote:
> Hallo,
>
> ich möchte für einen host einen "default proxy" festlegen, so daß alle
> Verbindungen mit den Protokollen HTTP und FTP automatisch über diesen
> host:port geleitet werden.
>
> Geht das? Wenn ja, wie?
Ich benutze dafür auf dem Router ipnat:
rdr xl0 0.0.0.0/0 port 80 -> 192.168.1.1 port 3128
rdr xl1 0.0.0.0/0 port 80 -> 192.168.1.1 port 3128
So in etwa sollte es aussehen.
Für Einzelheiten solltest ipnat(1), ipnat(5), ipnat.conf(5) und evtl.
Google bemühen.
MfG,
Florian.
-- Florian Unglaub GnuPG Key ID: FE3A7C44 <usenet04@rootofallevil.net> http://rootofallevil.net/files/flo.pub.asc To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Mon 12 Jul 2004 - 15:03:47 CEST