proxy

  1. K

    proxying requests for SPICE connection to vm?

    I have a working proxy https://proxyprox-v001 -> https://cloud-v001:8006 I get to the web of the desired server, but I need to proxy the connection to the VM via the spice protocol cv4pve-pepper.exe" --host=proxyprox-v001 --username "$UserName@ldap_cloudp" --password $Password --vmid NAME-vm...
  2. X

    [SOLVED] Can't use the console when using Caddy as a proxy to PVE - NGINX works

    I just moved to Caddy, everthing that I proxy works, also the PVE UI, I just can't connect to the web terminals. As fallback I use Cloudflare tunnel, this works also. It's just Caddy that won't let me use the console. With Caddy I get undefined (Code: 1006) and timeouts for the terminals...
  3. N

    [SOLVED] Proxmox Backup Proxy seemingly crashes after being accessed through reverse proxy after update to 4.0

    Hello, I just upgraded my PBS to 4.0 and noticed that I'm no longer able to access it through the reverse proxy hosted on the same server (tailscale serve). After restarting the proxmox-backup-proxy service I can access it via 8007, but even that stops working after I try to open the proxied...
  4. C

    How to secure VM access via spice?

    Dear ALL, in my Library I have a LAN where my proxmox infrastructure runs, a DMZ and a public WIFI network. I would like to let our public kiosk to access to specific VM on proxmox (sort of VDI). I have experimented many solutions but the problem is still on secure side. I will try to explain...
  5. R

    correct conf behind NAT?

    I am experiencing an issue with my Nginx setup on Proxmox. All services work fine for the external network—if I try to visit abc.mydomain.com, which is pointed to my Proxmox server, it works as expected. However, when I try to access the site from the internal network, it does not work. I am...
  6. A

    [SOLVED] vncwebsocket 502 by proxy

    PVE 8.2.4 , nginx 1.26.0, apache2 2.4.62 I create a CT with IP 10.0.0.103/24, and I install nginx for proxy Cp noVnc 1.4.0 to nginx path /mnt/dist/static/novnc Visit https://10.0.0.103/staic/novnc/vnc.html Post vncproxy Api and get port and ticket Get encodeURIComponent(ticket) try connect with...
  7. J

    VNC Shell über API unverschlüsselt starten.

    Hallo, wenn ich eine Shell per API anfrage ist diese über VenCrypt verschlüsselt. Mein WebSocket zu VNC Proxy bietet aber keinerleie möglichkeiten dieses Protokol zu entschlüsseln. Wenn ich mir anschaue wie ProxMox die Shell selbst startet ist mir ein ``-notls`` Argument aufgefallen. Wenn ich...
  8. A

    Proxmox and Proxy Usage

    Hi guys. I have an http proxy with user : pass information. When I install Windows on my virtual machine, I want the internet to work through this proxy. So actually my goal here is to change the internet location. When I do this through Windows, the browsers constantly ask for user and pass...
  9. A

    How to configure HTTP PROXY for connecting to LDAP server

    Hi Community, We are trying to setup an LDAP server as a authentication source in PVE 8.0.4. The LDAP server is hosted on cloud and the PVE server doesn't have access to reach the LDAP server directly. We have configured an HTTP_PROXY under Datacenter > Options > HTTP Proxy on the GUI but...
  10. P

    [SOLVED] `systemctl status sniproxy` is inactive even though `ps axf` shows it

    1. I ran apt install sniproxy in PVE CLI 2. And started it with systemctl start sniproxy 3. `systemctl status sniproxy` shows it as Active: inactive (dead) since Fri 2023-04-28 11:20:42 +08; 3min 33s ago 4. However, I can see it still running using ps axf 5. It's not really affecting me other...
  11. T

    [SOLVED] Accessing the console via a proxy

    Hi I wonder if someone could help. iv got nginx proxy manager installed as a CT on my Proxmox server, I'm able to log into my server via a proxy i.e. mox.server.com but for some reason I'm unable to open the consoles and I'm keep getting error 1006, any idea what I'm missing?
  12. K

    Slow download speed over www, locally its fine

    Problem: NextcloudPi (LXC, installed by script) downloading big files (<500 MB) via public internet connection: speed is very poor (transfer rates ~100KBytes/sec, bitrates ~1Mbits/sec, should be around 15 MB/s) though via LAN within the local network download speed is fine (via public IP/...
  13. T

    Getting client services to talk to each other correctly

    Hi all, hope I'm posting this in the correct forum. I've realized that I'm obviously lacking some fundamental knowledge with how to set up networking in a virtual environment, using bridges etc. I've had issues with several projects now, with getting VM or LXC services to talk to each other in...
  14. H

    [TUTORIAL] Using NGINX as Reverse Proxy Externally

    I've spent a considerable amount of time getting this to work exactly like I want with the exception of having a CA certificate to get rid of the Security Risk splash page in my browser. In my Proxmox, I have multiple servers, but for the sake of simplifying this tutorial, I'll discuss the...
  15. R

    PVE 7.2-7 - Authentication Realms Openid Connect - Error

    Hello, following problem: I have configured an OpenID Connect Provider (under Realms) to login to Proxmox VE. When trying to login, i recieve this error: "OpenID redirect failed. Request failed (500)". After debugging (tcpdump) i found out that PVE tries to reach the OpenID Connect Provider...
  16. J

    Configure PBS Client to use HTTP proxy to reach the PBS Server

    Hello everyone! I am trying to use proxmox-backup-client in a Debian Bullseye LXC in a Proxmox 7 cluster to manually back up a folder (/var/backups/postgresql/) inside such LXC to a Proxmox Backup Server 7 which is in a separate server in a separate network I don't have access to from inside...
  17. T

    Proxmox hinter Proxy .. Proxy an LXC durchreichen

    Hallo, ich habe zum testen auf der Firma einen Proxmox installiert. Wir haben keinen direkten Internetzugang, sondern nur über einen Proxy mit Authentication. Im PVE habe ich unter Optionen den Proxy eingetragen (http://username:password@proxy:port) das klappt auch, er bekommt seine...
  18. Y

    Proxy Config (76pveproxy) disaper

    Hello, it has been a while, that im re-configuring 76pveproxy every time because the file content has been removing without any reason. Any one had the same issue ????
  19. G

    global proxy settings through snippets?

    Hi, does anybody know how to insert proxy-variables through snippets so my CI-vm can reach out to get it's updates during first boot? I'm looking for some documentation but cannot find it. Thanks in advance.
  20. S

    Private network bridge is always down

    Hello, I am attempting to create a private network for my vms to communicate, which will be on a bridge named vmbr1. I want only one single vm to have access to internet through the default bridge, vmbr0, along with access to vmbr1 to communicate and forward requests to the other vms. I'm having...