discussions icon indicating copy to clipboard operation
discussions copied to clipboard

Oracle Cloud

Open tiliarou opened this issue 5 years ago • 6 comments

As Oracle Cloud now includes a free tier including 2 VM (1Ghz CPU, 1G ram) and API access, maybe it can be added to the list of providers ? https://www.oracle.com/cloud/free/

tiliarou avatar Sep 24 '19 12:09 tiliarou

It is always nice to have a new provider included. Looking at the networking information of the always free tier there is a "10 TB/month Outbound Data Transfer" limitation which is pretty good for free compared to other providers. The only questionable bit is the fact that it includes a load balancer with a bandwidth of 10 Mbps but i am unsure if that load balancer is required and what the speed is normally. Any one have any experience with it yet?

luigi311 avatar Oct 01 '19 20:10 luigi311

Not sure either... I tried provisioning a VM manually with streisand and it installed properly. But I still can't access the streisand page from the server although I opened web server ports in the virtual NIC. I don't think the load balancer is mandatory.

tiliarou avatar Oct 02 '19 14:10 tiliarou

I just successfully installed it without any issues. Speed is ok too.

koshi-dono avatar Oct 24 '19 19:10 koshi-dono

I just successfully installed it without any issues. Speed is ok too.

What is your firewall config ? Especially for shadowsock, I dont know how to route ports

tiliarou avatar Oct 25 '19 11:10 tiliarou

You need to go to the 'security lists' under Resources and navigate to the default security list for your instance. Then you need to add a several ingress rules.

1st ingress rule is so that the webpage will load from the server, you do this by setting destination port 443 available with CIDR source type for 0.0.0.0/0 on TCP). That should allow you to access the webserver, if not do the same thing for port 80.

The firewalls html file generated by streisand will give you what other ports you will need to open, for what protocols. Simply follow what TCP/UDP are listed using the same CIDR and 0.0.0.0/0

This should be everything. If the things are still not available, you may have to follow this guide from stackoverflow. https://stackoverflow.com/questions/54794217/opening-port-80-on-oracle-cloud-infrastructure-compute-node

icfaust avatar Dec 15 '19 12:12 icfaust

I thought I had done all of this but I had a rule with incoming CIDR source on 0.0.0.0/0 on TCP to allow all ports to 443 instead of 443 to 443 (source/dest)... Thanks a lot anyway !

tiliarou avatar Dec 17 '19 07:12 tiliarou