So after keeping the ticket open for 8 days, they said thisPerhaps its worth opening a support ticket if possible to ask why the network throughput is capped at 50 Mbps. I'll see if I can do that.
Edit : Done, ticket opened. Will keep the thread updated once I get a response,
Hello XXXXX
Free shapes are throttled at 50MB for internet access and 480MB for internal VCN access. You are seeing expected results. We do not have this properly documented and will work to correct that.
Additionally, free shapes do not qualify for ticket-based support, as such we will be resolving this issue.
https://www.oracle.com/cloud/free/faq.html
#############################################
Does Oracle Cloud Free Tier include service level agreements (SLAs) and technical support?
Oracle Cloud Free Tier does not include SLAs. Community support through our forums is available to all customers. Customers using only Always Free resources are not eligible for Oracle Support. Limited support is available for Oracle Cloud Free Tier with Free Trial credits. After you use all of your credits or after your trial period ends (whichever comes first), you must upgrade to a paid account to access Oracle Support. If you choose not to upgrade and continue to use Always Free Services, you will not be eligible to raise a service request in My Oracle Support.
##############################################
Cheers
Kevin Miller | Oracle Cloud Infrastructure Customer Operations
Seems like I cannot update wireguard with apt update. It fails due to some SSL negotiation error.wireguard broke after i ran apt dist-upgrade & reboot on an ubuntu instance yesterday. it connects but doesn't pass any traffic. i tried uninstalling and re-installing with identical script and settings before but it just refuses to work. i found a few threads on other forums about issues after a kernal upgrade and i tried running 'dpkg-reconfigure wireguard-dkms' but that didn't help either.
iptables rules reset after reboot by default, I would suggest you to re run iptables commands required by wireguard and use@royalroy check OP's post here: Oracle Cloud's Lifetime free services (2 VPS + more) | Technology
Also, add rules in Default Security List under VCN settings on Oracle Cloud portal.
@Rehan Kumar wireguard broke after i ran apt dist-upgrade & reboot on an ubuntu instance yesterday. it connects but doesn't pass any traffic. i tried uninstalling and re-installing with identical script and settings before but it just refuses to work. i found a few threads on other forums about issues after a kernal upgrade and i tried running 'dpkg-reconfigure wireguard-dkms' but that didn't help either.
i am out of ideas and really don't want to set it up from scratch again. can we take snapshots & restore in always free tier? is there anyway to do a full wipe without deleting and creating a new instance?
sudo netfilter-persistent save
sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 80 -j ACCEPT