iptables -A INPUT -i br0 -j ACCEPT
iptables -A FORWARD -i br0 -j ACCEPT
service openvpn restart </pre>
* In your OpenVPN client (such as Amahi HDAConnect for Windows users) configuration, change ''dev tun'' with ''dev tap''. You'll also need to add a line that will make the client IP static:
{{Text|Text=<pre>ifconfig 192.168.0.x 255.255.255.0}}</pre>
Replace "x" in the IP address above with address you want your client to use.
[[Category: VPN</pre>]]