FreeBSD Handbook : Advanced networking : Gateways and routes
Previous: Advanced networking
Next: An example

13.1. Gateways and routes

Contributed by Coranth Gryphon <gryphon@healer.com>.
6 October 1995.

For one machine to be able to find another, there must be a mechanism in place to describe how to get from one to the other. This is called Routing. A ``route'' is a defined pair of addresses: a destination and a gateway. The pair indicates that if you are trying to get to this destination, send along through this gateway. There are three types of destinations: individual hosts, subnets, and ``default''. The ``default route'' is used if none of the other routes apply. We will talk a little bit more about default routes later on. There are also three types of gateways: individual hosts, interfaces (also called ``links''), and ethernet hardware addresses.

13.1.1. An example

13.1.2. Default routes

13.1.3. Dual homed hosts

13.1.4. Routing propagation

13.1.5. Troubleshooting


FreeBSD Handbook : Advanced networking : Gateways and routes
Previous: Advanced networking
Next: An example