On Wed, 11 Aug 1999, Mario Olimpio de Menezes wrote: : On Wed, 11 Aug 1999, Nathan Duehr wrote: : : > The 2.2 kernels no longer need the route add -net statements. They set : > this up automagically... (: : : this works for all routes or just for 127.0.0.0? : : I'm process of upgrading a 2.0.35 to a 2.2.10 and I would like to know how : to set the apropriate routes, since this machine has 3 cards, works as : masquarede. Should be enough to set the interfaces and not the routes?
2.2.x kernels (and in fact all kernels since about 2.1.92 (I forget the exact revision)) automatically set "localnet" routes, so if you have three network cards, 4 localnet routes will automatically be added to the routing table (3 cards + loopback). All other routes (including the default route!) have to be added manually (usually via a `route' command in /etc/init.d/network). HTH, -- Nathan Norman MidcoNet 410 South Phillips Avenue Sioux Falls, SD mailto:[EMAIL PROTECTED] http://www.midco.net finger [EMAIL PROTECTED] for PGP Key: (0xA33B86E9)

