Re: Common questions

2002-09-27 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27-Sep-2002/07:54 -0700, truc nguyen <[EMAIL PROTECTED]> wrote: >How would I turn on IP forwarding from the command >line? echo 1 > /proc/sys/net/ipv4/ip_forward Then edit /etc/sysctl.conf to set "net.ipv4.ip_forward = 1". >What is a filenam

Re: Common questions

2002-09-27 Thread linux power
echo "1" > /proc/sys/net/ipv4/ip_forward The second question I cant answer. --- truc nguyen <[EMAIL PROTECTED]> skrev: > How would I turn on IP forwarding from the command > line? > > What is a filename used to keep someone from logging > in as super user? > > Any suggestion would fully ap

Re: Common questions

2002-09-27 Thread Alexey Fadyushin
To turn on IP forwarding you can use the following command: echo 1 > /proc/sys/net/ipv4/ip_forward Alexey Fadyushin Brainbench MVP for Linux http://www.brainbench.com truc nguyen ÐÉÛÅÔ: > > How would I turn on IP forwarding from the command > line? > > What is a filename used to keep someone