ip firewall nat add chain=dstnat dst-address=public-ip action=dst-nat to-addresses=local-ip
iptables -t nat -A POSTROUTING -o eth0.4 -d 10.0.0.0/8 -j MASQUERADE
ip firewall filter add chain=forward protocol=tcp dst-port=8393,5222,5223 action=drop
ip firewall filter add chain=forward protocol=udp dst-port=5100-5400,2099 action=drop
queue simple add name="Full Speed" target="0.0.0.0/0" parent=none packet-marks="" priority=8/8 queue=default-small/default-small limit-at=0/0 max-limit=5M
/5M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
queue simple add target=192.168.6.70 max-limit=256000/256000 limit-at=256000/256000
ip firewall nat add dst-address=(WAN-IP) dst-port=80 action=dst-nat to-addresses=(LAN-IP-WEBSERVER) to-ports=80
ip hotspot ip-binding add address=172.31.0.0/24 type=bypassed