caml

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by caml

  1. I think I found a possible answer to my question. libvirt documentation states the following regarding isolated networks: https://libvirt.org/formatnetwork.html#examplesPrivate After some search I was able to find the following: root@Tower:/etc/libvirt/qemu/networks# cat default.xml <!-- WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE OVERWRITTEN AND LOST. Changes to this xml configuration should be made using: virsh net-edit default or other application using the libvirt API. --> <network> <name>default</name> <uuid>(redacted)</uuid> <forward mode='nat'/> <bridge name='virbr0' stp='on' delay='0'/> <mac address='(redacted)'/> <ip address='192.168.122.1' netmask='255.255.255.0'> <dhcp> <range start='192.168.122.2' end='192.168.122.254'/> </dhcp> </ip> </network> So I think I will be able to just leave libvirt with the default DHCP server and change pfSense to obtain the address automatically [from this DHCP server] instead.
  2. I'm creating a lab using pfSense in unraid. I'm using br0 interface as WAN and virtbr0 interface as LAN, while I was able to setup pfSense through the emulated CPU option I'm having some issues on some VMs when I assign them to virtbr0. I see a DHCP race between ipSense and a built-in DHCP server (?). How can I deactivate virtbr0 DHCP server so I can have pfSense assigning and managing the address space ?
  3. caml

    New to UnRaid

    @Hoopster thank you! that info was really useful.
  4. caml

    New to UnRaid

    Hello, I'm designing a new build that I will use to host a maximum of 9 * 3.5 drives + 1 * 3,5 drive for parity + 2 * 2.5 drives + 1 M.2 SSD for cache. My current hardware list is the following: Motherboard: Asus PRIME A320M-R Processor: AMD Ryzen 5 2600 RAM: G.Skill Kit 8GB (2 x 4GB) DDR4 3200MHz Extra: 2 x 4 Port SATA III PCIe Controller (Marvell 88SE9215 chip) Case: Fractal Design Node 804 PSU: Corsair CX-450W 80+ Storage: 2 x 14TB WD Drives Cache: M.2 2280 Kingston A2000 500GB 3D TLC NVMe Parity: 1 x 14TB WD Drive My plan is to eventually buy additional storage and a graphics card to play games remotely. Currently I want to stick with this setup to direct stream Plex media and host some docker containers that require considerable processing power. Is this build compatible with UnRaid ? Thanks!