Search results

  1. P

    Problem connecting VPN in VM with proxmox

    Hello What is "a virtual one" ?
  2. P

    PVE HCI Network and Storage Overview

    Hi For Proxmox Backup is a dedicated solution. You can run it baremetal on a physical server or on a virtual machine. If you run it on a virtual machine consider that running Proxmox Backup in this mode can be hazardous in case of crash of the Promox VE ... Promox Backup is not a functionnality...
  3. P

    Using multiple ethernet ports for VMs as opposed to one?

    bonding permit redundancy bonding permit add bandiwith of several network cards but bonding is formerly a choice of architecture taking in account the network topology, SAN, Wan connectivity, VLans, security, number and fonctions of VMs and CTs ... Designing Proxmox complex architecture is a...
  4. P

    No Network Access From VM

    Maybe a compatibility trouble with drivers Did you update the Windows drivers ? You could change to Virtio (best practice) ... with the ISO Windows drivers
  5. P

    [SOLVED] Can't access CT/VM via SSH with some routers (but ping works and they have internet access)

    all your computers are on the same network, there is no need of a router a basic switch is enough a router makes communications possible between 2 different networks there is only one on yours, no need for a router
  6. P

    Restrict access to a VM (all ports) to a whitelist IP list only

    you set a submask 255.255.255.255 so you add static route to reach the gateway ? did you try when Windows Firewall is stopped ?
  7. P

    Restrict access to a VM (all ports) to a whitelist IP list only

    maybe your DNS resquests are sent thru your second NIC instead of your first one have you setup DNS in the second NIC ?
  8. P

    Restrict access to a VM (all ports) to a whitelist IP list only

    ok, so it seems that UDP 53 resquests are stopped by something ... like a firewall sure there is no firewall rules activated ?
  9. P

    Restrict access to a VM (all ports) to a whitelist IP list only

    if you try to change DNS for the google one (8.8.8.8) ?
  10. P

    Restrict access to a VM (all ports) to a whitelist IP list only

    and the DNS config of your VMs and your proxmox are ?
  11. P

    Help for proxmox at OVH to solve "vmbr0: port 1 (eno1) entered blocking state"

    Hi For my own experience, OPNSence/PFsense works perfectly if each virtual network card is on a VLAN or on different bridge If you mix virtual network card on the same physical interface without VLAN, it's a mess ... No explanations for this
  12. P

    [SOLVED] Can't access CT/VM via SSH with some routers (but ping works and they have internet access)

    so you've got a switch that connects your personnal computer, your proxmox server and your router all are connected on the same network (192.168.X.0/24) and the gateway is your internet router (probably 192.168.X.1 or 192.168.X.254) when the router is fritzbox, all works when other router, SSH...
  13. P

    Restrict access to a VM (all ports) to a whitelist IP list only

    Ok, but can you tell a little more about your architecture ?