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

    Pen2

    @Pen2

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

    Pen2 Unfollow Follow

    Best posts made by Pen2

    • RE: RTL8153 Compile

      i find patch solution
      just make file /etc/udev/rules.d/70-persistent-net.rules
      and put your all nic in it like this:

      SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="6a:66:e8:33:0f:1c", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
      SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="ed:8c:c1:ba:cb:b9", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
      SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="7c:3f:5f:fa:e4:a3", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"
      

      just change your own mac address. reboot and then xe pif-forget=(side-xxx uuid)
      and reboot.

      posted in Development
      P
      Pen2

    Latest posts made by Pen2

    • RE: RTL8153 Compile

      i find patch solution
      just make file /etc/udev/rules.d/70-persistent-net.rules
      and put your all nic in it like this:

      SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="6a:66:e8:33:0f:1c", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
      SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="ed:8c:c1:ba:cb:b9", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
      SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="7c:3f:5f:fa:e4:a3", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"
      

      just change your own mac address. reboot and then xe pif-forget=(side-xxx uuid)
      and reboot.

      posted in Development
      P
      Pen2
    • RE: RTL8153 Compile

      has enyone get this usb nic to work?

      posted in Development
      P
      Pen2