/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! 
/* ALSO: Don't quote this header. It makes you look lame :-) */


[EMAIL PROTECTED] wrote:

> I have successfully inplemented 'ipmasqadm portfw' from the RH7 firewall
> box.
> THE QUESTION I WANT TO ASK IS:
> If I have a couple of servers behind this box, how do I access the same
> port of those different machines.
> Suppose I want to FTP to 3 different machines( port 21)) behind the
> firewall box. HOW CAN I DO THAT?

it depends on what you mean. if you want to have three,
separate, distinct ftp servers that have nothing to do with
each other, you have to use different ports for each one and
port forward them separately. every client needs to know
which ports to connect to. and they'll get it wrong most of
the time so it's not worth bothering with this scheme.

if you just want to load share across three ftp servers,
just use multiple ipmasqadm commands where the only
difference is the -L option argument. you can also add a
-p option with an argument that specifies the weight to
apply to each server (so if one ftp server is twice as
powerful as the other two you might have -p 10, -p 10 and
-p 20 at the end of each of the ipmasqadm commands.

raf

_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/ -- 
THIS INCLUDES UNSUBSCRIBING!
or email to [EMAIL PROTECTED]

PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/
Please keep general linux/unix/pc/internet questions off the list.

Reply via email to