{
“ipv4_connectivity”: {“status”:“NetworkError”,“status_code”:504,“error”:“error: Error: ETIMEDOUT, response code: undefined, body: undefined connected? undefined”},
“external_ip”: {“actual_external_ip”:“176.aaa.bbb.ccc”,“actual_external_ipv6”:“null”,“router_external_ip”:“null”},
“natpmp_autoconfig”: {“status”:“NotFound”},
“upnp_autoconfig”: {“status”:“NotFound”}
nat włączony
upnp włączone
więcej sam nie potrafię zrobić.
konfiguracja:
modem huawei EG8245H5
router mikrotik routerboard hAP
streamer na windows 10
wszystko w sieci LAN
Hi Jacek,
Since you have a Huawei modem / router and a MikroTik router, you need to “draw” a network diagram to give us more information.
The below “solution” is when the MikroTik is your router/firewall and your core is connected to it by a cables connection. This assumes that the ISP provided Huawei is in bridgemode (or acts as an Wireless AccessPoint).
Check this link:
Mikrotik UPNP portforwarding for Mikrotik
TLDR;
Do not use upnp on a Mikrotik ROS router, it is not the best and secure way to enable ARC.
You only need to have the following rule in your Mikrotik configuration:
/ip/firewall/nat
;;; Roon ARC example rule, change it to reflect your situation
add action=dst-nat chain=dstnat comment="Roon ARC" dst-port=41997 in-interface-list=WAN protocol=tcp to-addresses=192.168.20.45 \
to-ports=41997
Where 192.168.20.45 is the IP address of the Roon Core and 41997 is the ARC port.
**DISCLAIMER: **
MikroTik Router OS is complicated and configurations can be made in several ways.
Always check if the above can be used in your configuration!
Cheers Peter
@Jacek_Kalkun Thanks for taking the time to give us a status update …
Thank you for trying to help. I did this: I threw out Mikrotik, and on Huwawei I made a static IP address. Roon ARC works fine.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.