Recent content by bobmc

  1. B

    [SOLVED] Server suggestion for new installation

    If he only needs one VM why not just skip proxmox and install windows directly on the hardware?
  2. B

    How to get a VM to make use of a 10 Gig Ethernet conncetion and see it as a 10 Gig Nic?

    It's pretty much the same under proxmox - create a vmbr and assign it to the 2nd 10G nic - then use the VirtIO network device for your VM - Windows will need a driver in a similar way to vmware
  3. B

    How can I create an isolated internal network for only the VM's with internet access with an internal DHCP using the same IP as the router?

    I think the question is why are you trying to get a setup with these constraints? For example, why must vm100 have exactly the same IP as your main PC?
  4. B

    How can I access to my Kali SSH using Tailscale (installed on my PVE node)

    you will either need to install tailscale client on your kali vm and make the vm part of your tailscale network or you will need to setup some form of NAT/Port Forwarding/Routing on your PVE node
  5. B

    [SOLVED] Can't access Proxmox web interface through VPN (but can ping proxmox)

    It's probably a routing problem, your incoming connection is on 192.168.2.x but the Proxmox server is on a different subnet (192.168.1.x) if you run ip route on your wireguard server what does it show? which subnet is the Windows PC on?
  6. B

    Proxmox bridge and VLAN

    most likely thing to check is if your interface names have changed. try 'ip link' and verify your interfaces enp2s0 and enp3s0
  7. B

    HP Proliant DL380 G6

    did you connect the card to the sas backplane - I assume you needed to source cables for this as well?
  8. B

    NAT inbound issues (proxmox + pfSense)

    Firstly, I would not use iptables and pfsense together, it's making more complication than you need IMO Normally, pfsense has the public IP address and then you can setup NAT rules on that to direct incoming traffic as you desire. The complication here is that you only have one physical nic on...
  9. B

    HP Proliant DL380 G6

    that doesn't really change anthing
  10. B

    HP Proliant DL380 G6

    Not a good choice - HP disk controllers generally don't work well with ZFS and Proxmox.
  11. B

    Ethernet can't connect internet

    I think your main issue is that you have the server nic (enp3s0) bridged to vmbr0 - this is not correct. The hetner docs have this auto vmbr0 iface vmbr0 inet static address <main IPv4 address>/32 bridge-ports none bridge-stp off bridge-fd 0 This setup relies on...
  12. B

    Nested ESXi - vm's don't start

    I can confirm running kernel 5.13.19-6-pve resolves the issue and allows nested ESXI to run vm's
  13. B

    Running OPNSense on Proxmox on a Protectli FW4B (without IOMMU)

    There is a very good example of this kind of setup on the netgate site, although it's talking about pfSense rather than opnSense, the general principals are the same. pfsense on proxmox guide Setup proxmox and give it an IP in the range you have chosen for your home lan - e.g 172.19.1.101 and...
  14. B

    Nested ESXi - vm's don't start

    I'm trying to run ESXi 7.0.3 under proxmox v8.0.4 on an AMD Ryzen host ESXi installs OK but I can't get a VM to start. I think the PVE Host is configured ok as I am able to run a VM on a nested PVE instance. ESXi VM config balloon: 0 boot: order=sata0;ide2;net0 cores: 6 cpu: host ide2...