How to enable local network from allowednetwork?

How do I enable my local network from allowed network?

my logs:

thufir@dur:~ thufir@dur:~ tail /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Logs/Plex\ Media\ Server.log
May 04, 20

mail.com)
May 04, 2020 20:29:46.897 [0x7f2ee72f3700] DEBUG - Content-Length is -1 (of total: -1).
thufir@dur:~$

my ip:

inet 192.168.1.23/24 brd 192.168.1.255

For LAN Networks or List of IP addresses and networks that are allowed without auth, use the network and a mask. If listing more than one address or network, no space after the comma.

Single network:
192.168.1.0/24
or
192.168.1.0/255.255.255.0

Multiple networks:
192.168.1.0/24,192.168.2.0/255.255.255.0

You’ll see entries in the Console (and log files) when you enter the network and mask.

Correct entry of 192.168.1.0/24:

Completed: [192.168.1.208:60941] 200 PUT /:/prefs?allowedNetworks=192.168.1.0%2F24 (9 live) TLS GZIP 1ms 274 bytes (pipelined: 4)

Incorrect entry of 192.168.1.0/2400:
Error parsing allowedNetworks ‘192.168.1.02400’: Invalid Netmask 2400

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.