You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wg-portal.service ConditionPathExists=/opt/wg-portal/wg-portal-amd64 ExecStart=/opt/wg-portal/wg-portal-amd64
should be ConditionPathExists=/opt/wg-portal/wg-portal ExecStart=/opt/wg-portal/wg-portal
I believe I reported this in v1, as well. if you make build, instead of make build-amd64
2nd, Running in Server mode
(Interface)
main screen doesn't show DNS Servers
(Peer Defaults)
-End Point isn't populated. You need to manually enter the address. This wasn't an issue with v1.
-IP Networks: Network Addresses isn't populated (CORE)
-DNS isn't populated (iirc)
-Allowed IP Address is wrong? 0.0.0.0/0,::/0 is what I'd recommend using.
3rd, config.yml
web:
site_title
site_company_name
I don't believe either of those are working.
mail:
from: [email protected] # works
from: This Site [email protected] # doesn't work.
Maybe I require more info on setting YML settings?
4th, As Mentioned previously: Post Commands
post up and (pressumably post down) commands aren't working
ex:
iptables -A FORWARD -i eth0 -o wg0 -j ACCEPT; iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE; ip6tables -A FORWARD -i wg0 -j ACCEPT; ip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
The text was updated successfully, but these errors were encountered:
x-FBi
changed the title
A lot missing with after make frontend and make build
A lot missing with after 'make frontend' and 'make build'
Apr 6, 2024
dist is copied to /opt/wg-portal/
1st, easiest error and fix:
wg-portal.service
ConditionPathExists=/opt/wg-portal/wg-portal-amd64
ExecStart=/opt/wg-portal/wg-portal-amd64
should be
ConditionPathExists=/opt/wg-portal/wg-portal
ExecStart=/opt/wg-portal/wg-portal
I believe I reported this in v1, as well. if you make build, instead of make build-amd64
2nd, Running in Server mode
(Interface)
(Peer Defaults)
-End Point isn't populated. You need to manually enter the address. This wasn't an issue with v1.
-IP Networks: Network Addresses isn't populated (CORE)
-DNS isn't populated (iirc)
-Allowed IP Address is wrong? 0.0.0.0/0,::/0 is what I'd recommend using.
3rd, config.yml
web:
site_title
site_company_name
I don't believe either of those are working.
mail:
from: [email protected] # works
from: This Site [email protected] # doesn't work.
Maybe I require more info on setting YML settings?
4th, As Mentioned previously: Post Commands
post up and (pressumably post down) commands aren't working
ex:
iptables -A FORWARD -i eth0 -o wg0 -j ACCEPT; iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE; ip6tables -A FORWARD -i wg0 -j ACCEPT; ip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
The text was updated successfully, but these errors were encountered: