Search results

  1. F

    [SOLVED] Network from "outside" not accessible

    Hi everybody, I'm running Proxmox several years without any issue. The machine has 6 NICs. One of them is WAN and another one is LAN. This is the network layout ( [] = Device/Machine, () = Network): (Internet) <--> [WIFI-Router w/ Modem] <--> (DMZ) <--> [Proxmox: [WAN] <--> OPNSense <-->...
  2. F

    Iptables-Prerouting everything with some exceptions

    Hi, I'm trying to achieve following: I want everything, what comes in with TCP protocol, will be natted to 10.10.100.1 except: - Source IP 100.100.100.1 to destination port 22, 8006 - Source IP 100.100.100.2 to destination port 22, 8006 - Source IP 100.100.100.3 to destination port 22, 8006 -...
  3. F

    FQDN as hostname for container

    Hi I have an issue with Plesk running as container. An Plesk-extension needs the hostname is properly set as FQDN. Let say I want name it 'server.domain.tld' (on my machine I of course use valid hostname). I did: hostnamectl set-hostname server.domain.tld root@server:~# hostnamectl status |...
  4. F

    max backup limit of 1 enforced by the target storage

    Hello, I have an issue with a node (all other nodes are fine). I have a backup job set up in datacenter which make backup of all containers. On one node I always get: "There is a max backup limit of 1 enforced by the target storage or the vzdump parameters. Either increase the limit or delete...
  5. F

    How to retry to join a cluster?

    Hello, I tried to join a new node into a cluster. Unfortunately it was stuck in waiting for quorum.... Then I found out, I forgot to create A-Records for new Node, now its done. Because the join-process was stuck in waiting for quorum... I had to abort with strg-c. If I redo the command pvecm...
  6. F

    Container - Destination Port Unreachable

    Hello I setup the third proxmox-machine. There I have network issues. I doublechecked everything, but still didn't find my mistake yet. I'm sure it's just a little thing to fix. On Container: floh@container01:~$ ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. From 10.10.10.1...
  7. F

    KSM doesn't work

    Hello, I'm trying since 1 week and still didn't succeed to get ksm working. I have 4 containers (6GB RAM each) based on Debian 9 (same as Proxmox is installed on) and on each there are jira and confluence installed. I enabled ksm but proxmox still tells me "KSM Sharing 0B". Even the memory...