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
f363a02a
Commit
f363a02a
authored
Mar 09, 2008
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Manual page updates.
parent
a1d63800
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
18 deletions
+16
-18
babel.man
babel.man
+16
-18
No files found.
babel.man
View file @
f363a02a
...
...
@@ -209,36 +209,34 @@ If
is not specified, it defaults to
.BR allow .
.SH EXAMPLES
Let
.B $IPv6
be one of your node's IPv6 addresses, and suppose that
.B eth1
is a wireless interface. You can participate in a Babel mesh network
by simply running
You can participate in a Babel mesh network by simply running
.IP
# babel \-
X $IPv6 0 $IPv6
eth1
# babel \-
C 'redistribute local'
eth1
.PP
where
.B eth1
is your wireless interface.
In order to gateway between multiple interfaces, just list them all on
the command line:
.IP
# babel
$IPv6
eth1 eth0 sit1
# babel
\-C 'redistribute local'
eth1 eth0 sit1
.PP
If you wish to be reachable by all of your IPv6 addresses, just inject
them into the routing domain as zero-cost external routes
:
On an access point, you'll probably want to redistribute some external
routes into Babel
:
.IP
# babel \-X $otherIPv6 0 $IPv6 eth1
.PP
On an access point, you'll probably want to redistribute some routes
into Babel:
.IP
# babel \-C 'redistribute metric 256' \-X $IPv6 $IPv6 eth1
# babel \\
\-C 'redistribute local' \\
\-C 'redistribute metric 256' \\
eth1
.PP
or
or
, if you want to constrain the routes that you redistribute,
.IP
# babel \\
\-C 'redistribute local' \\
\-C 'redistribute proto 11 ip ::/0 le 64 metric 256' \\
\-C 'redistribute proto 11 ip 0.0.0.0/0 le 24 metric 256' \\
\-X $IPv6 $IPv6
eth1
eth1
.PP
.SH WIRED INTERFACES
By default, the daemon optimises traffic on wired interfaces by
...
...
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