Actually these are two seperate problems...

1) You are attempting to execute ipfwadm during the boot process from within
rc.local.

While there is nothing wrong with this, the full path to the program MUST be
specified.

Normally this shell script gets executed BEFORE search paths are set...

just change it to /sbin/ipfwadm... etc.

2) The alias only works for the specific shell you are using... Do not put
this command in rc.local but rather in
.bashrc or /etc/profile.

-JMS
[EMAIL PROTECTED]
-----Original Message-----
From: Joe Duncan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, August 27, 1998 2:41 PM
Subject: Re: [masq] Problem with rc.local


>the lines are:
>
>alias ls='ls --color=auto'
>alias dir='ls'
>
>ipfwadm    <yadda yadda i forget exaclty>
>ipfwadm -F -a m -S 192.168.0.0/24 -S 0.0.0.0/0
>
>So no, none of them have qualified paths and none of them are executed.
>(I reboot the machine, no colours, no IP masq...)
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to