I recently upgraded to Ubuntu 18.04 and I’m having difficulty claiming plex. The server remains available on my home network. I did a little googling and tried to remove the Preferences file and re-claim, but that did not work. Unfortunately I do not have any older .deb files, so I haven’t tried backing down to an older version of Plex.
You have network issues, since PMS keeps detecting Network Interface Change
Also, you have timeouts when reaching the internet (plex.tv), and that could indicate a bad gateway, or a faulty DNS.
If gateway is okay, I suggest for a short test you switch your DNS to Google (8.8.8.8 and 8.8.4.4)
I’m not sure I totally understand. The laptop running the server otherwise has fine internet connectivity.
The only other thing I can think is my firewall. I’m using UFW to manage my firewall and am currently allowing connections to PlexMediaServer from Anywhere and vice versa, and this hasn’t changed.
Plex is failing in configuring NAT on your router:
Plex Media Server.4.log:Dec 24, 2019 13:44:27.405 [0x7f03dd7fa700] WARN - NAT: UPnP, error mapping port 16995, error: The port mapping entry specified conflicts with a mapping assigned previously to another client, controlURL: http://192.168.1.1:56688/ctl/IPConn.
Plex Media Server.4.log:Dec 24, 2019 14:44:32.135 [0x7f03f7fff700] WARN - NAT: UPnP, error mapping port 17384, error: The port mapping entry specified conflicts with a mapping assigned previously to another client, controlURL: http://192.168.1.1:56688/ctl/IPConn.
Plex Media Server.4.log:Dec 24, 2019 14:44:32.411 [0x7f03f7fff700] WARN - NAT: UPnP, error mapping port 20310, error: The port mapping entry specified conflicts with a mapping assigned previously to another client, controlURL: http://192.168.1.1:56688/ctl/IPConn.
Plex Media Server.5.log:Dec 21, 2019 18:37:31.727 [0x7f03cd7fa700] WARN - NAT: UPnP, error mapping port 13263, error: The port mapping entry specified conflicts with a mapping assigned previously to another client, controlURL: http://192.168.1.1:56688/ctl/IPConn.
Plex Media Server.5.log:Dec 21, 2019 18:37:32.012 [0x7f03cd7fa700] WARN - NAT: UPnP, error mapping port 13470, error: The port mapping entry specified conflicts with a mapping assigned previously to another client, controlURL: http://192.168.1.1:56688/ctl/IPConn.
Without changing anything in your server, can you share the results of the commands below?
After fiddling the the DNS and refreshing Preferences (by stopping Plex, deleting the file, and restarting), Plex seems to be working.
I don’t know much about networking but tried to follow the instructions on these sites. Using dnsmasq I added the severs dane22 suggested as per hte below. add the addresses that dane22 suggested.
cav@serverUbuntu:/$ sudo nano /etc/dnsmasq.conf
# Add other name servers here, with domain specs if they are for
# non-public domains
#server = /localnet/192.168.0.01
server=8.8.4.4
server=8.8.8.8
I meant to include - I’m not sure if this is a sustainable solution. Does this seem like a reasonable configuration to leave in place, or is there more you would do?