An internal router is normally configured to advertise routes by running the routed routing daemon.
A router must be configured to forward packets. You can use the Network Configuration Manager to configure a machine as a router. Alternatively, you can use the inconfig(1Mtcp) command to do this:
If ipforwarding is turned on, the router will forward packets that it receives on one network interface to a destination that is reachable through another of its network interfaces.
If ipsendredirects is turned on, and the router forwards an incoming packet to another router out of the same interface on which it received the packet, it will send an Internet Control Message Protocol (ICMP) redirect error to the originator of the packet. The ICMP redirect updates the routing table of the originating host with information about the router that it should be using. In this way, hosts that are configured with a single default router can gradually learn about other routers.
If you do not want the router to forward source-routed datagrams, enter:
inconfig ipnonlocalsrcroute 0
If you want the router to forward source-routed datagrams, enter:
inconfig ipnonlocalsrcroute 1
Either routed or gated can be used to implement version 2 of the RIP protocol.
If you need also to use any of the OSPF, EGP, or BGP protocols in conjunction with RIP, you must use gated to implement RIP.