angristan / wireguard-install

WireGuard VPN installer for Linux servers
https://stanislas.blog/2019/01/how-to-setup-vpn-server-wireguard-nat-ipv6/
MIT License
7.52k stars 1.26k forks source link

Add Oracle Cloud to recommended cloud providers #350

Closed zoeleu closed 1 year ago

zoeleu commented 2 years ago

Their free tier is the best with multiple more than capable machines free forever, in the user's country.

kloklojul commented 1 year ago

i couldnt get it to work in oracle. i setup the ingress and used the script to setup wireguard and i do can connect to the server but i don't have internet access

zoeleu commented 1 year ago

It works for me, did you use the Ubuntu image?

Weird thing that fixed it for me was installing firewalld and then opening the ports on firewalld.

kloklojul commented 1 year ago

yea i used the ubuntu image. even with the firewall fully disabled it doesnt work for me. Ofc i can give it a try enabling firewalld and opening the ports their but if i remember correctly i already tried this.

zoeleu commented 1 year ago

Firewall disabled also doesn't work for me. You need to install firewalld specifically, enable it, and open the ports with firewall-cmd. I have no idea why, but it is what it is.

kloklojul commented 1 year ago

turns out docker was messing with the interfaces. after a clean install it worked