>    /*
>     * Linux ports don't normally get allocated above 32K.
>     * I used an extra 4K port-space
>     */
>
>    #define PORT_MASQ_BEGIN    61000
>    #define PORT_MASQ_END      (PORT_MASQ_BEGIN+4096)
>
>You could adjust these numbers to anything you like.  Be warned, though,
>that the lower you place them, the more problems you will have with
>connections clashing with the masq port range.

Oh.

I though that since it was build into the kernel it also modified the code
for creating sockets so user sockets where from 1024-61000, rather than
1024-64k. (In theory you should be able to place MASQ in any 4k range and
have it configure that regular socket calls to avoid that space right?)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to