Boot Failure from Bad sysctl

Recover a server that became unreachable after a sysctl change broke networking.

A advanced Linux challenge worth 20 points. Solve it hands-on in a real Linux environment in your browser - no local setup, no fake shells.

The Challenge

A sysctl change set net.ipv4.ip_forward=0 on a router/NAT host. After reboot, the machine lost network. Fix the configuration.

Your tasks:

or: echo 1 > /proc/sys/net/ipv4/ip_forward