Sponsored Content
Full Discussion: Linux Router Project
Special Forums IP Networking Linux Router Project Post 2340 by Neo on Tuesday 8th of May 2001 04:51:05 PM
Old 05-08-2001
RIP is not necessary and does not provide any useful functionality in your topology, IMHO; and you would 'learn more' by building the correct static routing tables, setting up default routes, etc.

If you still want to experiment, would recommend you experiment with something more useful than RIP. A freeware version of OSPF would be more instructive because there are more metrics (5, as I recall) in OSPF, in RIP(v1) there are only hop counts.
 

3 More Discussions You Might Find Interesting

1. IP Networking

Linux Router?

I am trying to set up a linux box as a router, but I am a little confused on how to do this. I am using Red Hat 9.0 on a machine that has 2 nic cards. Also, I am using a DSL pppoe connection. I have installed rp-pppoe and I am connected to the internet via the pseudo pppoe interface. I have... (1 Reply)
Discussion started by: cstovall
1 Replies

2. Solaris

building solaris-based enterprise router-firewall project

hi guys, its been a while since my last visit here, could not keep up the pace on this ever changing industry :) i'd just doing my home research under vmware to make a solaris-based router-firewall using zones - doing a lot of reading about zones & review solaris zone functionality. and... (4 Replies)
Discussion started by: stdout
4 Replies

3. News, Links, Events and Announcements

A new project was posted on The UNIX and Linux Forums project board.

A new project was posted on your project board. Project title: Bash Shell Tutoring Estimated Budget: $50/hr Start date: Immediately Required skills: Linux, Bash, Shell, UNIX I work as a datawarehouse designer and developer. Although I usually stick to the role of an analyst,... (0 Replies)
Discussion started by: Neo
0 Replies
RTQUERY(8)						    BSD System Manager's Manual 						RTQUERY(8)

NAME
rtquery -- query routing daemons for their routing tables SYNOPSIS
rtquery [-np1] [-w timeout] [-r addr] [-a secret] host ... rtquery [-t op] host ... DESCRIPTION
The rtquery utility is used to query a RIP network routing daemon, such as routed(8), for its routing table by sending a request or poll com- mand. The routing information in any routing response packets returned is displayed numerically and symbolically. The rtquery utility by default uses the request command. When the -p option is specified, rtquery uses the poll command, an undocumented extension to the RIP protocol supported by the commercial gated routing product. When querying gated, the poll command is preferred over the request command because the response is not subject to Split Horizon and/or Poisoned Reverse, and because some versions of gated do not answer the request command. The routed(8) utility does not answer the poll command, but recognizes requests coming from rtquery and so answers completely. The rtquery utility is also used to turn tracing on or off in routed(8). The following options are available: -n displays only the numeric network and host numbers instead of both numeric and symbolic. -p uses the poll command to request full routing information from gated. This is an undocumented extension RIP protocol supported only by gated. -1 queries using RIP version 1 instead of RIP version 2. -w timeout changes the delay for an answer from each host. By default, each host is given 15 seconds to respond. -r addr asks about the route to destination addr. -a passwd=XXX -a md5_passwd=XXX|KeyID causes the query to be sent with the indicated cleartext or MD5 password. -t op changes tracing, where op is one of the following. Requests from processes not running with UID 0 or on distant networks are gener- ally ignored by the daemon except for a message in the system log. gated is likely to ignore these debugging requests. on=tracefile turns tracing on into the specified file. That file must usually have been specified when the daemon was started or be the same as a fixed name, often /etc/routed.trace. more increases the debugging level. off turns off tracing. dump dumps the daemon's routing table to the current tracefile. SEE ALSO
routed(8) Routing Information Protocol, RIPv1, RFC1058. Routing Information Protocol, RIPv2, RFC1723. BSD
June 1, 1996 BSD
All times are GMT -4. The time now is 06:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy