Date: Fri, 08 Jun 2001 09:30:08 -0400 From: Dale Chulhan - Home <dchulhan@uwi.tt> To: freebsd-questions@freebsd.org Subject: Server redirection based on service request. Message-ID: <3B20D360.67B1BEE0@uwi.tt>
next in thread | raw e-mail | index | archive | help
Hello, I have seen it done a couple of times and I have not a clue as to how to do it. I need to redirect people's requests automatically based on the port the connection is made on ... Eg. Single public IP for mygate.co.com mygate.co.com:80 ----> Webserver1 ( static NAT, private IP ) mygate.co.com:8081---> Webserver2 ( Static NAT, private IP ) mygate.co.com:IMAP---> MailServer ( Static NAT, private IP ) mygate.co.com:SMTP---> MailServer ( Static NAT, private IP ) mygate.co.com:NNTP---> News Server ( Static NAT, private IP ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B20D360.67B1BEE0>