Skip to content

Commit

Permalink
docs: add guide for ufw 'binding to LAN' (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0nie authored Dec 19, 2023
1 parent 89628f1 commit 1f08e47
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/en/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ ufw
firewalld
```

UFW users may need some extra steps to make sure `Binding to LAN` working.

Such as adding as follows to `/etc/ufw/before*.rules`:

```bash
# before.rules
-A ufw-before-input -m mark --mark 0x8000000 -j ACCEPT

# before6.rules
-A ufw6-before-input -m mark --mark 0x8000000 -j ACCEPT
```

### Troubleshoot PPPoE

dae does not support PPPoE due to it is too complexity for a ebpf program. Binding to LAN for other machines should work fine. If you want to proxy the machine itself, see <<https://github.com/daeuniverse/dae/discussions/304>.
Expand Down

0 comments on commit 1f08e47

Please sign in to comment.