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
2ee7786e
Commit
2ee7786e
authored
Feb 11, 2008
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.
parent
46cce3ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
18 deletions
+10
-18
README
README
+10
-18
No files found.
README
View file @
2ee7786e
...
...
@@ -88,10 +88,10 @@ multiple times:
# 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:
On a gateway to the Internet, you'll want to redistribute
some or all
of your routes
into the mesh network:
# babel -X $IPv6 0 -
x default 256
$IPv6 eth1
# babel -X $IPv6 0 -
C 'redistribute metric 128'
$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:
...
...
@@ -132,11 +132,11 @@ set the same IPv4 address on all interfaces of a given node.
2. Start the routing daemon
===========================
# babel -
4 -
X $IPv4 0 $IPv4 eth1
# babel -X $IPv4 0 $IPv4 eth1
On a network gateway, you will want to redistribute
the default route
:
On a network gateway, you will want to redistribute
some routes
:
# babel -
4 -X $IPv4 0 -x 0.0.0.0/0 128
$IPv4 eth0 eth1
# babel -
X $IPv4 0 -C 'redistribute metric 128'
$IPv4 eth0 eth1
Setting up a dual-stack network for use with Babel
...
...
@@ -147,23 +147,15 @@ time; a single route update may contain both IPv6 and IPv4 routes.
On an ordinary node, you will run Babel as
# babel -
4 -
X $IPv6 0 -X $IPv4 0 $IPv6 eth1
# babel -X $IPv6 0 -X $IPv4 0 $IPv6 eth1
on an IPv6 gateway,
and on a gateway:
# babel -4 -X $IPv6 0 -X $IPv4 0 -x ::/0 128 $IPv6 eth1
on an IPv4 gateway,
# babel -4 -X $IPv6 0 -X $IPv4 0 -x 0.0.0.0/0 128 $IPv6 eth1
and on a gateway to both the IPv6 and IPv4 Internets,
# babel -4 -X $IPv6 0 -X $IPv4 0 -x ::/0 128 -x 0.0.0.0/0 128 $IPv6 eth1
# babel -X $IPv6 0 -X $IPv4 0 -C 'redistribute metric 128' $IPv6 eth1
If you use ahcpd, you will want to add the following to
/etc/ahcp/ahcp-babel-options:
-
4 -
X 192.168.19.68 0
-X 192.168.19.68 0
Juliusz Chroboczek
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