3b4211465841b6be0f803f41c3025c00ebc85098
EdgeOS-Config-Example.md
... | ... | @@ -1,5 +1,7 @@ |
1 | -## EdgeRouter Lite DN42 config example |
|
2 | -This is the config I'm running on an Ubiquiti EdgeRouter Lite (AS76197). It features: |
|
1 | +# EdgeRouter Lite DN42 config example |
|
2 | +This is the config I (Felicitus) am running on an Ubiquiti EdgeRouter Lite (AS76197). |
|
3 | + |
|
4 | +## Features |
|
3 | 5 | |
4 | 6 | * dn42 DNS |
5 | 7 | * "classic" OpenVPN P2P (including the common "comp-lzo" option) |
... | ... | @@ -8,6 +10,16 @@ This is the config I'm running on an Ubiquiti EdgeRouter Lite (AS76197). It feat |
8 | 10 | * 2 internal: One DN42 network (172.22.117.128/25 for me and my servers as well as a NAT 192.168.42.10/24 for my parents, so that they're save from dn42 - that network is NOT announced to dn42). |
9 | 11 | * Firewall to protect my NAS server and monitoring |
10 | 12 | |
13 | +## Upcoming |
|
14 | + |
|
15 | +* AICCU integration (SIXXS), probably not possible with the config, so ```apt-get install aiccu``` should do the trick |
|
16 | +* dn42 IPv6 routing (probably) |
|
17 | + |
|
18 | +Ask me if you want to know if I have implemented those items already. |
|
19 | + |
|
20 | + |
|
21 | +# Configuration |
|
22 | + |
|
11 | 23 | ``` |
12 | 24 | firewall { |
13 | 25 | all-ping enable |