Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
babeld
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
babeld
Commits
d275c6aa
Commit
d275c6aa
authored
Apr 17, 2009
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak manual page.
parent
833849ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
17 deletions
+12
-17
babel.man
babel.man
+12
-17
No files found.
babel.man
View file @
d275c6aa
...
...
@@ -88,6 +88,9 @@ Export routes from the given kernel routing table.
Specify the name of the configuration file. The default is
.BR /etc/babel.conf .
.TP
.BI \-C " statement"
Specify a configuration statement directly on the command line.
.TP
.B \-D
Daemonise at startup.
.TP
...
...
@@ -101,19 +104,14 @@ otherwise.
Specify a file to write our process id to. The default is
.BR /var/run/babel.pid .
.TP
.RI "[ " id " ]"
The router-id of this daemon. This should normally be an IPv6 or IPv4
address of this machine, but can be any unique 128-bit string. If
omitted, Babel will try to determine a suitable router-id automatically.
.TP
.IR interface ...
The list of interfaces on which the protocol should operate.
.SH CONFIG FILE FORMAT
.SH CONFIG
URATION
FILE FORMAT
The configuration file is a sequence of lines each of which specifies
either an interface or a filtering rule. Blank lines are ignored. Comments
are introduced with an octothorp
.RB `` # ''
and terminate
d by the end of
line.
and terminate
at the end of the
line.
.SS Interface configuration
An interface is configured by a single line with the following format:
.IP
...
...
@@ -166,7 +164,7 @@ command-line flags.
This defines the interval between full routing table dumps sent on this
interface; since Babel uses triggered updates and doesn't count to
infinity, this can be set to a fairly large value, unless significant
packet loss is expected. Th
is defaults to
four times the hello interval.
packet loss is expected. Th
e default is
four times the hello interval.
.SS Filtering rules
A filtering rule is defined by a single line with the following format:
.IP
...
...
@@ -259,9 +257,8 @@ should include the line
redistribute local deny
.PP
as the last line in your configuration file.
.SH EXAMPLES
You can participate in a Babel
mesh
network by simply running
You can participate in a Babel network by simply running
.IP
# babel wlan0
.PP
...
...
@@ -310,15 +307,13 @@ Check interfaces and kernel routes right now, then reopen the log file.
.SH SECURITY
Babel is a completely insecure protocol: any attacker able to inject
IP packets with a link-local source address can disrupt the protocol's
operation. This is no different from unsecured neighbour discovery
(ARP in IPv4).
operation. This is no different from unsecured neighbour discovery or ARP.
Since Babel uses link-local
addresse
s only, there is no need to update
Since Babel uses link-local
IPv6 packet
s only, there is no need to update
firewalls to allow forwarding of Babel protocol packets. If local
filtering is being done, UDP datagrams to the port used by the
protocol should be allowed. As Babel uses unicast packets in some
cases, it is not enough to just allow packets destined to Babel's
multicast address.
filtering is being done, UDP datagrams to the port used by the protocol
should be allowed. As Babel uses unicast packets in some cases, it is not
enough to just allow packets destined to Babel's multicast address.
.SH BUGS
Plenty. This is experimental software, run at your own risk.
.SH SEE ALSO
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment