Archive for December, 2005

Disable IP forwarding

Sunday, December 11th, 2005

If you want to disable IP routing or packet forwarding in Solaris, simply create this file…

touch /etc/notrouter

Protect the file by issuing the next command:

chmod 400 /etc/notrouter