howto/Bird-communities.md
... ...
@@ -36,6 +36,8 @@ Propagation:
36 36
```
37 37
For example, if your peer is 12ms away and the link speed between you is 250Mbit/s and you are peering using OpenVPN P2P, then the community string would be (3, 24, 33).
38 38
39
+See also this [mail](https://lists.nox.tf/pipermail/dn42/2015-December/001259.html) for communities for route origin.
40
+
39 41
## Example configurations
40 42
```
41 43
# /etc/bird/peers4/tombii.conf
howto/Bird.md
... ...
@@ -33,6 +33,8 @@ protocol device {
33 33
protocol static {
34 34
# Static routes to announce your own range(s) in dn42
35 35
route <SUBNET> reject;
36
+ import all;
37
+ export none;
36 38
};
37 39
38 40
# local configuration
... ...
@@ -206,6 +208,8 @@ protocol kernel {
206 208
207 209
protocol static {
208 210
route <SUBNET> reject;
211
+ import all;
212
+ export none;
209 213
}
210 214
211 215
template bgp dnpeers {
services/Distributed-Wiki.md
... ...
@@ -66,11 +66,11 @@ exit 0
66 66
67 67
Read/write (SSL only):
68 68
```
69
-gollum <path> --css <path>/custom.css --host 127.0.0.1 --port 4568
69
+RACK_ENV=production gollum --css <path>/custom.css --gollum-path <path> --host 127.0.0.1 --port 4568
70 70
```
71 71
Read-only:
72 72
```
73
-gollum <path> --css <path>/custom.css --host 127.0.0.1 --port 4567 --no-edit
73
+RACK_ENV=production gollum --css <path>/custom.css --gollum-path <path> --host 127.0.0.1 --port 4567 --no-edit
74 74
```
75 75
76 76
Set `<path>` to the location where wiki Git repo was cloned.
... ...
@@ -342,4 +342,4 @@ exit 0
342 342
343 343
344 344
345
-
... ...
\ No newline at end of file
0
+
services/Looking-Glasses.md
... ...
@@ -29,7 +29,6 @@ Please sort by AS number.
29 29
* AS 64835: http://lg.nordkapp-5.dn42 or http://172.22.235.4 (IPv4) → interactive
30 30
* AS 76142: http://lg.ffdn.dn42 (IPv4) → interactive (traceroute, BGP-map)
31 31
* AS 4242420022: http://mhm.dn42:5001
32
-* AS 4242420123: http://lg.grmml.dn42/ (IPv4 & IPv6) → interactive (ping currently not working)
33 32
* AS 4242420184: http://dataviz.polynome.dn42/dn42/lastseen/ (IPv4) → non-interactive ("BGP last seen" service: keeps an history of previously announced BGP prefixes) **currently down**
34 33
* AS 4242420200: http://lg.punkt.dn42 (IPv4) → interactive (traceroute, BGP-map)
35 34
* AS 4242420321: http://lg.dn42 (IPv4 & IPv6) → interactive (traceroute, BGP-map)
... ...
@@ -43,4 +42,5 @@ Please sort by AS number.
43 42
44 43
Please sort by AS number.
45 44
46
-* AS 65529: http://bgp.freifunk-bielefeld.de/ulg/ulg.py → interactive (BGP-map)
... ...
\ No newline at end of file
0
+* AS 65529: http://bgp.freifunk-bielefeld.de/ulg/ulg.py → interactive (BGP-map)
1
+* AS 4242420123: http://lg.grmml.net → interactive (traceroute, BGP-map)