logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ramond - IPv6 Router Advertisement MONitor Daemon

Authors

JamesMorse <morse_@users.sourceforge.net>
              Wrote the ramond software.

       NicolasDandrimont <nicolas.dandrimont@crans.org>
              Wrote this manpage for the Debian system.

Description

       This manual page documents briefly the ramond command.

       ramond  is  a daemon program monitoring IPv6 router advertisement packets.  When an advert is reveived, a
       configurable action occurs.

       ramond was designed to “clear” (by sending spoofed zero lifetime adverts)  rogue  routes  sent  by  users
       running 6to4 gateways on a campus network.  Actions are scriptable.  Almost all the available information
       is passed to a script via environmental variables (see the ENVIRONMENT section for details).

Envionment

       This section details the environment variables set by ramond when it runs a user-configured script.

       PREFIX The advertised prefix, or null

       PREFIX_LEN
              The length of the advertised prefix, or null

       SOURCE_ADDR
              The IPv6 source address of the packet

       SOURCE_MAC
              The MAC source address of the packet

       INTERFACE
              The interface which the packet was received on

Files

       /etc/ramond.conf
              The system-wide configuration file to control the behaviour  of  ramond.  See  ramond.conf(5)  for
              further details.

Name

       ramond - IPv6 Router Advertisement MONitor Daemon

Options

       The  program  follows  the  usual GNU command line syntax, without long options.  A summary of options is
       included below.

       -cconfigfile
              Sets the path to the ramond configuration file.  Default is /etc/ramond.conf

       -d     Do not daemonize.

       -h     Show summary of options.

See Also

ramond.conf(5)

Synopsis

ramond [ -c configfile ] [ -d ]

       ramond -h

See Also