Jay Barbee <[EMAIL PROTECTED]> wrote:
>
> Is this due to the masq server trying to use ports I have forwarded?

Yep.

> How do I setup a block of forwarded addresses using ipmasqadm portfw?

The only way I know to do this is in a loop:

    port=2000
    while [ $port -lt 4000 ]
    do
        ipmasqadm portfw -a -P tcp -L $EXT_IP $port -R $INT_IP $port
        port=$((port+1)
    done

Note, that's a lot of ports.  Do you really need to forward ALL of them?

-- 
   [EMAIL PROTECTED] (Fuzzy Fox)      || "Nothing takes the taste out of peanut
sometimes known as David DeSimone  ||  butter quite like unrequited love."
  http://www.dallas.net/~fox/      ||                       -- Charlie Brown


_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
http://tiffany.indyramp.com/mailman/listinfo/masq
Admin requests can be handled by web (above) or [EMAIL PROTECTED]

Reply via email to