Hello,
Im using 1 of my Internal NICs for Proxmox, that i want to keep using for Proxmox and HomeAssistOS that is running on Proxmox.
But i want to use the WisdPi 5Gbps adapter for the Truenas VM that im running, currently also still on the Internal NIC.
After alot of Google i got it "Working" with this.
I do see it in my Modem coming up as 2.5Gbps (Only have 1 10Gbps port on my Modem, the second that im using now is 2.5Gbps but still the 2.5Gbps is better as my current 1Gbps setup, will add a 10Gbps switch later)
Now what is the problems exact?
* It seems that its not getting a IP from my Modem.
* I need to repeat the part starting from make install after a reboot
* I made a second bridge with enx34c8d6b116ef and gave it to Truenas VM, but that also doesnt pop up in my Modem and when i ping from the Truenas Shell from the Proxmox GUI it says no network
How can i keep this setup persistant (Or do i just make a sh script with those commands and @reboot in the cronfile requesting that file? Lazy but works?)
And how do i get a IP on the USB Ethernet dongle "enx34c8d6b116ef" that is my WisdPi 5Gbps, and the Bridge "vmbr1" is the bridge thats given to Truenas ?
If i also add vmbr0 (Bridge with internal NIC) to Truenas it works like before, but then its using the internal 1Gbps NIC, and want to use the 5Gbps (Curently on a 2.5Gbps port on Modem)
Im using 1 of my Internal NICs for Proxmox, that i want to keep using for Proxmox and HomeAssistOS that is running on Proxmox.
But i want to use the WisdPi 5Gbps adapter for the Truenas VM that im running, currently also still on the Internal NIC.
After alot of Google i got it "Working" with this.
Bash:
apt install git
git clone https://github.com/wget/realtek-r8152-linux.git
cd realtek-r8152-linux
make all
make install
ethtool -s enx34c8d6b116ef autoneg on advertise 0x180000000002f
ifup enx34c8d6b116ef
I do see it in my Modem coming up as 2.5Gbps (Only have 1 10Gbps port on my Modem, the second that im using now is 2.5Gbps but still the 2.5Gbps is better as my current 1Gbps setup, will add a 10Gbps switch later)
Now what is the problems exact?
* It seems that its not getting a IP from my Modem.
* I need to repeat the part starting from make install after a reboot
* I made a second bridge with enx34c8d6b116ef and gave it to Truenas VM, but that also doesnt pop up in my Modem and when i ping from the Truenas Shell from the Proxmox GUI it says no network
How can i keep this setup persistant (Or do i just make a sh script with those commands and @reboot in the cronfile requesting that file? Lazy but works?)
And how do i get a IP on the USB Ethernet dongle "enx34c8d6b116ef" that is my WisdPi 5Gbps, and the Bridge "vmbr1" is the bridge thats given to Truenas ?
If i also add vmbr0 (Bridge with internal NIC) to Truenas it works like before, but then its using the internal 1Gbps NIC, and want to use the 5Gbps (Curently on a 2.5Gbps port on Modem)