On Wed, Sep 30, 1998 at 08:43:25AM +0200, Miquel van Smoorenburg wrote:
> In article <[EMAIL PROTECTED]>,
> Christopher Barry <[EMAIL PROTECTED]> wrote:
> >In /etc/init.d/ I made a file called wmnetstartup.sh that contains:
> >
> >#!/bin/sh
> >ipfwadm -A in -i -S 0.0.0.0/0
> >ipfwadm -A out -i -D
In article <[EMAIL PROTECTED]>,
Christopher Barry <[EMAIL PROTECTED]> wrote:
>In /etc/init.d/ I made a file called wmnetstartup.sh that contains:
>
>#!/bin/sh
>ipfwadm -A in -i -S 0.0.0.0/0
>ipfwadm -A out -i -D 0.0.0.0/0
>
>and then in /etc/rcS.d/ I made a symlink to that script called:
>S60wmnet
When I got wmnet some time ago I wanted to have the following commands
run every time I booted so that wmnet would display properly:
$ ipfwadm -A in -i -S 0.0.0.0/0
$ ipfwadm -A out -i -D 0.0.0.0/0
I had no idea how to do this, but by looking in /etc and how things were
structured I kind of gues
>> "DDR" == Default Debian Reader <[EMAIL PROTECTED]> writes:
DDR> I want ppp to start at boot time so I made a script that does has the
DDR> following lines
[...]
Why don't you just touch /etc/ppp/ppp_on_boot ? See /etc/init.d/ppp
Ciao,
Martin
Just rename the file in /etc/ppp/no_ppp_on_boot to ppp_on_boot
Mike Acklin
Debian User
On Tue, Sep 29, 1998 at 05:22:32PM -0500, Default Debian Reader wrote:
> I want ppp to start at boot time so I made a script that does has the
> following lines
> #!/bin/sh
> pon MY_ISP
> i saved this file t
Default Debian Reader wrote:
>
> I want ppp to start at boot time so I made a script that does has the
> following lines
> #!/bin/sh
> pon MY_ISP
> i saved this file to /etc/init.d/pppstuff*
> then in /etc/rc3.d/ i did ln -s /etc/init.d/pppstuff /etc/rc3.d/S20pppon
> this doesn't start my ppp conn
6 matches
Mail list logo