On Thu, 1 Apr 1999 [EMAIL PROTECTED] wrote:
> Hello:
> Is there an appropriate place via YAST or the rc.config for that matter
> where I can set the following:
>  /sbin/ipfwadm -F -p masquerade
> Thanks
> Lester
place a
/sbin/masquerade
in the /sbin/init.d/boot.local file
now make a /sbin/masquerade file with
-----------8<-----------------
#!/bin/sh
#
#FIREWALL
#
echo "Firewall and Masquerading on"
ipfwadm -I -p accept
ipfwadm -I -f
ipfwadm -O -p accept
ipfwadm -O -f
ipfwadm -F -p deny
ipfwadm -F -f
ipfwadm -F -a masquerade -S 192.168.66.0/24 -D 0.0.0.0/0
-----------8<-----------------
in it. and make it executable.
now reboot and it sets it on each reboot automaticly.

--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to