I currently have a mikrotik router 433 running winbox 3.10v,
We are currently not able to replicate with our lotus notes server in another country. I believe it’s because the port is not enabled. How do I enable the port?
Thanks for your response.
I currently have a mikrotik router 433 running winbox 3.10v,
We are currently not able to replicate with our lotus notes server in another country. I believe it’s because the port is not enabled. How do I enable the port?
Thanks for your response.
is that lotus server behind a router? you should make a small network diagram showing where is your client device, your mikrotik roters, and the lotus server
The lotus notes server is in another country (i,e not in my network) and being accessed either via web or through replication. we are able to access it using a web browser but we are not able to replicate with my router in between.
Thanks for the response
I don’t see how the RouterOS router could be the problem if you can access your lotus with a simple webbrowser. for the router, this communication is identical to browsing any other webpage. yes? if so, do any other webpages have similar issues? do you get any errors, if yes - what kind?
Browsing is not a problem as it uses port 80,but for lotus notes to replicate it uses port 1352,
and basically that port is not open.
as below
0 telnet 23 0.0.0.0/0
1 ftp 21 0.0.0.0/0
2 www 80 0.0.0.0/0
3 ssh 22 0.0.0.0/0
4 X www-ssl 443 0.0.0.0/0 none
5 X api 8728 0.0.0.0/0
6 winbox 8291 0.0.0.0/0
I had tried to include the port as below
/ip service> set lotus port=1352 address=0.0.0.0/0
and got an error
invalid item number
from winbox , ip-> firewall ->service ports → add the new port.
that list includes ports used BY THE ROUTER. you need to set up DST-NAT probably, or check if your firewall rules are not blocking it.