Tannhauser 0 Posted November 7, 2021 Posted November 7, 2021 Hi I know this question has been asked numerous times, but I have already read two Emby connection guides and some other forum posts regarding the same issue to no avail. My issue is simply that I can't connect to my Emby server remotely. I have followed these guides: https://support.emby.media/support/solutions/articles/44001849007-connectivity https://support.emby.media/support/solutions/articles/44002137137-remote-setup Right now I'm stuck at the "traceroute" command, as I'm a bit unsure how to read the output: traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets 1 _gateway (192.168.1.1) 2.382 ms 3.843 ms 3.798 ms 2 192.168.87.1 (192.168.87.1) 4.660 ms 4.830 ms 7.049 ms 3 100.76.0.2 (100.76.0.2) 8.531 ms 8.489 ms 9.729 ms 4 45.80.95.198 (45.80.95.198) 8.042 ms 8.280 ms 8.242 ms 5 45.80.95.224 (45.80.95.224) 9.490 ms 9.499 ms 9.460 ms 6 45.80.95.222 (45.80.95.222) 9.423 ms 5.053 ms 6.278 ms 7 * * * 8 89.184.134.238 (89.184.134.238) 16.229 ms 89.184.134.240 (89.184.134.240) 16.363 ms 16.335 ms 9 89.184.134.79 (89.184.134.79) 16.305 ms 16.277 ms 17.424 ms 10 212.10.11.15 (212.10.11.15) 17.382 ms 17.344 ms 17.312 ms 11 108.170.252.65 (108.170.252.65) 21.002 ms 108.170.251.129 (108.170.251.129) 18.483 ms 108.170.252.65 (108.170.252.65) 19.554 ms 12 142.250.236.37 (142.250.236.37) 14.808 ms 142.250.209.243 (142.250.209.243) 14.825 ms 142.250.225.77 (142.250.225.77) 14.691 ms 13 dns.google (8.8.8.8) 14.650 ms 14.868 ms 15.202 ms The site canyouseeme.org shows the correct IP (WAN) as is shown on my server dashboard. When entering the port 8096 or 8920 I get the message: "Error: I could not see your service. Reason: Connection timed out". Here are my other settings: Emby network settings Allow remote connections to this Emby Server (checked) Enable automatic port mapping (checked) Router information and settings NETGEAR Router Turn UPnP On (checked) Active Protocol Int. Port Ext. Port IP Address YES TCP 8096 8096 192.168.1.18 YES TCP 8920 8920 192.168.1.18 Server information Ubuntu 20.04.3 LTS LAN-connection
Q-Droid 827 Posted November 7, 2021 Posted November 7, 2021 30 minutes ago, Tannhauser said: 1 _gateway (192.168.1.1) 2.382 ms 3.843 ms 3.798 ms 2 192.168.87.1 (192.168.87.1) 4.660 ms 4.830 ms 7.049 ms The second hop is not a good sign. It looks like double NAT.
Tannhauser 0 Posted November 8, 2021 Author Posted November 8, 2021 Thanks for the reply. What does double NAT mean, and can I solve the problem in any way?
Q-Droid 827 Posted November 8, 2021 Posted November 8, 2021 It means that your private network and router (192.168.1.0) are behind another private network and router (192.168.87.0). More often than not because someone installs a personal router connected to an ISP router. Usually can be fixed by changing the provider's modem/router to bridge mode or configure DMZ. In your case hop 3 is also a private network (100.76.0.0) so even if you fixed hop 2 your provider might be using CGNAT. If your provider can't give you a public IP address for your WAN connection then the solutions get more complex. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now