XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Fionn
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    Fionn

    @Fionn

    0
    Reputation
    5
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Fionn Unfollow Follow

    Latest posts made by Fionn

    • RE: Intel CPUs with P and E cores or other server CPU suggestions

      @MasterOSkillio said in Intel CPUs with P and E cores or other server CPU suggestions:

      From what I have seen in various places on the web P and E cores are not really supported yet for XCP-NG? Is it safe to assume that is changing? I believe proxmox, and VMware have moved to support them. If I use the 12600K will I have to turn off one (P or E) and use only the other?

      Not sure what you mean by "support" but I'm running as of now the P+E core setup and it works just fine. Stable, performs as expected.

      posted in Hardware
      FionnF
      Fionn
    • NIC Passthrough with mac spoofing

      Hi 🙂

      I have a VM (opnsense) with multiple NICs passed through:

      vm-param-get param-name=other-config uuid=9573800d-e20d-151d-23ff-0fe0b1c22565
      bla: {blabla}; pci: 0/0000:07:00.0,0/0000:06:00.0,0/0000:05:00.0,0/0000:04:00.0,0/0000:03:00.0; blablabla; bla
      

      And it works perfectly fine absolutely happy with it!

      Checking on the xcp-ng host: ip a

      8: xenbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
          link/ether 88:01:5b:bl:ab:la brd ff:ff:ff:ff:ff:ff
      

      it lists the desired NIC with its real mac address. This is also reflected in opnsense and the same address is shown in the webui.

      I would like to change the mac to a custom one and on opnsense i can set it just fine, however the connection with the custom mac do not work.
      Found this https://xcp-ng.org/forum/topic/9351/pcie-nic-passing-through-dropped-packets-no-communication but I'm not sure if "pci=realloc=on" helps in this case.

      https://xcp-ng.org/docs/networking.html#full-mesh-network tells me how to change the mac on a non-passthrough device but cant see anything on passthrough
      Or shall I just simply pif-forget & pif-introduce with the new mac?
      pif-introduce host-uuid=host_uuid mac=mac_address_for_pif device=eth0 (or xenbr0?)

      Thanks for the inputs

      posted in Hardware
      FionnF
      Fionn