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
a617a381
Commit
a617a381
authored
Jan 03, 2008
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README now that -x works for IPv4.
parent
fb7c6be0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
README
README
+3
-5
No files found.
README
View file @
a617a381
...
...
@@ -136,9 +136,7 @@ set the same IPv4 address on all interfaces of a given node.
On a network gateway, you will want to redistribute the default route:
# babel -4 -X $IPv4 0 -X 0.0.0.0/0 128 $IPv4 eth0 eth1
Note that ``-x'' doesn't work for IPv4 yet; use ``-X'' instead.
# babel -4 -X $IPv4 0 -x 0.0.0.0/0 128 $IPv4 eth0 eth1
Setting up a dual-stack network for use with Babel
...
...
@@ -157,11 +155,11 @@ on an IPv6 gateway,
on an IPv4 gateway,
# babel -4 -X $IPv6 0 -X $IPv4 0 -
X
0.0.0.0/0 128 $IPv6 eth1
# 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 -4 -X $IPv6 0 -X $IPv4 0 -x ::/0 128 -
x
0.0.0.0/0 128 $IPv6 eth1
If you use ahcpd, you will want to add the following to
/etc/ahcp/ahcp-babel-options:
...
...
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