portfw to multiple machines, same port

2002-03-01 Thread Xeno Campanoli
As near as I can tell from the documentation I've read so far, you can't (in 2.2.x) ipmasqadm portfw a port to multiple servers of the same port. For instance if I want to go from the ip address on my cable connection to four separate webservers, say one an apache, one a boa, a dhttpd and a roxen,

Re: portfw to multiple machines, same port

2002-03-02 Thread Michael P. Soulier
From IPMASQADM(8): EXAMPLES Redirect all web traffic to internals hostA and hostB, where hostB will serve 2 times hostA connections. Forward rules already masq internal hosts to outside (typical). ipchains -I input -p tcp -y -d yours.com/32 80 -m 1

Re: portfw to multiple machines, same port

2002-03-02 Thread Xeno Campanoli
"Michael P. Soulier" wrote: > > From IPMASQADM(8): > >EXAMPLES >Redirect all web traffic to internals hostA and hostB, >where hostB will serve 2 times hostA connections. Forward >rules already masq internal hosts to outside (typical). > > ipchai

Re: portfw to multiple machines, same port

2002-03-02 Thread Michael P. Soulier
On 02/03/02 Xeno Campanoli did speaketh: > Do I still need to set up ipchains for packets coming back out, or does > this take care of all of it? Another thing I'm similarly stuck on is > portforwarding into a single FTP server. Do you just: ipchains must still permit the flow of the packet

Re: portfw to multiple machines, same port

2002-03-02 Thread Vector
it to see if he has anything new. vec - Original Message - From: "Xeno Campanoli" <[EMAIL PROTECTED]> To: "Michael P. Soulier" <[EMAIL PROTECTED]> Cc: Sent: Saturday, March 02, 2002 8:59 PM Subject: Re: portfw to multiple machines, same port > &quo