Recent content by sammy

  1. S

    Web GUI not accessible in 7.1

    Apperently the packets still go through. Here's the output of tcpdump -i vmbr0 port 8006 when the web UI is not working: 11:47:43.060004 IP 192.168.1.122.47842 > 192.168.1.20.8006: Flags [S], seq 1334214748, win 64240, options [mss 1460,sackOK,TS val 2141245646 ecr 0,nop,wscale 7], length 0...
  2. S

    Web GUI not accessible in 7.1

    This reddit post suggests also that there is an error in the ARP table, but I looked at it in the pfSense web UI and it looked exactly the same before and after I pinged the server:
  3. S

    Web GUI not accessible in 7.1

    No not to my knowlegde. I keep DHCP addresses to 192.168.1.100-192.168.1.255 and my proxmox machine has 192.168.1.90, which no other machine uses as a static IP. EDIT: when ssh and UI are not working a short ping from my machine to proxmox seems to "fix" the problem
  4. S

    Web GUI not accessible in 7.1

    Hi, I'm new to proxmox and have just installed version 7.1. When accessing the web gui, the request did go through to my proxmox machine, but it didn't show up in the pveproxy access logs. Now as I wanted to create a thread I wanted ssh access so I could copy-paste a bunch of stuff and copied...