So I followed these great instructions per your documentation
https://docs.pi-hole.net/guides/vpn/
Test. I connect to VPN and all works fine. I can access web sites, etc
Then I add the firewall rules per:
And Test:
I can connect to VPN fine. However, now all websites hang. I can't connect to any websites
Here are my rules listed:
Chain INPUT (policy DROP)
num target prot opt source destination
1 ACCEPT all -- anywhere anywhere
2 ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
3 ACCEPT tcp -- anywhere anywhere tcp dpt:domain
4 ACCEPT udp -- anywhere anywhere udp dpt:domain
5 ACCEPT tcp -- anywhere anywhere tcp dpt:http
6 ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
7 ACCEPT tcp -- anywhere anywhere tcp dpt:openvpn
8 ACCEPT udp -- anywhere anywhere udp dpt:openvpn
9 REJECT udp -- anywhere anywhere udp dpt:80 reject-with icmp-port-unreachable
10 REJECT tcp -- anywhere anywhere tcp dpt:https reject-with tcp-reset
11 REJECT udp -- anywhere anywhere udp dpt:443 reject-with icmp-port-unreachable
Please help. Thank you!