Promox first time install

shrinathmukund

New Member
Aug 6, 2024
4
0
1
Hi I have the following setup

Ryzen 5 5600G

Gigabyte B550Mds3h

64 GB corsair vengeance ram

tp link tx201 2.5 gig lan card and on board GBE Nic from Realtek

I would also like to know how to passthrough the onboard SATA ports on to the true NAS VM

also how can I run the PF sense using the 2 NICs

I would like to run proxmox and pf sense and docker containers need your help
 
I would also like to know how to passthrough the onboard SATA ports on to the true NAS VM

Maybe this wiki article and forum thread might be helpful for you:
https://pve.proxmox.com/wiki/PCI(e)_Passthrough
https://forum.proxmox.com/threads/onboard-sata-controller-passthrough.116676/

What kind of disk(s) do you want to use as a boot disk and/or VM storage? Be aware that passing through the on-board SATA controller makes it unavailable to Proxmox VE, meaning that you cannot use any SATA disks as boot disks or other storage.

I would like to run proxmox and pf sense and docker containers need your help

As a rule of thumb, set up a VM as a host for you Docker containers and don't use LXC for that. While technically possible, there are all sorts of weird interactions with Docker and LXC that you can avoid by just using LXC ;)

also how can I run the PF sense using the 2 NICs
Don't know much about pfSense. You probably want to set up two network bridge (e.g. vmbr0 and vmbr1), each using one of the NICs, and give the pfSense a network interface in both, one for the WAN port, and one for the local network.
 
  • Like
Reactions: shrinathmukund
Maybe this wiki article and forum thread might be helpful for you:
https://pve.proxmox.com/wiki/PCI(e)_Passthrough
https://forum.proxmox.com/threads/onboard-sata-controller-passthrough.116676/

What kind of disk(s) do you want to use as a boot disk and/or VM storage? Be aware that passing through the on-board SATA controller makes it unavailable to Proxmox VE, meaning that you cannot use any SATA disks as boot disks or other storage.
Boot disk would be a NVME M.2 SSD 1TB I considered that for future proofing this should be good right
and regarding the docket containers I plan to install portainer
 
Most likely you're either grabbing the wrong device (one that Proxmox itself uses, be it network, storage or otherwise) or a device that is in a group together with one such device.

Try running this to see if the device(s) you want to pass through are in seperate groups from all other devices:
Code:
pvesh get /nodes/{nodename}/hardware/pci --pci-class-blacklist ""
which in your case would result in:
pvesh get /nodes/mukundan/hardware/pci --pci-class-blacklist ""
 
I have 2 NIC cards one is the onboard one with the motherboard and the other is a PCIe when I passthrough the PCIe Nic the VM won't start else its fine
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!