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
e697c912
Commit
e697c912
authored
Aug 15, 2007
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README for protocol version 1.
parent
7d67832c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
README
README
+7
-7
No files found.
README
View file @
e697c912
...
...
@@ -3,7 +3,7 @@ Babel
Babel is a loop-avoiding distance-vector routing protocol roughly
based on HSDV and AODV, but with provisions for link cost estimation
and
injection of external route
s.
and
redistribution of routes from other routing protocol
s.
Installation
...
...
@@ -71,23 +71,23 @@ Then the network layer:
4. Start the routing daemon
===========================
$ babel $IPv6 eth1
$ babel
-X $IPv6 0
$IPv6 eth1
If your node has multiple interfaces which you want to participate in
the Babel network, just list them all:
# babel $IPv6 eth0 eth1 sit1
# babel
-X $IPv6 0
$IPv6 eth0 eth1 sit1
If your node has multiple addresses and you want all of them to
participate in the routing protocol,
inject the other addresses as
zero-cost external rout
es:
participate in the routing protocol,
just repeat the ``-X'' option
multiple tim
es:
# babel -X $IPv6-2 0 -X $IPv6-3 0 $IPv6 eth1
# babel -X $IPv6
0 -X $IPv6
-2 0 -X $IPv6-3 0 $IPv6 eth1
On a gateway to the Internet, you'll want to redistribute the default
route into the mesh network:
# babel -x default 256 $IPv6 eth1
# babel -
X $IPv6 0 -
x default 256 $IPv6 eth1
If you find all of this too complicated and error-prone (as I do), you
may want to consider autoconfiguring your routing domain using AHCP:
...
...
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