Hi there,
I'm trying to setup routed mode for my IPTV Provider KPN.
It's working out pretty well.
It requires me to setup VLAN4 (tagged) on the WAN interface and setup a NAT rule for it.
I have been following this guide (dutch):
http://netwerkje.com/routed-iptv
So far I have:
/jffs/scripts/wan-start:
Help with iptables (IPTV Routing)
I'm trying to setup routed mode for my IPTV Provider KPN.
It's working out pretty well.
It requires me to setup VLAN4 (tagged) on the WAN interface and setup a NAT rule for it.
I have been following this guide (dutch):
http://netwerkje.com/routed-iptv
So far I have:
/jffs/scripts/wan-start:
Code:
#!/bin/sh # Leave VOIP traffic tagged for original router /usr/sbin/robocfg vlan 7 ports "0t 3t" # Setup VLAN4 on the CPU as well so we can talk to it /usr/sbin/robocfg vlan...