Hello,
Recently I upgraded my flint to 4.7.0 and have problem with my STB.
My STB is connected to port 4 and I have subinterface on vlan 3102.
Those two interfaces are bridged, it was working for last 2 years.
Now it seems, that DHCP offer from STB are not redirected to wan interface up to my ISP.
I see arp request on sub-interface from ISP network in that subnet, so that subinterface is working.
My question is, do you know if something has changed in terms of configuring this function or it is just a bug?
14:00:22.591956 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from e4:f7:5b:1a:5c:b0 (oui Unknown), length 548
14:00:23.693149 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from e4:f7:5b:1a:5c:b0 (oui Unknown), length 548
14:03:14.029741 ARP, Request who-has 10.207.16.219 tell 10.207.16.1, length 42
14:03:14.468150 ARP, Request who-has 10.207.16.208 tell 10.207.16.1, length 42
14:03:15.053758 ARP, Request who-has 10.207.16.219 tell 10.207.16.1, length 42
If I downgrade it to 4.6.8 all works fine.
Snippet from my /etc/config/network:
config device
option type '8021q'
option ifname 'eth0'
option vid '3102'
option name 'eth0.3102'
config device
option type 'bridge'
option name 'IPTV'
list ports 'eth0.3102'
list ports 'eth4'
config interface 'IPTV'
option proto 'static'
option device 'IPTV'
option ipaddr '192.168.7.1'
option netmask '255.255.255.0'
By the way, this is a set-top-box not running on multicast, but on unicast, and currently there is a problem with just getting an IP.