View Single Post
  #3 (permalink)  
Old 2006-01-12
Lackie Lackie is offline
Senior Member
 
Join Date: 2005-08-22
Location: Ottawa, Canada
Posts: 347
Rep Power: 4
Lackie has an average reputation (10+)
Default Re: on splat cpstop and ip forwarding disabled

Below is how to enable IP forwaring in Splat.

1) Log into Expert mode after logging in as administrator.
2) Type "echo 1 > /proc/sys/net/ipv4/ip_forward"

To disable it:

1) Log into Expert mode after logging in as administrator.
2) Type "echo 0 > /proc/sys/net/ipv4/ip_forward"
Reply With Quote