Web-ui not loading after openvpn configuration

Joined
Oct 7, 2022
Messages
2
Hi everybody, quite new to truenas, yesterday I tried opening the openvpn service to my whole local network, following this tutorial:
https://www.youtube.com/watch?v=YEkfW4aC9Rk
And while doing that added some tunables and changed the configuration of the openvpn service.
There were some fibre related tunables, that I naively deleted: https://www.truenas.com/community/threads/tunable-hint-isp-n-role.98249/
After a reboot to apply these changes the web-ui doesnt load anymore, only giving me the freenas (not truenas) icon for the tab.

I don't know what causes the issue, I tried removing these parameteres from the openvpn config:

Code:
push "route 192.168.0.0 255.255.255.0"
push "redirect-gateway def1 bypass-dhcp"
push "dhcp-option DNS 8.8.8.8"
push "dhcp-option DNS 1.1.1.1"


I think it's the Tunables, problem is that I found no documentation on where they are stored and how to create new ones

My hardware config is:
-AX370 gaming 3 gigabyte
-Ryzen 5 1600x
-2x16GB 3200MHz Corsair LPX DDR4
-2x4TB Seagate barracuda and 2x4TB Seagate Ironwolf in a single Raid z1 pool
-Intel x540-T2 2x10gbe nic

Thanks for your time!
 
Joined
Oct 7, 2022
Messages
2
"Solved" the problem by rolling back to an older version of my config, by just resetting the config to defaults and uploading a config i had exported prior. By far not the best solution, but given my knowledge of freebsd it was the best way. Don't follow this tutorial, learn what everything means before changing anything.
 
Top