Virtual NIC Librelec / DVBC Tuner.

  • Hello All,

    I have a little Problem with Libreelec and making a "virtuel" eth0.1.
    Tried this:


    But could not write :(
    Is there no Option or SSH Command to make this on Libreelec?

    I need this because i want to make 2 new Virtual eth Nics fpr my AVM DVB-C Tuner.

    I got this Idea from here.:TVHeadend AVM DVB-C

    Maybe somebody could help me thank you.

  • One option is to put in autostart.sh

    Code
    ifconfig eth0:4 192.168.0.96 netmask 255.255.255.0 broadcast 192.168.0.255
    ifconfig eth0:3 192.168.0.97 netmask 255.255.255.0 broadcast 192.168.0.255

  • One option is to put in autostart.sh

    Code
    ifconfig eth0:4 192.168.0.96 netmask 255.255.255.0 broadcast 192.168.0.255
    ifconfig eth0:3 192.168.0.97 netmask 255.255.255.0 broadcast 192.168.0.255

    Thank you....

    That does the Trick :)...

    Now i have 2 Tuners YEAH.... :)