Quickstart M15 OmniscreenTV IPTV STB -> Setup a DHCP-Router
7 IPTV-dhcp-OMM15_Manual.1.4.docx
Now, create a network configuration file for
eth0
network interface as follows:
$ sudo nano /etc/network/interfaces.d/eth0
Now, type in the following lines and save the configuration file by pressing
<Ctrl>
+
X
followed by
Y
and
<Enter>
.
auto eth0
iface eth0 inet static
address 192.168.1.1
netmask 255.255.255.0
Select the range you want to go with the STB’s.
We keep it at 192.168.1.0/24…
Now, disable dhcpcd service with the following command:
$ sudo systemctl disable dhcpcd
Now, restart your Raspberry Pi for the changes to take effect. SUDO REBOOT …
you know that