hi everyone,
sorry if this becomes a repost but i couldn't find the answer to my problem.
i am running Kamikaze bleeding edge r11339. i had stock 7.09 and dd-wrt but they had their issues.
i set up a separated vlan port on my WRT54GL pretty much as described here: http://forum.openwrt.org/viewtopic.php?id=12509
everything seems to work but i can not connect to the internet from the separated port. i can access the router though (web/ssh).
originally(stock 7.09) i had the following rule in /etc/firewall.user (and it worked)
iptables -A forwarding_rule -i eth0.2 -d ! 192.168.1.0/24 -j ACCEPT
now i also tried
###Get LAN2 interface
[ -z "$LAN2" ] && config_get LAN2 lan2 ifname
###Isolated Host
## -- This allows outgoing traffic for (V)lan2 (Port 4) of the router
[ -n "$LAN2" -a -n "$WAN" ] && iptables -A forwarding_rule -i $LAN2 -o $WAN -j ACCEPT
i just don't get out from the isolated port. is there something broken in the bleeding edge? is there also something like cutting edge maybe? or have i done something wrong?
thx for your help!