Hello All,
I have a little Problem with Libreelec and making a "virtuel" eth0.1.
Tried this:
Code
The Setting i add for the interfaces file in /etc/network
[list=1]
[*]eth0:4 - AVM DVB-C Tuner #1 loop
iface eth0:4 inet static
address 192.168.0.96
netmask 255.255.255.0
broadcast 192.168.0.255
[/list]
[list=1]
[*]eth0:3 - AVM DVB-C Tuner #2 loop
iface eth0:3 inet static
address 192.168.0.97
netmask 255.255.255.0
broadcast 192.168.0.255
[/list]
Display More
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.