Based on the information before I added two rules as a workaround to allow all traffic between both interfaces:
- iptables -I sfilter 1 -o tunopsoar_offic -i tunrw -j ACCEPT
- iptables -I sfilter 1 -o tunrw -i tunopsoar_offic -j ACCEPT
is there any way I can make this permanent on shorewall configuration?