Hello,
I have a problem with Mikrotik wireless and Dlink IPCameras because they are disconnecting from the wireless network.
Someone else had a problem with this scenario? i changed routerboard, changed the wireless configuration but nothing, they still don’t work. if i change the wireless AP with another (not mikrotik) che connection is stable and i don’t have any issues.
Who added these rules… they smell of security risk.
Don’t tell me that you actually use the default port for winbox.
(There is no need to identify winbox port on firewall rules).
The only thing that needs to be in the INPUT chain is allow admin to router access.
Typically this is done from the applicable in-interface or interface-list and source address list
source address list=list of PCs or laptops that you expect to access the router from.
In addition any dns queries port 53 udp.tcp from the LAN-interface-list.
Use macwinbox and system services to delineate the port and access for winbox (not visible on fw rules then).
Ensure user name is not the default and passwords included.
your nat rule needs an out-interfaceor whatever is the appropriate actual outgoing interface.
If its a dynamic IP typically one puts out-interface=eth1 and if its a static IP, one uses dest-address=assigned IP and action=srcnat
/ip firewall nat
add action=masquerade chain=srcnat ???
I dont see the general rule required in the firewall filter forward chain for DST to allow you nat rules through the firewall??
connection-state=new connection-nat-state=dstnat in-interface=eth1-wan for example.
I have not seen this rule stated quite this way… If its the last rule in your input chain just need drop all, why only the in-interface=eth1? Dont want crap from any interface.
add action=drop chain=input comment="DROP all packet IN" in-interface=ether1
Remove these from config in future before posting.
/ip service
set www address=0.0.0.0/0 port=1080
set winbox address=0.0.0.0/0 port=18291