Ok. it works. Silly mistake, I forgot to bring up the br2 interface. Ip address on the br interface is not needed. As reference in case anynone needs a similar setup: Switch port 1 has tagged vlans 11 and 12 for insecure devices and guest (only 2.4gz) wifi. Ports 234 are untagged vlan 1 for the...
Hi,
I am trying to tag vlan traffic for the guest networks, I have found several threads and I think my config is correct, but it´s only working if the wifi guest network is open, once I set it to WPA2 clients cannot authenticate.
The config is:
robocfg vlan 1 ports "2 3 4 5t
robocfg vlan 11...
Have you tried to disable the revese path filters on vlan4 and br0? I need this to make my IPTV work:
/bin/echo 0 > /proc/sys/net/ipv4/conf/vlan4/rp_filter
/bin/echo 0 > /proc/sys/net/ipv4/conf/br0/rp_filter
If this works you can add this start scripts (I've got them on firewall and nat start)...
Disable igmproxy on GUI...
Create your config on /jffs/configs/igmpproxy.conf
On services-start:
sleep 60
killall igmpproxy
/usr/sbin/igmpproxy /jffs/configs/igmpproxy.conf
It works for me on Telefonica (Spain) IPTV. You probably can omit the killall if igmpproxy is disabled on gui.
Good luck.
That would be great, meanwhile you cant just disable igmpproxy on gui and run it from services-start
sleep 60
/usr/sbin/igmpproxy /jffs/configs/igmpproxy.conf
In my config the sleep was necessary before starting it.