Search results

  1. Chriswiss

    How to pass through 4+ GPUs?

    Hello, You will find a lot of information on the official documentation. https://pve.proxmox.com/wiki/Pci_passthrough CG
  2. Chriswiss

    [SOLVED] Public or Private IP

    Thank you, but that doesn't answer the question about modifying an IP on an existing cluster. Greetings CG
  3. Chriswiss

    [SOLVED] Proxmox web interface not opening

    Hello, Have you tried to remove all caches and browsing data from your web browser? Greetings
  4. Chriswiss

    Reverse proxy for quarantine zone

    Good evening, I think I have isolated all the resources necessary to make the reverse proxy work. We can do much simpler, but in this way I only use what is necessary. I share with you the Nginx configuration: location /quarantine { proxy_set_header Host $host...
  5. Chriswiss

    Reverse proxy for quarantine zone

    Hello, I use a reverse proxy under Nginx to allow my customers to access the quarantine zone. It's functional, but I'd like to improve my configuration. Currently I use this: location /quarantine { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr...
  6. Chriswiss

    [SOLVED] Banned IP information

    Hello, That's right, yes! I hadn't thought about using Fail2ban ! Thank you so much. CG
  7. Chriswiss

    [SOLVED] Multiple Relayhost Postfix

    After several configuration tests, the best choice is to use the smtp_fallback_relay option. CG
  8. Chriswiss

    [SOLVED] Multiple Relayhost Postfix

    Hello, I have a two-node cluster running and an external postfix server. Currently my postfix server is configured to relay mails to the PMG master node, with relayhost = [gw.hostname.ch]:26 If I want postfix to also use the second node to relay mails (if the master is disconnected for...
  9. Chriswiss

    [SOLVED] Public or Private IP

    Just one last question, if I want to change the IP addresses of the nodes in the future. Just modify the cluster.conf file and the hosts file?
  10. Chriswiss

    [SOLVED] Public or Private IP

    Okay, thank you for your answer. CG
  11. Chriswiss

    [SOLVED] Public or Private IP

    Okay, thank you. Otherwise, in the doc it is stated that PMG uses a VPN link to run the cluster. Can you tell me more about it? Is it possible to remove the tunnel on a local network?
  12. Chriswiss

    [SOLVED] Public or Private IP

    Hello, To set up the PMG cluster, communication between nodes is better to use in private IP, example 172.16.0.0.0/16 or to use public IP? Greetings
  13. Chriswiss

    [SOLVED] Banned IP information

    Hello, Is it possible to have a function that informs the administrator if an email is "bounced" due to banned IP? An example to better understand the demand. status=bounced (host positivecoating-ch.mail.protection.outlook.com[104.47.1.36] said: 550 5.7.606 Access denied, banned sending IP...
  14. Chriswiss

    [SOLVED] Best way to switch from VM to CT for PMG

    Hello Tom, Thanks, it's perfect. I'm going to switch. CG
  15. Chriswiss

    [SOLVED] Best way to switch from VM to CT for PMG

    Hello, The new update allows PMG to be used in a container. To do this, just make a backup of my old configuration and install it on the new one, or a more complete procedure exists? Greetings CG
  16. Chriswiss

    Proxmox Mail Gateway 5.2 available

    A big thank you for these evolutions which were eagerly awaited ! Especially the LDAP finally complete ! :) CG
  17. Chriswiss

    Root login

    Yes fail2ban this is one of the first things done when starting the server. You talk about double authentication with otp. On PVE I do it without problem. Off on PMG I do not see the option. The oathkeygen command is not taken into account on PMG. Regards Christophe
  18. Chriswiss

    Root login

    Hi, By safe habit, I avoid all login by root admin etc. Christophe
  19. Chriswiss

    Root login

    Good evening, Is it possible to disable the root user for connecting to the GUI? Regards Christophe
  20. Chriswiss

    Dashboard - Traffic info

    Hello, I do not know what this information corresponds to (photo attached) Traffic IN corresponds to the external port (25)? Traffic OUT is the internal port (26)? Or is it info related to the message sent and received? Greetings Christophe