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" |