Using the terminal, I run the following.
ssh [email protected] -i ~/.ssh/admin -N -D 9090
Firefox is configured as follow.
Many websites work just fine, but certain ones fails and the following error is thrown on the terminal.
channel 1: open failed: administratively prohibited: open failed
My research points to a DNS problem as indicated by running tail auth.log
on the server.
error: connect_to ipleak.net: unknown host (Temporary failure in name resolution)
How can I fix this issue?
Thanks to Michael’s suggestion, I narrowed the issue down to DNS.
Switching from DigitalOcean’s DNS servers to
1.1.1.1
fixed the issue.