4e5c10993678e05d2d94b6a5da5a52a3ea33277c
dn42-on-OpenWRT.md
| ... | ... | @@ -64,10 +64,17 @@ If you're confident enough, you can also forward dn42 into your LAN: |
| 64 | 64 | option src dn42 |
| 65 | 65 | option dest lan |
| 66 | 66 | |
| 67 | +Or you can forward only certain ports, to certain hosts, etc (standard `config rule` stuff) |
|
| 67 | 68 | |
| 68 | 69 | ### dn42 ↔ dn42 forwarding |
| 69 | 70 | |
| 70 | -This is more tricky. |
|
| 71 | +This is more tricky. In theory, all you have to do is to set |
|
| 72 | + |
|
| 73 | + option forward ACCEPT |
|
| 74 | + |
|
| 75 | +in the definition of the zone. However, due to a bug in Attitude Adjustment (see https://dev.openwrt.org/ticket/12945), this will allow forwarding **everything everywhere**. |
|
| 76 | + |
|
| 77 | +You have to use this patch: https://dev.openwrt.org/changeset/35484 (monkeypatching the relevant files in `/lib` should work). |
|
| 71 | 78 | |
| 72 | 79 | ## DNS |
| 73 | 80 |