Questions tagged [oracle-cloud]
Oracle Cloud offers a comprehensive and fully integrated stack of cloud applications and cloud platform services.
12 questions
0 votes
0 answers
39 views
Opening ports for Postgresql on Oracle OCI "Always free" Linux 7.9 machine
I've updated the VM's firewall-cmd stuff and it shows VM Firewall-cmd --list-all I've opened the vcn ingress rules, Ingress Rules I'm trying to connect with pgAdmin4, but NO.... pgAdmin And being a ...
2 votes
1 answer
495 views
Default password for Oracle FreeBSD 14.2 image
I’m trying to set up an Oracle instance with FreeBSD-14.2 on amd64 and I’m not able to figure out the password for the root or freebsd users. I can’t find the passwords documented anywhere, and I’ve ...
0 votes
0 answers
127 views
HTTPS ok but ssh and ping fail on oracle cloud ubuntu instance
A short while ago, I had to reboot my Oracle cloud Ubuntu instance after I sent it a too large workload. After that, HTTP worked normally, but SSH and Ping both failed. Here is what happen when I try ...
0 votes
0 answers
48 views
Terraform: Error: 400-InvalidParameter, Invalid page
Terraform plan fails with Error: 400-InvalidParameter, Invalid page.. Running on OCI, error detail: │ with module.smth.data.oci_marketplace_listing_packages.test_listing_packages, │ on .terraform/...
0 votes
1 answer
180 views
Custom changes in Core DNS (Kube-DNS) in OKE (Oracle Cloud Kubernetes) are reverted automatically after one day
I have created an Enhanced Cluster of Kubernetes (OKE) in Oracle Cloud (OCI). Some cluster pods connect to VM instances outside OKE but in the same VCN subnet as the pods. I want these connections to ...
0 votes
0 answers
135 views
Internet Facing load balancer infront of 2 private instances
I am trying to setup 2 web instances in a private network and put an internet facing load balancer infront of my two instances. This is what i want to achieve: The 2 private instance should be able ...
0 votes
0 answers
508 views
Why is an iptables rule needed on Oracle CN to allow HTTP traffic on port 80, when no reject rule is set and the default policy is set to ACCEPT?
I have an Oracle Cloud Infrastructure Compute Node on the free tier, configured with Ubuntu 22.04 as the operating system. I successfully installed Nginx and added an ingress rule to the subnet to ...
0 votes
1 answer
490 views
Oracle Cloud how to assign IPv6 prefix >64 to instance and delegate
I am able to assign a /64 prefix to an instance in Oracle cloud but I want to have it act as a router; Delegating and routing a larger subnet to wireguard peers. This is using Oracle owned IPv6 ...
0 votes
0 answers
275 views
How to apply an ssl certificate to a Load Balancer Listener using OCI Certificates
I'm currently working on running a small personal server using OKE and a load balancer. My problem is as follows I attached the OCI certificate to the load balancer listener, but it doesn't work, ...
0 votes
0 answers
65 views
Importing mysql database into Oracle OCI Ubuntu instance
I recently spun up a Ubuntu instance on Oracle OCI (https://cloud.oracle.com) to host a Laravel application. I need to be able to import a large-ish mysql database, but every time I try, it hangs up ...
0 votes
0 answers
468 views
NGINX TCP reverse proxy resolves queries differently
The Setup I currently have a server and a mongodb database running in the cloud (Oracle Cloud Infrastructure). The Problem My connection to the database is bound by a select number of static IP's. ...
1 vote
1 answer
954 views
Oracle Cloud - setting up MFA for federated and local users
I have a free tier Oracle account. I set it up by following the prompts, I've never had any Oracle Cloud training. I've used AWS for close on a decade, I figured I could work it out. Yesterday Oracle ...