Continuing the discussion from ARC and cascading routers:
Roon Server Machine
Networking Gear & Setup Details
-
Who is your internet service provider?
-
Please list the make and model of your modem and router?
-
Do you have any additional network hardware, like additional routers or managed switches?
-
Does your network have any VPNs, proxy servers, or enterprise-grade security?
Connected Audio Devices
Description of Issue -
What is the exact port forwarding error message you see in the Roon Settings â ARC tab?
Unfortunately my topic was closed while I was on vacationâŠ
The last diagnosis was that GC-NAT would bet the problem, but I checked it and I do have an public web address (Telekom reassured my they donât do GC-NAT and I can see that the IP my âouterâ Fritzbox is giving me is the same as I can test with âWhat is my IPââŠ
So I still get
{
âipv4_connectivityâ: {âstatusâ:âNetworkErrorâ,âstatus_codeâ:504,âerrorâ:âerror: Error: ETIMEDOUT, response code: undefined, body: undefined connected? undefinedâ},
âexternal_ipâ: {âactual_external_ipâ:â91.aaa.bbb.cccâ,âactual_external_ipv6â:ânullâ,ârouter_external_ipâ:ânullâ},
ânatpmp_autoconfigâ: {âstatusâ:âNotFoundâ},
âupnp_autoconfigâ: {âstatusâ:âNotFoundâ}
}
This is with port forwarding the NAS port in both routers.
When I activate UPnP in the inner router (sub-net), I get
{
âipv4_connectivityâ: {âstatusâ:âNetworkErrorâ,âstatus_codeâ:504,âerrorâ:âerror: Error: ETIMEDOUT, response code: undefined, body: undefined connected? undefinedâ},
âexternal_ipâ: {âactual_external_ipâ:â91.aaa.bbb.cccâ,âactual_external_ipv6â:ânullâ,ârouter_external_ipâ:ânullâ},
ânatpmp_autoconfigâ: {âstatusâ:âNotFoundâ},
âupnp_autoconfigâ: {âserver_ipâ:â192.aaa.bbb.1â,âfound_upnpâ:true,âerrorâ:â<?xml version=\"1.0\"?>\n<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/\â s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/\â>\n<s:Body>\n<s:Fault>\ns:Client\nUPnPError\n\n<UPnPError xmlns="urn:schemas-upnp-org:control-1-0">\n403\nNot available Action\n\n\n</s:Fault>\n</s:Body>\n</s:Envelope>â}
}
The server IP found is correct (namely the inner router - IP here edited by me).
To activate UPnP in the outer router as well doesnât change anything:
{
âipv4_connectivityâ: {âstatusâ:âNetworkErrorâ,âstatus_codeâ:504,âerrorâ:âerror: Error: ETIMEDOUT, response code: undefined, body: undefined connected? undefinedâ},
âexternal_ipâ: {âactual_external_ipâ:â91.aaa.bbb.cccâ,âactual_external_ipv6â:ânullâ,ârouter_external_ipâ:ânullâ},
ânatpmp_autoconfigâ: {âstatusâ:âNotFoundâ},
âupnp_autoconfigâ: {âserver_ipâ:â192.aaa.bbb.1â,âfound_upnpâ:true,âerrorâ:â<?xml version=\"1.0\"?>\n<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/\â s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/\â>\n<s:Body>\n<s:Fault>\ns:Client\nUPnPError\n\n<UPnPError xmlns="urn:schemas-upnp-org:control-1-0">\n403\nNot available Action\n\n\n</s:Fault>\n</s:Body>\n</s:Envelope>â}
}
Can anyone help me with this, please?