• pfSense on Server 2016 Hyper-v, what do you use for autostop

    2
    0 Votes
    2 Posts
    475 Views
    provelsP
    @isaacfl Running on 2012R2, I use Shutdown. In the past I had tried Save, but I think I was getting a panic and crash before it saved and the disk would come up dirty. I would need to restore a checkpoint. Shutdown seems to work fine, though when host reboots are required, I do a manual shutdown from the H-V Manager first, and Always Start. On reasonable hardware, there's not too much time required to cold boot. HTH
  • Pfsense stopped allowing traffic after a vMotion. It seemed "hung".

    Moved
    4
    0 Votes
    4 Posts
    707 Views
    KOMK
    Perhaps you might benefit from running two instance in pfSense HA mode, or using VMware HA.
  • (solve)HyperV 2012 vlans support(hn0)

    17
    0 Votes
    17 Posts
    2k Views
    M
    @johnpoz So did I but you are missing the point. A config that works for four hours should work for four days too. The issue I have seen is that the Vlan trunk stops working after a few days. Not even arp will see the nic of the VM. The "workaround" I found was to add or remove a nic to the VM (just a non connected nic) and it will work for a couple of days again With 2016 the same config (actually it's the same VM) works if you can read this ;)
  • Pfsense kvm guest and host/guest internet connectivity

    6
    1 Votes
    6 Posts
    4k Views
    S
    Now it's 2019 and this is still a problem :-) I have been struggling with this for a week; I couldn't work out why ICMP from the host and another VM through the pfSense VM would work, but nothing else. I could only SSH into the host if I SSH to the pfSense VM first. In order to have the host be able to connect out I installed Squid and set it up as a transparent proxy, but I shouldn't have had to do this. Researching, I finally found this thread. I'm replying because I just wanted to say that after I enabled "Disable hardware checksum offload" and pressed save, immediately traffic started flowing to/from the host, and the other VM which had basically been unreachable. No reboot or reconfig or anything else was required. I now see it's fairly well documented here.. https://docs.netgate.com/pfsense/en/latest/virtualization/virtio-driver-support.html Perhaps it would be nice if pfSense could automatically disable hardware checksum offload on the virtio driver/NICs :-)
  • Unable to install pfSense on ESXi

    9
    0 Votes
    9 Posts
    1k Views
    KOMK
    @viragomann But that was after letting him select the .gz in the first place. It was smart enough to know it can't connect to a gzip, but not smart enough to filter out all non-ISO files in the image picker dialog? I just tried it myself with ESXi 6.7 and it doesn't show any non-ISO files. I couldn't select one even if I wanted to. Bizarre.
  • 0 Votes
    42 Posts
    8k Views
    K
    @johnpoz just for learning sake, if this was a cisco router, how would one set the NAT? anyone happen to know the command? is it enable configure terminal ip nat pool name start-ip end-ip {netmask netmask | prefix-length prefix-length } access-list access-list-number permit source [source-wildcard ] ip nat inside source list access-list-number pool name interface type number ip address ip-address mask ip nat inside exit interface type number ip address ip-address mask ip nat outside end
  • How to use unraid mount tag in pfsense vm

    2
    0 Votes
    2 Posts
    733 Views
    jimpJ
    I've never seen such a thing work with pfSense and a VM host. pfSense doesn't include the binaries to mount smb/cifs, I don't think nfs is there either (client or server). Are you trying to copy from the VM host to pfSense, or from pfSense to the VM host? Why not use scp/rsync? The VM host may be able to use ssh as a filesystem, connecting to pfSense. But that wouldn't work the other way.
  • Multiqueue Virtio?

    6
    0 Votes
    6 Posts
    6k Views
    werterW
    @tibere86 I'm using Open vSwitch (OVS) instead Linux bridge on PVE. Show from your PVE: ip a s ethtool -I <interface-name-from-previous-command> and cat /etc/network/interfaces And why ethX ? Latest PVE using enpX. Or you wrote that just as example? :) Maybe you must also enable multiqueue inside pfsense VM ? https://bsdrp.net/documentation/technical_docs/performance http://docs.openvswitch.org/en/latest/topics/dpdk/vhost-user/ If one wishes to use multiple queues for an interface in the guest, the driver in the guest operating system must be configured to do so https://cloudblog.switch.ch/2016/09/06/tuning-virtualized-network-node-multi-queue-virtio-net/ This should be done during interface initialization, for example in a “pre-up” action in /etc/network/interfaces P.s. Bingo! (Maybe this step not needed ?) Add something like in PVE network config: ... pre-up ethtool -L enpX combined N ... Then reboot PVE host and check is multiqueue enabled: ethtool -I <PVE-interface-name> And then https://forum.proxmox.com/threads/kvm-and-multi-queue-nics.27213/ set on PVE side in VM config file (pfsense VM must be stopped!): ... -netX virtio=XX:XX:XX:XX:XX:XX,bla-bla-bla,queues=N ... Starting pfsense VM and enable multiqueue within https://www.freebsd.org/cgi/man.cgi?query=vtnet reboot VM check is multiqueue worked https://forums.freebsd.org/threads/multiple-network-queues-on-vmx-interface.49080/ P.p.s. https://forum.proxmox.com/threads/virtio-multi-queue-balancing.43744/
  • How many bridges needed for pfSense vm?

    9
    0 Votes
    9 Posts
    1k Views
    E
    Ok, thank you for the clarification. The setup seems correct then.
  • Nic down with vlan wan connection

    Moved
    2
    0 Votes
    2 Posts
    394 Views
    DerelictD
    You probably want to put the pfSense on its untagged interface (ao1) and let vmware do the tagging. In order to pass vlan tags to the VM interface I'm pretty sure you have to put VLAN 4095 on it in vmware. Moving to Virtualization.
  • Accessing Web GUI from bridged virtual WAN interface

    3
    0 Votes
    3 Posts
    1k Views
    V
    It works, thank You very much!
  • configuration master/backup loadblancer and connectivity failure

    1
    0 Votes
    1 Posts
    275 Views
    No one has replied
  • (Solve)Hyper V 2012 Pfsense NIC deX efect?

    3
    0 Votes
    3 Posts
    804 Views
    perikoP
    Hi sorry. Forget this one, I had found the issue I was having, thanks.
  • Very slow traffic from other VM's through pfSense on XenServer

    47
    0 Votes
    47 Posts
    58k Views
    werterW
    Hi. Much better https://xcp-ng.org/ + https://xen-orchestra.com/docs/
  • Proxmox, Ceph, ZFS, pfsense

    1
    0 Votes
    1 Posts
    375 Views
    No one has replied
  • Virtualizate an appliance in production

    3
    0 Votes
    3 Posts
    464 Views
    RicoR
    Do a fresh Install in your VM, take a Backup for the appliance in Diagnostics > Backup & Restore and Restore this Backup to your VM. More Information here: https://www.netgate.com/docs/pfsense/backup/configuration-backup-and-restore.html -Rico
  • Installing virtual pfsense after update broke router hardware

    Moved
    15
    0 Votes
    15 Posts
    2k Views
    stephenw10S
    The guide is like that because running with only two NICs total is not recommended. It states: Host has at least two network interfaces available for WAN and LAN. If you have used a NIC for the management port then you don't have two available. However it should work with two NICs total and no dedicated management port as you found. Steve
  • 1 dual port NIC or 2 x NICs for LAN and WAN port?

    2
    0 Votes
    2 Posts
    472 Views
    KOMK
    @eiger3970 Buy any NIC you want, so long as it's supported by FreeBSD. Stick with Intel if you can. However not sure if pfSense is clever enough to allocate the 2 ports to LAN and WAN? pfSense doesn't allocate anything. You define WAN and LAN yourself during setup by telling pfS which NIC is WAN and which is LAN.
  • PfSense on Hyper-V - lower WAN speed

    2
    0 Votes
    2 Posts
    1k Views
    W
    refer to this thread https://social.technet.microsoft.com/Forums/exchange/en-US/ca93a8bc-500a-49e3-be6e-bf3407d8d798/hyperv-is-not-configured-to-enable-processor-resource-controls?forum=win10itprovirt i used bcdedit /set hypervisorschedulertype classic to fix the latency, intermittent, and bandwidth issues this is needed on win10 1803 and 1809 also in pfsense under System/Advanced/Networking make sure Disable hardware checksum offload Disable hardware TCP segmentation offload Disable hardware large receive offload are checkmarked with certain networkcards such as realteks
  • hyper-v on windows 10 1809

    2
    0 Votes
    2 Posts
    1k Views
    W
    refer to this thread https://social.technet.microsoft.com/Forums/exchange/en-US/ca93a8bc-500a-49e3-be6e-bf3407d8d798/hyperv-is-not-configured-to-enable-processor-resource-controls?forum=win10itprovirt i used bcdedit /set hypervisorschedulertype classic to fix the latency, intermittent, and bandwidth issues this is needed on win10 1803 and 1809
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.