UNIX – IP Forwarding

IP forwarding is the process of forwarding packets from one network to another. Below shows the necessary steps to enable/disable IP forwarding.

Solaris

Enable IP Forwarding

ndd -set /dev/ip ip_forwarding 1

Disable IP forwarding

ndd -set /dev/ip ip_forwarding 0

Check the status

ndd -get /dev/ip ip_forwarding

Linux Kernel

If the output is 1 IP forwarding is enabled,

cat /proc/sys/net/ipv4/ip_forward

If the output is 0, run this command,

cat 1 > /proc/sys/net/ipv4/ip_forward

Rick Donato

Want to become a UNIX expert?

Here is our hand-picked selection of the best courses you can find online:
UNIX Administration Fundamentals
Vim Masterclass
and our recommended certification practice exams:
AlphaPrep Practice Tests - Free Trial