--snip--
MASQ_ALLOWIN="icuii www telnet"
# replace icuii with the actual port nnumber..
# Flush previous rules
ipfwadm -F -f
# Set default policy to deny
ipfwadm -F -p deny
for MSERVICES in `echo $MASQ_ALLOWIN`; do
/sbin/ipfwadm -F -a m -P tcp -S "$NETWORKIP" -D "$ANYWHERE" $MSERVICES
done
# DNS
/sbin/ipfwadm -F -a m -P udp -S "$NETWORKIP" -D "$ANYWHERE" domain
--snip--
Sonny
George Anderson Jr writes:
> ***** I have sent this message before , but no one has responded as of yet,
> if I am lacking specific info required to answer the question; please let me
> know.
>
>
> many thanks
>
>
>
> ****************************************************************************
> ********
>
> hi all,
>
>
> I am presently using SuSE 5.2, and am dialing in with a modem establishing a
> ppp connection; ip masquerading to provide access from my nt workstation to
> the internet problem is i need to open up specific ports for programs such
> as icuii. anyone have an example of the ipfwadm command i need to place into
> the masquerade script file. also does anyone know if a workaround has been
> found for password protected ref's using cuseeme( windows nt ) via ip
> masquerading
>
>
>
> many thanks,
>
>
> :)
>
> geo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For daily digest info, email [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For daily digest info, email [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]