i have Irregular service in Skype and other chat programs with the merge 2 lines by nth
when i use 1 line it working fine without merge by nth
my config
/ip firewall filter
add action=accept chain=forward comment=“ENABLE MY IP a7med bero” disabled=no
src-mac-address=xx:xx:xx:xx:xx:xx
add action=jump chain=forward comment="TCP SERVICE " disabled=no jump-target=
TCP protocol=tcp src-address=7.7.7.0/24add action=accept chain=TCP comment=“Http ports” disabled=no dst-port=80
protocol=tcp src-address=7.7.7.0/24add action=accept chain=TCP comment=“allow win box” disabled=no dst-port=8291
protocol=tcp src-address=7.7.7.0/24add action=accept chain=TCP comment=“Conquer ports” disabled=no dst-port=
9528,9958,5816 protocol=tcp src-address=7.7.7.0/24add action=accept chain=TCP comment=“gmail send” disabled=no dst-port=587
protocol=tcp src-address=7.7.7.0/24add action=accept chain=TCP comment=“teamviewer ports” disabled=no dst-port=
5938 protocol=tcp src-address=7.7.7.0/24add action=accept chain=TCP comment=“CHAT Services” disabled=no dst-port=
443,5000,5001,5050,5100,1408,1863,7070,12340 protocol=tcp src-address=
7.7.7.0/24
add action=drop chain=TCP comment=“Drop Other Ports” disabled=no protocol=tcp
src-address=7.7.7.0/24add action=jump chain=forward comment=“UDP SERVICE” disabled=no jump-target=
UDP protocol=udp src-address=7.7.7.0/24add action=accept chain=TCP comment=“gmail send” disabled=no dst-port=587
protocol=udp src-address=7.7.7.0/24add action=accept chain=forward comment=“Allow NortonDNS DNS” disabled=no
dst-address=198.153.192.50 dst-port=53 protocol=udp src-address=
7.7.7.0/24add action=accept chain=forward comment=“Allow NortonDNS DNS” disabled=no
dst-address=198.153.194.50 dst-port=53 protocol=udp src-address=
7.7.7.0/24add action=drop chain=forward comment=“drop dns” disabled=no dst-port=53
protocol=udp src-address=7.7.7.0/24add action=accept chain=UDP comment="DNS " disabled=no dst-port=53 protocol=
udp src-address=7.7.7.0/24add action=accept chain=UDP comment=DHCP disabled=no dst-port=67-68 protocol=
udp src-address=7.7.7.0/24add action=accept chain=UDP comment=NTP disabled=no dst-port=123 protocol=udp
src-address=7.7.7.0/24add action=accept chain=UDP comment=“MAC WINBOX” disabled=no dst-port=20561
protocol=udp src-address=7.7.7.0/24add action=accept chain=UDP comment=“Neighbour discovery” disabled=no
dst-port=5678 protocol=udp src-address=7.7.7.0/24add action=drop chain=UDP comment=“Drop Other Ports” disabled=no protocol=udp
src-address=7.7.7.0/24add action=jump chain=forward comment=“ICMP Service 3COM” disabled=no
jump-target=ICMP protocol=icmp src-address=7.7.7.0/24add action=accept chain=ICMP comment=“"" 3com” disabled=no protocol=icmp
src-address=7.7.7.1add action=drop chain=ICMP comment=“drop ping on network” disabled=no
protocol=icmp src-address=7.7.7.0/24add action=log chain=forward comment=“Allow WhiteLists” disabled=no
log-prefix=“White Lists”add action=accept chain=forward comment=“""” disabled=no
add action=drop chain=forward disabled=no src-address-list=HotSpotShieldUsers
add action=log chain=forward comment=“Block HotSpot Shield” disabled=no
log-prefix=HotSpotShield src-address-list=HotSpotShieldUsers
/ip firewall mangleadd action=mark-connection chain=prerouting connection-state=new disabled=no
new-connection-mark=LINE1 nth=2,1 passthrough=yes src-address=7.7.7.0/24add action=mark-routing chain=prerouting connection-mark=LINE1 disabled=no
new-routing-mark=LINE1 passthrough=yes src-address=7.7.7.0/24add action=mark-connection chain=prerouting connection-state=new disabled=no
new-connection-mark=LINE2 nth=2,2 passthrough=yes src-address=7.7.7.0/24add action=mark-routing chain=prerouting connection-mark=LINE2 disabled=no
new-routing-mark=LINE2 passthrough=yes src-address=7.7.7.0/24add action=add-dst-to-address-list address-list=WHITELIST
address-list-timeout=4w4d chain=prerouting comment=WHITELIST content=
!127.0.0.1:895 disabled=no dst-port=443 protocol=tcpadd action=add-dst-to-address-list address-list=WHITELIST
address-list-timeout=4w4d chain=prerouting comment=WHITELIST content=
!127.0.0.1:895 disabled=no dst-port=80 protocol=tcpadd action=add-dst-to-address-list address-list=HotSpotShieldUsers
address-list-timeout=1h chain=prerouting comment=HotSpotShieldUsers
content=127.0.0.1:895 disabled=no dst-port=80 protocol=tcp
/ip firewall natadd action=passthrough chain=unused-hs-chain comment=
“place hotspot rules here” disabled=yes to-addresses=0.0.0.0add action=masquerade chain=srcnat comment=“masquerade hotspot network”
disabled=no out-interface=WAN src-address=7.7.7.0/24 to-addresses=0.0.0.0add action=masquerade chain=srcnat comment=“masquerade hotspot network”
disabled=no out-interface=WAN2 src-address=7.7.7.0/24 to-addresses=
0.0.0.0
please help