Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/fw-daemon/commit/e3cc00a51ff9a2febbcb8bccb4023f1123fb08d7?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Readme for testing fw-daemon with bridged traffic.

shw_dev
shw 8 years ago
parent cadb859dce
commit e3cc00a51f

@ -0,0 +1,4 @@
iptables rules necessary to get bridge traffic routed through fw-daemon:
iptables -t mangle -I PREROUTING 1 -m conntrack --ctstate NEW --proto tcp -j NFQUEUE --queue-num 0 --queue-bypass
iptables -I FORWARD 1 -m mark --mark 0x1 -j REJECT --reject-with icmp-host-prohibited
Loading…
Cancel
Save