Cezary miałem jeszcze to w etc/config/firewall
config forwarding
option scr 'vlan7'
option dest 'wan'
I jak powyższe wywaliłem to wtedy ruch do wanu był niedostępny.
W iptables wygląda na to, że reguły się dodają
Chain zone_vlan7_dest_ACCEPT (4 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere /* !fw3 */
Chain zone_vlan7_forward (1 references)
target prot opt source destination
forwarding_vlan7_rule all -- anywhere anywhere /* !fw3: user chain for forwarding */
zone_wan_dest_REJECT tcp -- anywhere anywhere /* !fw3: reject-vlan7-wan */
zone_wan_dest_REJECT udp -- anywhere anywhere /* !fw3: reject-vlan7-wan */
ACCEPT all -- anywhere anywhere ctstate DNAT /* !fw3: Accept port forwards */
zone_vlan7_dest_ACCEPT all -- anywhere anywhere /* !fw3 */
Chain zone_vlan7_input (1 references)
target prot opt source destination
input_vlan7_rule all -- anywhere anywhere /* !fw3: user chain for input */
ACCEPT all -- anywhere anywhere ctstate DNAT /* !fw3: Accept port redirections */
zone_vlan7_src_ACCEPT all -- anywhere anywhere /* !fw3 */
Chain zone_vlan7_output (1 references)
target prot opt source destination
output_vlan7_rule all -- anywhere anywhere /* !fw3: user chain for output */
zone_vlan7_dest_ACCEPT all -- anywhere anywhere /* !fw3 */
Chain zone_vlan7_src_ACCEPT (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere ctstate NEW,UNTRACKED /* !fw3 */
Mógłbym prosić jeszcze o informację, gdzie sprawdzić te liczniki?