So i've spend the day on this again and so far i see it work for about 2 min, then drop... Like i remove all nat Same for the ipphone.. if plug on an old router it work, unplug old router and put on the rb4011, now ipphone do work and after like 10-20min it stop. And the vpn don't work. For the vpn : purchase a vpn key 5$/month from nordvpn, somethingvpn.com... go to Starbuck cofee and lunch the softvpn : All work fine. Connect to the mikrotik and it cannot connect. Basically can i just open a port on the ipfilter and do nothing in the nat ? As currently having this :
add action=accept chain=input comment="softVPN ud" protocol=udp dst-port=1197-2100
add action=accept chain=input protocol=tcp dst-port=5060-5061 comment="Voip"
should it be put in foward ? I have hard time to understand properly and not sure the rb4011 unit is working properly either. Or to better specify the wan as interface as the only foward .. or all in foward.. :
/ip firewall filter
add action=accept chain=forward comment="allow dst-nat connections from WAN" connection-nat-state=dstnat connection-state=new in-interface-list=WAN
For the nat, with the in-interface=ether1, it look to be better. I can confirm this commande is ok at least:
add action=dst-nat chain=dstnat comment="open port inet9130 to port 80internal lan-ok" dst-address=192.168.1.120 dst-port=9130 in-interface=ether1 protocol=tcp to-addresses=\
192.168.0.128 to-ports=80
Thank to help me, the code post previously are quite all research , wiki and forum info, but still can't get it.