X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=rrqnet-ifupdown.sh.8.adoc;h=3bca61683f4b3f683d7a3b65dd0357cf5393e5df;hb=67b549aa2a3291ed99f5f2d8c0fc66c823b439bd;hp=787b2944a26266a295e22d71f5753a40d78fd54e;hpb=202bf70621df94162ae90fc502565020f7991472;p=rrq%2Frrqnet.git diff --git a/rrqnet-ifupdown.sh.8.adoc b/rrqnet-ifupdown.sh.8.adoc index 787b294..3bca616 100644 --- a/rrqnet-ifupdown.sh.8.adoc +++ b/rrqnet-ifupdown.sh.8.adoc @@ -33,16 +33,19 @@ addresses. This script handles the special purpose "option codes" for the IFACE blocks that are used for declaring the +rrqnet+ daemon configuration to for the +tap+ interface for its virtual cabling. I.e., the IFACE -stanza is made for the tap interface and it includes one or more of +block is made for the tap interface and it includes one or more of these +rrqnet+ options. The list of IFACE options for +rrqnet+ are: -*rrqnet_port* _port_:: +*rrqnet_port* [ notap ] _port_:: -This IFACE option is required both as way of marking that the stanza -is for an +rrqnet+ virtual cable +tap+, and to declare which UDP port -the +rrqnet+ daemon should listen on for incoming cabling. +This IFACE option is required both as way of marking that the +configuration block is for an +rrqnet+ virtual cable +tap+, and to +declare which UDP port the +rrqnet+ daemon should listen on for +incoming cabling. The port number may be preceded by +notap+ to +indcate that this +rrqnet+ should not have an actual tap interface on +the host but rather only serve to interconnect remote connections. *rrqnet_nice* _nice_:: @@ -59,8 +62,8 @@ remotes for a single +rrqnet+ daemon are declared by using multiple *rrqnet_options* _options_:: This IFACE option is used for declaring any additional +rrqnet+ daemon -settings ([-4] [-B n] [-T n] [-m mcast]). Refer to the +rrqnet+ man -page for the full specification. +settings ([-tpg] [-4] [-B n] [-T n] [-m mcast]). Refer to the +rrqnet+ +man page for the full specification. *rrqnet_log* _level_ _pathname_:: @@ -109,8 +112,8 @@ iface mynet0 inet static The above example declares a virtual cable plug for UDP port +3636+ tunneling through host +111.222.333.444+ port +3636+ where the local +tap+ +mynet0+ has ipv4 address +10.0.0.2+. The +rrqnet_port+ option -marks the stanza as an ++rrqnet+ virtual cabling set up which then is -duly handled by +rrqnet-ifupdown.sh+. +marks the IFACE block as an ++rrqnet+ virtual cabling set up which +then is duly handled by +rrqnet-ifupdown.sh+. The +rrqnet_options+ in the example tells the +rrqnet+ process to use an ipv4-only socket, 10 packet buffers and a single delivery thread,