[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [SLUG] packet forwarding
On Mon, Jun 05, 2000 at 05:58:30AM +1000, jimd@nospam.paddy.wahroonga.com wrote:
> Hi,
> Apart from having the relevant kernel option on, what do you have
> to do in 2.2 to turn packet forwarding on, please?
> (Excuse my ignorance).
I don't believe it is (any longer) a kernel option
A lot of things are becoming configurable at run time, IP forwarding
is one of them.
# cat /proc/sys/net/ipv4/ip_forward
0
# echo "1" > /proc/sys/net/ipv4/ip_forward
#
A zero indicates the feature is off, one means it is on. Use
echo {newstate} > {parameter}
to change.
Anand
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to slug-request@nospam.slug.org.au with
unsubscribe in the text