Virtualbox PFsense internet connectivity issues, Please help
-
I am doing a project and designing an OpenVPN setup. I successfully got both machines to ping, I can connect to 1.1.1.1 on Firefox, but I can't resolve names e.g. google.com. I am very new to this project and would appreciate help. Below Is my setup
Feel free to ask more questions, I really need help
-
You should not have 192.168.1.1 as a DNS server for pfSense, though it would not break anything.
The server set in System > General Setup though are not used by Unbound in pfSense unless you have set the DNS resolver to forwading mode. By default it resolves directly.
However since it looks like you're passing 1.1.1.1 to the client directly it should be able to resolve whatever pfSense is doing so I'd look for error on the client. Try on the client:
steve@steve-NUC9i9QNX:~$ dig +short @192.168.1.1 google.com 142.250.180.14
Steve