I'll preface this by saying this was working on my previous router setup—an Asus RT-N66u running Toastman's TomatoUSB firmware. I've got a Plex server running on a Mac running OS X 10.11.6. My router is an EdgeRouter Lite running 1.9.0.
I've uninstalled / reinstalled Plex. I don't care about remote connections to it. I just want my local access back
No matter what I try, Plex clients on the same LAN and subnet will not find my Plex server. Thank you!
My ISP is Charter on a Motorola SB6120.
eth0 = WAN
eth1 = LAN (10.0.1.0/24)
eth2 = DISABLED
Here's my config if you can help shed any light:
firewall { all-ping enable broadcast-ping disable ipv6-receive-redirects disable ipv6-src-route disable ip-src-route disable log-martians enable name WAN_IN { default-action drop description "WAN to internal" rule 10 { action accept description "Allow established/related" log disable protocol all state { established enable related enable } } rule 20 { action drop description "Drop invalid state" log enable protocol all state { invalid enable } } } name WAN_LOCAL { default-action drop description "WAN to router" rule 10 { action accept description "Allow established/related" log disable protocol all state { established enable related enable } } rule 20 { action drop description "Drop invalid state" log enable protocol all state { invalid enable } } } receive-redirects disable send-redirects enable source-validation disable syn-cookies enable } interfaces { ethernet eth0 { address dhcp description WAN duplex auto firewall { in { name WAN_IN } local { name WAN_LOCAL } } speed auto traffic-policy { out UpStream } } ethernet eth1 { address 10.0.1.1/24 description LAN duplex auto speed auto } loopback lo { } } port-forward { auto-firewall enable hairpin-nat enable lan-interface eth1 rule 1 { description Plex forward-to { address 10.0.1.10 port 32400 } original-port 32400 protocol tcp_udp } wan-interface eth0 } service { dhcp-server { disabled false hostfile-update disable shared-network-name LAN1 { authoritative disable subnet 10.0.1.0/24 { default-router 10.0.1.1 dns-server 10.0.1.1 lease 259200 start 10.0.1.200 { stop 10.0.1.225 } static-mapping AppleTV { ip-address 10.0.1.15 mac-address REDACTED } static-mapping MBP { ip-address 10.0.1.13 mac-address REDACTED } static-mapping Nostromo { ip-address 10.0.1.10 mac-address REDACTED } static-mapping Roku2XS { ip-address 10.0.1.12 mac-address REDACTED } static-mapping REDACTED { ip-address 10.0.1.14 mac-address REDACTED } } } } dns { dynamic { interface eth0 { service namecheap { host-name REDACTED login REDACTED password REDACTED server REDACTED } } } forwarding { cache-size 150 listen-on eth1 options rebind-domain-ok=/plex.direct/ system } } gui { https-port 443 listen-address 10.0.1.1 older-ciphers enable } nat { rule 5010 { description "masquerade for WAN" outbound-interface eth0 type masquerade } } ssh { listen-address 10.0.1.1 port 22 protocol-version v2 } } system { host-name EdgeRouter login { user REDACTED { authentication { encrypted-password REDACTED plaintext-password REDACTED } full-name "" level admin } } name-server 8.8.8.8 name-server 8.8.4.4 ntp { server 0.ubnt.pool.ntp.org { } server 1.ubnt.pool.ntp.org { } server 2.ubnt.pool.ntp.org { } server 3.ubnt.pool.ntp.org { } } syslog { global { facility all { level notice } facility protocols { level debug } } } time-zone America/Chicago traffic-analysis { dpi disable export disable } } traffic-policy { shaper UpStream { bandwidth 3500kbit class 20 { bandwidth 10% burst 15k ceiling 100% description "DNS/SSH/ICMP traffic" match DNS { ip { destination { port 53 } } } match ICMP { ip { protocol icmp } } match NTP { ip { destination { port 123 } } } match SSH { ip { destination { port 22 } } } match Time { ip { destination { port 37 } } } priority 0 queue-type fair-queue } class 30 { bandwidth 40% burst 15k ceiling 100% description "HTTP/HTTPS/TOS traffic" match HTTP { ip { destination { port 80 } } } match HTTPS { ip { destination { port 443 } } } priority 1 queue-type fair-queue } class 80 { bandwidth 1% burst 200k ceiling 90% description "Apple traffic" match APL_17 { ip { destination { address 17.0.0.0/8 } } } priority 7 queue-type fair-queue } class 90 { bandwidth 1% burst 15k ceiling 90% description "Backup traffic" match B2_38_108_168 { ip { destination { address 38.108.168.0/24 } } } match B2_38_108_169 { ip { destination { address 38.108.169.0/24 } } } match B2_38_108_170 { ip { destination { address 38.108.170.0/24 } } } match B2_38_108_171 { ip { destination { address 38.108.171.0/24 } } } match B2_162_244_56 { ip { destination { address 162.244.56.0/24 } } } match B2_162_244_57 { ip { destination { address 162.244.57.0/24 } } } match B2_162_244_58 { ip { destination { address 162.244.58.0/24 } } } match B2_162_244_59 { ip { destination { address 162.244.59.0/24 } } } match B2_162_244_60 { ip { destination { address 162.244.60.0/24 } } } match B2_162_244_61 { ip { destination { address 162.244.61.0/24 } } } match B2_162_244_62 { ip { destination { address 162.244.62.0/24 } } } match B2_162_244_63 { ip { destination { address 162.244.63.0/24 } } } match B2_173_239_79 { ip { destination { address 173.239.79.0/24 } } } match B2_208_87_220 { ip { destination { address 208.87.220.0/24 } } } match DB_45_58_64 { ip { destination { address 45.58.64.0/20 } } } match DB_162_125_0 { ip { destination { address 162.125.0.0/16 } } } match DB_199_47_216 { ip { destination { address 199.47.216.0/22 } } } match DB_205_189_0 { ip { destination { address 205.189.0.0/24 } } } match EC2_23_20_0 { ip { destination { address 23.20.0.0/14 } } } match EC2_54_221_0 { ip { destination { address 54.221.0.0/16 } } } priority 7 queue-type fair-queue } default { bandwidth 60% burst 15k ceiling 100% priority 5 queue-type fair-queue } } }