Commit 8450e5c2 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Tweak README.

parent cf6e48c9
...@@ -76,7 +76,12 @@ the Babel network, just list them all: ...@@ -76,7 +76,12 @@ the Babel network, just list them all:
If you have one or more Internet gateways on your mesh network, you If you have one or more Internet gateways on your mesh network, you
will want to set them up so that they redistribute the default route. will want to set them up so that they redistribute the default route.
You will want to say something like Babel will only redistribute routes with an explicit protocol
attached, so you must say something like:
# ip route add 0.0.0.0/0 via 1.2.3.4 dev eth0 proto static
In order to redistribute all routes, you will say:
# babel -C 'redistribute metric 128' eth1 # babel -C 'redistribute metric 128' eth1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment