Questions tagged [hetzner]
Hetzner Online AG is a major German web-hosting provider and data-centre operator.
141 questions
4
votes
0
answers
62
views
Storage suddenly unavailable on Proxmox VE
I noticed this morning some of my VMs had issues, after inspecting I realised it was one of my drives that was having issues.
As you can see it has this "?" symbol and shows the error no ...
0
votes
0
answers
29
views
How to create a domain redirect on Hetzner? [duplicate]
I registered a domain example.com on Hetzner.
How do I create a redirect to a different domain example2.com?
I see no straight option to do such a configuration. When trying to create a CNAME record ...
0
votes
0
answers
250
views
Implementing true high availability for HAProxy/Keepalived NAT gateways with Floating IP in Hetzner Cloud network constraints
I'm implementing a Kubernetes cluster in Hetzner Cloud with the following architecture:
HAProxy+Keepalived Nodes:
HA1: Public IP XX.XX.XXX.XXX, Private IP 10.0.0.2
HA2: Public IP XX.XXX.XXX.XX, ...
0
votes
1
answer
465
views
NS_CORRUPTED_CONTENT errors running a sveltekit app on Hetzner server
I'm tying to run a sveltekit application built with the node adapter on a managed server on Hetzner with konsoleH.
The webserver is Apache and in the "public_html" folder I have an .htaccess ...
2
votes
0
answers
78
views
Hetzner 2HDD + RAID 1 + Extra Partition for ZFS
I have a server on hetzner with 2 x 2TB HDD, I need to put it in RAID1... and install proxmox, where I have 1 partition of 500Gb for backups and 1500Gb for virtual machines and containers (it must be ...
0
votes
1
answer
456
views
web server can't be accessed from outside the server
I have a Hetzner cloud server running on Debian and I'm trying to host a website on it, unfortunately every time I try to access it the connection just times out.
I've tried both Apache2 & Nginx ...
0
votes
1
answer
669
views
Internal VLANs in Hetzner with Proxmox
In a Hetzner Dedicated Host with Proxmox and OpnSense, I want to setup 2 VLANs at root-level, having only 1 Public IP and without using any VSwitch or extra IPs, if possible.
The idea of having 2 ...
1
vote
1
answer
613
views
How to improve TTFB on NGINX?
I have a long TTFB (1.6 sec) and find the reason for this.
My stack is server (nginx + php-fpm) and load balancer on Hetzner and Cloudflare.
Are there too many redirects and therefore the waiting time ...
0
votes
2
answers
1k
views
Abuse complaints on my Hetzner VPS
I have a Hetzner VPS and received an abuse complaint from a website owner that Hetzner forwarded to me. There have been a significant number of connections from multiple IP addresses from my server ...
0
votes
1
answer
334
views
ERR_TOO_MANY_REDIRECTS (nginx + Hetzner load balancer + Cloudflare)
I would like to set up a Hetzner Load Balancer for my server with nginx application.
And I have the following configuration.
Load Balancer of Hetzner:
Origin server with app nginx as a target.
Nginx ...
0
votes
1
answer
516
views
Server become unreachable after 12 hours up
I have two servers (pub, priv), both communicates via NAT gateway, but now I'm getting an issue with my private server, after around 12 hours running, it just became unreachable, I'm not expert on ...
0
votes
1
answer
269
views
DNS resolution in NAT gateway blocked by ufw
I have a LAN (172.16.0.0/24) and 2 servers:
"Bastion" (172.16.0.3), which has a public IP and can reach internet
"Redis" (172.16.0.4), which doesn't have a public IP and can't ...
-1
votes
2
answers
2k
views
hetzner ubuntu dns resolution not working
I created a natgateway using opnsense
I created a VM in a private network which is behind the natgateway so that all internet traffic will pass through opensense into the client VM
I can ping google ...
0
votes
1
answer
106
views
Adding LAN to opnsense interface on hetzner
I am a newbie in opnsense. I installed opnsense on hetzner. I want to add LAN to interface but I can't find LAN interface on the assignment menu. What I can add is opt1. How do I add LAN to interfaces?...
1
vote
2
answers
621
views
KVM Routed Bridge for Additional Subnet on Hetzner Using Netplan
I have a dedicated Ubuntu 22.04 server at Hetzner running KVM. I have assigned IP addresses from an additional subnet to guest VMs. I can reach the guest VMs via their public IP addresses as intended.
...