Hello,
I am a fresh for mikrotik, and currently use CCR1036 for router, I want to setup a fallwall rule to allow the svn to download data from externet, and drop all other connections. How to achieve this?
assume the router ip is 192.168.8.1, and the machine ip is 192.168.8.8, the svn server ip is: www.svnserver.com and the svn port is 3690.
I set the rule as below, but failed:
add action=accept chain=forward dst-port=3690 protocol=tcp src-address=192.168.8.8 dst-address list=svnserver
add action=drop chain=forward src-address=192.168.8.0/24
1, svnserver is the Address list which set in IP/Firewall/Address Lists
2, when run svn command(svn up) in terminal, the error information is: svn: Unknown hostname ‘www.svnserver.com’