Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle Cloud #188

Open
tiliarou opened this issue Sep 24, 2019 · 6 comments
Open

Oracle Cloud #188

tiliarou opened this issue Sep 24, 2019 · 6 comments

Comments

@tiliarou
Copy link

tiliarou commented Sep 24, 2019

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/

@luigi311
Copy link

luigi311 commented Oct 1, 2019

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?

@tiliarou
Copy link
Author

tiliarou commented Oct 2, 2019

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.

@koshi-dono
Copy link

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

@tiliarou
Copy link
Author

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

@icfaust
Copy link

icfaust commented Dec 15, 2019

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

@tiliarou
Copy link
Author

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants