hi trying to set up wireguard to be used with mullvad VPN speciifically
and i'm running into an issue where it seems like installing mullvad makes the internet dissappear?
this is the guide im using
but im no longer able to connect to the internet through it - seeems something about the settings turned off / interrupted the internet connection to the router but I dont understand what
seems like it might be similar to this issue but i'm not sure how that can help me - still having trouble on learning how to manually edit config files through ssh - very new to all this
But for mullvad just create a config file on the Mullvad website and import that in the WireGuard interface then setup the firewall according to the instructions
Disclaimer I am not trying to be annoying, I really do want to make my router work and I’m not trying to mess with people
I have even lowered my expectations / goals to just trying to get wireguard to work by itself (no more unbound). I have been working on this for ~50 hours straight, reading, researching, scouring forums and learning new terms and how to configure things; ive tried installing both unbound and wireguard and both of them have bricked my router usability in various ways (blocking connection to router, blocking connection to internet, blocking ethernet and remote connections to router). I am using specifically the openwrt one router – which is designed specifically for openwrt – designed to work within this framework and I am following the official documentation for each thing I have tried to install, but for some reason each time I need to reset the router because it becomes unusable somehow.
In all honesty I am having a horrible time with this – the guides are extremely difficult to understand, and it feels like there is information not shared because it’s so commonly known that no one bothers to teach it. It feels like all of the answers I’ve got on here are either unhelpful or just telling me to do something even simpler, but very few concrete solutions or instructions. I feel like I’m getting completely unrelated solutions to what I am typing in as the question, or people telling me I should do something else besides what I’m trying to do.
Right now I’m at a bit of a loss, it seems like the official documentation for both unbound and wireguard are not working for me at all.
what are the expectations of people using this software? Do I need a tech degree to use it?
is this router actually supposed to be layman friendly?
Is this forum the right place for me to ask questions about installing programs on the openwrt one?
Where do I go for help if this is the wrong forum? What am I supposed to do?
We try to point you in the right direction but we are not doing the work for you, we are volunteers with other jobs/businesses to attend to.
OpenWRT is arguably the best router software but it has a steep learning curve so you have to take baby steps, slowly making your way into the OpenWRT eco system.
See: https://openwrt.org/docs/guide-user/start
Oh and if you want to use secure DNS (and that is advisable), then https-dns-proxy is easier to use then unbound but that is just my two cents
But do one thing at a time, always backup your config and know how to reset your router to defaults and start over.
this was the documentation I used - I installed it - followed this instructions on how to configure it
I have the keys / know how to make new ones if needed - and I succeeded (somewhat) in using combination of luci / uci in the ssh
to configure it
I was having difficulty finding them, but it looks like someone linked me the way to find the config files from mullvad itself (I was looking so hard to find them but I really coulnd't -_-)
I will try those next
yes, successfully installed wireguard - internet is working until I follow the steps to try to set up the wginterface / and like the firewall zones (all listed in the mullvad tutorial just linked)
at this point with unbound i've given up on making it [unbound] work - it seems to destroy my internet every time I try installing it and following the openwrt / unbound documentation from this wiki
for this one I was having really hard time figuring out how to input this / I would input the settings thru GUI - cause was having trouble learning how to do the command line version / edit the config files
uci set unbound.fwd_google.enabled="0" uci set unbound.fwd_cloudflare.enabled="0" while uci -q del unbound.@zone[4]; do :; done uci add unbound zone uci set unbound.@zone[-1].enabled="1" uci set unbound.@zone[-1].fallback="0" uci set unbound.@zone[-1].zone_type="forward_zone" uci add_list unbound.@zone[-1].zone_name="quad9" uci add_list unbound.@zone[-1].server="9.9.9.9" uci add_list unbound.@zone[-1].server="149.112.112.112" uci add_list unbound.@zone[-1].server="2620:fe::fe" uci add_list unbound.@zone[-1].server="2620:fe::9" uci set unbound.@zone[-1].tls_upstream="1" uci set unbound.@zone[-1].tls_index="
uci commit unbound service unbound restart
this is what I tried to do based on the ideas in the guide / trying to take out the google dns and change it to the quad 9 servers