System Administration Guide, Volume 3

Turning Off RIP

You can disable RIP on a point-to-point link through the file /etc/gateways. This file does not come with your operating system: you must create it with a text editor.

How to Turn Off RIP

  1. Become superuser.

  2. Edit /etc/gateways and add the following entry:


    norip ipdptpn
    

    where ipdptpn represents the device name of the point-to-point PPP interface used.

    For more information, refer to the in.routed(1M) man page.