• PFSense dropping on LAN with KVM

    4
    0 Votes
    4 Posts
    670 Views
    G
    It seems I might have made a mistake in my virtual network configuration. I tried ssh'ing to the gateway 10.0.0.1, and lo and behold, an ssh server running. Turns out it was my virtualization host listening on that address. A reboot of the router must have made it also on that address (is that possible?) temporarily. > virsh net-dumpxml lan_priv <network connections='2'> <name>lan_priv</name> <uuid>567ca017-512e-4211-87c7-ae0193806d20</uuid> <bridge name='virbr1' stp='on' delay='0'/> <mac address='52:54:00:2e:3d:0f'/> **<ip address='10.0.0.1' netmask='255.255.240.0'>** ^^^^^ (oops) </ip> </network> I believe it should be **"10.0.0.0"** for the network ip address. I'll clean everything up and report the results.
  • pfSense on KVM slow network - upload speed

    5
    0 Votes
    5 Posts
    1k Views
    N
    Here are the iperf3 tests results: Test#1 ubuntu:~$ iperf3 -4 -c bouygues.iperf.fr Connecting to host bouygues.iperf.fr, port 5201 [ 4] local 192.168.5.102 port 45186 connected to 89.84.1.222 port 5201 [ ID] Interval Transfer Bandwidth Retr Cwnd [ 4] 0.00-1.00 sec 3.33 MBytes 27.9 Mbits/sec 55 260 KBytes [ 4] 1.00-2.00 sec 2.72 MBytes 22.8 Mbits/sec 0 305 KBytes [ 4] 2.00-3.00 sec 3.09 MBytes 25.9 Mbits/sec 0 335 KBytes [ 4] 3.00-4.00 sec 3.65 MBytes 30.6 Mbits/sec 0 352 KBytes [ 4] 4.00-5.00 sec 3.52 MBytes 29.5 Mbits/sec 0 360 KBytes [ 4] 5.00-6.00 sec 3.52 MBytes 29.5 Mbits/sec 0 361 KBytes [ 4] 6.00-7.00 sec 3.65 MBytes 30.6 Mbits/sec 0 361 KBytes [ 4] 7.00-8.00 sec 3.71 MBytes 31.1 Mbits/sec 0 363 KBytes [ 4] 8.00-9.00 sec 3.58 MBytes 30.1 Mbits/sec 0 368 KBytes [ 4] 9.00-10.00 sec 3.83 MBytes 32.2 Mbits/sec 0 381 KBytes [ ID] Interval Transfer Bandwidth Retr [ 4] 0.00-10.00 sec 34.6 MBytes 29.0 Mbits/sec 55 sender [ 4] 0.00-10.00 sec 32.9 MBytes 27.6 Mbits/sec receiver iperf Done. Test#2 ubuntu:~$ iperf3 -4 -c bouygues.iperf.fr Connecting to host bouygues.iperf.fr, port 5201 [ 4] local 192.168.5.102 port 45206 connected to 89.84.1.222 port 5201 [ ID] Interval Transfer Bandwidth Retr Cwnd [ 4] 0.00-1.00 sec 4.95 MBytes 41.5 Mbits/sec 154 415 KBytes [ 4] 1.00-2.00 sec 4.45 MBytes 37.3 Mbits/sec 0 481 KBytes [ 4] 2.00-3.00 sec 4.88 MBytes 41.0 Mbits/sec 0 526 KBytes [ 4] 3.00-4.00 sec 5.25 MBytes 44.1 Mbits/sec 0 557 KBytes [ 4] 4.00-5.00 sec 5.50 MBytes 46.1 Mbits/sec 0 574 KBytes [ 4] 5.00-6.00 sec 5.62 MBytes 47.2 Mbits/sec 0 584 KBytes [ 4] 6.00-7.00 sec 5.87 MBytes 49.3 Mbits/sec 0 585 KBytes [ 4] 7.00-8.00 sec 5.69 MBytes 47.7 Mbits/sec 0 585 KBytes [ 4] 8.00-9.00 sec 5.81 MBytes 48.7 Mbits/sec 0 585 KBytes [ 4] 9.00-10.00 sec 5.99 MBytes 50.3 Mbits/sec 0 592 KBytes [ ID] Interval Transfer Bandwidth Retr [ 4] 0.00-10.00 sec 54.0 MBytes 45.3 Mbits/sec 154 sender [ 4] 0.00-10.00 sec 51.2 MBytes 42.9 Mbits/sec receiver iperf Done. Thanks N
  • Which virtualization platform?

    6
    0 Votes
    6 Posts
    1k Views
    M
    @heper Thank you. My home network is pretty small and my use cases generally don't put much of a load on anything. Also, I only have a 200 Mbs WAN connection so guessing that pfSense performance on the hardware I have ordered won't be an issue. That said, it's good to know that some folks may consider EXSi to offer better performance than Proxmox and I will do some research in this area too. Thank you again.
  • Planning my transition to PFSense

    1
    0 Votes
    1 Posts
    217 Views
    No one has replied
  • [Solved] More than one private ip subnet on LAN interface?

    Moved
    23
    0 Votes
    23 Posts
    3k Views
    DerelictD
    Sounds like you should probably move to a proxmox forum.
  • Running pfSense in Hyper-V on my media server?

    Moved
    12
    0 Votes
    12 Posts
    1k Views
    M
    I see no problem here. One nic connected to a v switch of type external (for example called INET). Connect the wan if of the pfsense vm to that. Make sure the host os cannot us it. create a new v switch of type external (called Internal) and connect one physical nic to it. last, connect the host os, lan nic of pfsense and any other internal vm to that v switch
  • Help me config my router

    6
    0 Votes
    6 Posts
    662 Views
    N
    @keitetran The reason you would like different lans could be policies. Binding them all together at the esxi level (in software) could work, but again why?
  • 0 Votes
    3 Posts
    589 Views
    G
    Hi awebster, you're right, i have solved my issue. the origin of my problem is in igbn driver. with the vmlinux driver "igb" all is fine. you can find all details here : https://communities.vmware.com/message/2905942#2905942 thanks for your reply
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • pfsense in HyperV with multiple NICs as LAN

    Moved
    13
    0 Votes
    13 Posts
    3k Views
    stephenw10S
    Ah, OK. That is certainly possible. I was confused by the discussion of 'teaming' which is not what you want at all. You have two choices here: Pass though 3 three NIC to pfSense and bridge them. That will give your the behaviour you want but as (I now see) you initially said it's a very inefficient way of creating a switch. Bridging can be awkward in pfSense. Create a vswitch in hyper-v and connect all 3 to it. It's still doing it in software which is not as good as a real switch but at least it's trying to be a switch rather than a bridge. That also simplifies the pfSense config significantly that would then only have a single LAN interface internally connected to the vswitch. Steve
  • Can't get puplic IP in pfSense with Hyper-V in Windows 10 Pro

    3
    0 Votes
    3 Posts
    530 Views
    M
    It was working for two days. After i woke up, no internet... I had to restart pfSense and had a new public IP and it was working again. I217 is always unidentified... Nobody here has pfSense running in Hyper-V on Windows 10?
  • Pfsense high cpu usage KVM (Unraid)

    Moved unraid high cpu virtual nic
    45
    0 Votes
    45 Posts
    13k Views
    stephenw10S
    That's odd. i350 is very widely used. Unless it was one of the many fake Intel cards that are about...
  • Pfsense on esxi 6.7 u3 routing fails

    1
    0 Votes
    1 Posts
    302 Views
    No one has replied
  • PFsense seems to be losing Network connection.

    Moved
    6
    0 Votes
    6 Posts
    662 Views
    H
    @Riano-desouza did that work for you?
  • RAM not updated after vRAM increase on ESXi

    1
    0 Votes
    1 Posts
    218 Views
    No one has replied
  • PFSENSE HA SETUP IN VMWARE

    3
    0 Votes
    3 Posts
    1k Views
    A
    thank you so much =)
  • pfSense on Hyper-V Home Setup questions.

    32
    0 Votes
    32 Posts
    4k Views
    uxmU
    Thank you very much! Im starting right away! Thanks @provels !
  • Latency/Interrupt issues

    1
    0 Votes
    1 Posts
    362 Views
    No one has replied
  • i am having pfsense issues with vmware 15 pro

    1
    0 Votes
    1 Posts
    280 Views
    No one has replied
  • Stuck at Booting (KVM/ubuntu18.04 server)

    3
    0 Votes
    3 Posts
    1k Views
    S
    seems the problem was the cpu configuration as soon as i change from "copy host CPU configuration" to westmere the pfsense vm booted. not sure what this setting entails thou ill have to search for it see if can learn about it thanks @kiokoman your parameters helped me
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.