Date: Mon, 25 Oct 2004 19:53:32 +0200 From: Alex de Kruijff <freebsd@akruijff.dds.nl> To: oim <oim37@mail.ru> Cc: questions@freebsd.org Subject: Re: IP to IP Message-ID: <20041025175332.GA1107@alex.lan> In-Reply-To: <200410252032.41949.oim37@mail.ru> References: <200410252032.41949.oim37@mail.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 25, 2004 at 08:32:41PM +0000, oim wrote: > Hello! > > Problem: I want to redirect ip 205.188.179.233 to my server 195.225.131.194 > where all packets sending to 195.225.131.194 on port 5190 redirected to > 205.188.179.233 and away. > OS: FreeBSD 5.1 > > I want that users connect to ICQ server through 195.225.131.194 (my Server) . You can redirect ports with natd with a firewall. See 'man ipfw' and 'man natd' and the handbook www.freebsd.org/handbook for information about how to set this up. Port 5190 is ICQ right? If this is the case then you might want a socks server instead. You can install the dante socks server with these commands: /usr/ports/net/dante... make install clean Also consider upgrading to FreeBSD 5.2.1 (plus patches) or FreeBSD 5.3 RC1 because 5.1 is no longer supported. Information on how to do is also written down in the handbook. -- Alex Please copy the original recipients, otherwise I may not read your reply. WWW: http://www.kruijff.org/alex/FreeBSD/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041025175332.GA1107>