Answer the question
In order to leave comments, you need to log in
How to set up Mikrotik for normal FTP work?
I set up 951 Mikrotik one by one manual with the following rules in the firewall:
0 chain=input action=accept protocol=icmp
1 chain=input action=accept connection-state=established,related
2 chain=output action=accept connection-state=!invalid
3 chain=forward action=accept connection-state=established,new src-address=192.168.88.0/24 in-interface=bridge-local out-interface=lte1
4 chain=forward action=accept connection-state=established,related in-interface=lte1 out-interface=bridge-local
5 chain=forward action=accept connection-state=established,new src-address=192.168.111.0/24 in-interface=bridge-guest out-interface=lte1
6 chain=forward action=accept connection-state=established,related in-interface=lte1 out-interface=bridge-guest
7 chain=input action=accept connection-state=new protocol=tcp src-address=192.168.88.0/24 in-interface=bridge-local dst-port=80,8291
8 chain=input action=drop
9 chain=output action=drop
10 chain=forward action=drop
Answer the question
In order to leave comments, you need to log in
I added Related to the 3rd rule and everything worked:
chain=forward action=accept connection-state=established,new, related src-address=192.168.88.0/24 in-interface=bridge-local out-interface=lte1
To be honest, not I understand very well what I did - I acted on a whim. Did he do the right thing?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question