Tips for the configuration of the Turris Omnia with the FTTH of Orange Polska in Katowice.
Turris OS version: 3.11.23
/etc/config/network
config interface 'wan'
option proto 'pppoe'
option password 'xxxxxxxx'
option ifname 'eth1.35'
option mtu '1500'
option ipv6 '1'
option username 'xxxxxxx@neostrada.pl/ipv6'
config interface 'iptv'
option type 'bridge'
option ifname 'eth2 eth1.838 eth1.839'
option proto 'none'
option auto '1'
/etc/rc.local (updated)
for i in 0 1 2 3 4 5 6 7; do
/usr/sbin/ip link set eth1.838 type vlan egress $i:4
/usr/sbin/ip link set eth1.839 type vlan egress $i:4
done