Friday 11, Apr 2025
We are moved to new domain
Click -> www.ehowtonow.com
Wednesday, 13 September 2017

routed Linux Command

routed

routed [options] [logfile]
TCP/IP command. Network routing daemon. routed is invoked by a privileged user at boot time to manage the Internet routing tables. The routing daemon uses a variant of the Xerox NS Routing Information Protocol in maintaining up-to-date kernel routing-table entries. When routed is started, it uses the SIOCGIFCONF ioctl call to find those directly connected interfaces configured into the system and marked up. routed transmits a REQUEST packet on each interface and then enters a loop, listening for REQUEST and RESPONSE packets from other hosts. When a REQUEST packet is received, routed formulates a reply based on the information maintained in its internal tables. The generated RESPONSE packet contains a list of known routes. Any RESPONSE packets received are used to update the routing tables as appropriate.

When an update is applied, routed records the change in its internal tables, updates the kernel routing table, and generates a RESPONSE packet reflecting these changes to all directly connected hosts and networks.

Options

-d
Debugging mode. Log additional information to the logfile.

-g
Offer a route to the default destination.

-q
Do not supply routing information. This is the default behavior when a system has only one network interface and no point-to-point links. Opposite of -s.

-s
Force routed to supply routing information, whether it is acting as an internetwork router or not. This is the default behavior when a system has multiple network interfaces or a point-to-point link.

-t
Stop routed from going into background and releasing itself from the controlling terminal, so that interrupts from the keyboard will kill the process.

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer

Related Posts:

  • SSH Linux Command ssh ssh [options] hostname [command] Securely log a user into a remote system and run commands on that system. The version of ssh described here is the OpenSSH client. ssh can use either Version 1 (SSH1) or Version 2 (SSH… Read More
  • Configure network interface - ifconfig Linux command ifconfig ifconfig [interface] ifconfig [interface address_family parameters addresses] Description TCP/IP command. Assign an address to a network interface and/or configure network interface parameters. ifconfig is typica… Read More
  • Linux Commands Change Directory cd Linux Command Change Access Permission chmod Linux Command Accept Linux Command aclocal Linux Command mkdir Create directory Linux Command cp Copy Linux Command SCP Securely copy files between hosts on … Read More
  • tail Linux Command tail tail [options] [files] Print the last 10 lines of each named file (or standard input if - is specified) on standard output. If more than one file is specified, the output includes a header at the beginning of each fi… Read More
  • Delete the directories - rmdir Linux command rmdir rmdir [options] directories Delete the named directories (not the contents). directories are deleted from the parent directory and must be empty (if not, rm -r can be used instead). See also mkdir. Options --help Pr… Read More
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: routed Linux Command Rating: 5 Reviewed By: eHowToNow