• Hyper-V discrete device assignment NIC

    7
    0 Votes
    7 Posts
    3k Views
    A

    Thanks again!

    I googled "SR-IOV Hyper-V NIC security" and slight variations several times but not a single hit on the first 2 pages was about security, all were about performance. Do you have any pointers?

    This is the best article I have found so far https://blogs.technet.microsoft.com/jhoward/2012/03/21/everything-you-wanted-to-know-about-sr-iov-in-hyper-v-part-8/ but it only mentions SR-IOV security flaws rather than it improving security.

    Also, I found out that I can check whether a NIC supports SR-IOV via
      Get-NetAdapterSriov
    even though all NICs say that SR-IOV was enabled successfully, only the 82576 actually comes up as supported.

    As for IOMMU, I am still not sure. Yes, the hardware components support it, but the BIOS also could disable it, and there is no such option on the Dell, also, googling came up with mixed results.

  • VT-d Required for pfSense in Hypervisor?

    9
    0 Votes
    9 Posts
    3k Views
    T

    Or you could do paravirt.

  • PFsense 2.3.2 on Esxi 4.1 - SPIKE CPU Usage

    12
    0 Votes
    12 Posts
    2k Views
    KOMK

    Anything in your System or Gateways logs during the spike?

  • PfSense WAN Traffic Incredibly Slow on XenServer 6.5 SP1

    11
    0 Votes
    11 Posts
    3k Views
    ?

    Stange. That'd mean that the XenServer product is using a Dom0 that doesn't play nice with the hardware. I checked my inventory, I have two HP servers running Xen (not XenServer, just Xen), a DL180 G6 and a DL360 G6, and they are doing just fine. They are nearly identical setups; Xen 4.6 and Xen 4.8, but both Debian 8 as a Dom0 host, pfSense 2.3.2-p1 as firewall and a bunch of DomU's, all Linux (mix of Debian and Fedora). I'm using the internal NIC's on both of them, and pulling 100Mbit up/down. (branch office uplinks)

  • Opensource for Virtualization

    7
    0 Votes
    7 Posts
    2k Views
    ?

    Running it with Xen but also the XenServer product, no issues since 1.2.x… works fine!

  • Gigabit throughput with Intel i3-6100 - VMWare ESXi or Not?

    4
    0 Votes
    4 Posts
    3k Views
    tittanT

    Hello all and a good 2017 for all.

    I have a new Intel i3-6100 3.7GHz with an Asus H110M-K board that don't get the  I for installer. It fails to mount the DVD.

    Any help would be very usefull.

    Thanks a lot in advance.

  • Problem with VMworkstation and Pfsense

    20
    0 Votes
    20 Posts
    4k Views
    G

    Problem solved,

    Symantec was blocking the traffic on the host  :o i don't know how but disabling the AV solved the problem…

    Thank you all for the support.

  • How To Get Other VM's Using pfSense LAN

    12
    0 Votes
    12 Posts
    3k Views
    KOMK

    Thanks for coming back and letting everyone know what happened.

  • Hyper-V: has the NIC to be compatible with pfSense (guest), host or both?

    4
    0 Votes
    4 Posts
    1k Views
    A

    @gjaltemba:

    Hyper-V 2016 supports Discrete Device Assignment (DDA). With the proper hardware, you can pass a physical nic to the vm.

    That sounds good. So that would be the perfect option for the WAN interface, where I am still at least a little bit worried that the host might somehow somewhere get compromised? (At least it manages the virtual switch on top of it in my configuration right now - even if it is not connected itself.)

  • KVM and Libvirt: Bad CPU/Network performance of pgSense guest

    1
    0 Votes
    1 Posts
    889 Views
    No one has replied
  • ESXi 5.5 packet loss

    13
    0 Votes
    13 Posts
    4k Views
    A

    Which commands were executed on pfsense?
    System: Advanced: System Tunables
    hw.em.txd value
    hw.em.rxd value
    right?

    System 2 Nics  Wan -em1000 and Lan -em1000

  • PfSense in VM, how to connect host server to use PfSense NIC

    3
    0 Votes
    3 Posts
    1k Views
    A

    I'm running PFsense in a Hyper-V server and its been running great for months.

    This guide is pretty much how I set mine up.

    www.erickscottjohnson.com/blog/how-to-install-pfsense-on-windows-10-pro-hyper-v-with-2-physical-nics-part-1

    As for the virtual switches. I would recommend you create the virtual switches as described in the article but ALSO edit the properties and set a custom MAC for each of the NICs. This way during the PFSense install and selection of the NIC ports, you will know what MAC is the WAN and the LAN. No need to guess.

    There is a few articles out there that are mostly correct but they state to use the Legacy Network Drivers instead. Don't do this. Just used the standard Hyper-V NIC drivers first. Then try Legacy if you are having issues getting connected to the internet or address LAN etc…

  • Virtual Infrastructure and 2 pfSense

    7
    0 Votes
    7 Posts
    6k Views
    S

    Hi Guys,

    Thank you all for your reply.
    The guilty was the couple BSD/Xen.
    I disabled TX offloading on pfsense but forgot to do the same on the hypervisor (XenServer 7).

    The following did the trick :)

    xe vif-param-set uuid= <vif uuid="">other-config:ethtool-tx="off"
    xe vif-param-set uuid= <vif uuid="">other-config:ethtool-tx="off"

    Thank you again</vif></vif>

  • VLAN testing lab

    9
    0 Votes
    9 Posts
    4k Views
    KOMK

    He wants a VLAN testing lab as the topic states.  Literally, an environment where he can play with configuring VLANs.

  • ARP reply doesn't appear to make it back across Bridge

    2
    0 Votes
    2 Posts
    3k Views
    I

    So we've put in static entries for the arp tables via /etc/ethers, as a temporary work around, in our RHEL 6.8 and 7.3 VMs.
    Is this configuration which works in pfSense 2.0.1 no longer supported in pfSense 2.3.2?

  • Time drift/system clock too fast on a PFSense VM

    11
    0 Votes
    11 Posts
    4k Views
    w0wW

    I think the script should be not just /usr/local/etc/rc.d/fixtime but
    /usr/local/etc/rc.d/fixtime.sh
    I have two scripts that are working fine on startup.
    May be its needed full path to sysctl to be added.
    /sbin/sysctl kern.timecounter.hardware="ACPI-fast"

    Anyway I glad you have solved it, but it looks a little bit strange that nothing works as it should just for you. I think the devil is in the details.

  • Pfsense Vlan + Cisco SG300

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Slow internet with pfsense

    25
    0 Votes
    25 Posts
    6k Views
    T

    I have contacted the internet provider, but its i think its strange if its something wrong with the internet? since it works ok with E.G Windows?

  • In ESXi, Clonezilla to bigger VHDD and expanding?

    4
    0 Votes
    4 Posts
    4k Views
    jimpJ

    @dotdash:

    Wouldn't it be simpler to create a new VM with a larger disk, install fresh, and restore the config?

    Much, much simpler. You'd be back up and running in minutes. Before any disk clone would ever have finished.

  • HyperV + pfSense VLAN's on one vNic

    1
    0 Votes
    1 Posts
    678 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.