<div class="bbWrapper">I managed to hose up my plex instance, so I decided to just remove and install from scratch (using the Plex Plugin from the Plugins list in the GUI.<br />
<span style="color: rgb(20, 20, 20)">I am getting this error:</span><br />
<blockquote data-attributes="" data-quote="" data-source=""
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
<b>Error:</b> plex had a failure Exception: RuntimeError Message: + Acquiring DHCP address: FAILED, address received: 0.0.0.0/8 Stopped plex due to DHCP failure Partial plugin destroyed<br />
CLOSE
</div>
<div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to expand...</a></div>
</div>
</blockquote><br />
In addition to hosing up the plex, I upgraded my network to a Google Wifi First Gen, so there's that too :-/<br />
I am able to ping into and out of the truenas server (connecting via ssh).</div>
<div class="bbWrapper">Perhaps this is related... I am able to ping by host (yahoo.com) from the Truenas screen, but unable to ping by local host name (but I can by local ip address). Note that I can ping to local hosts by name on my Windows laptop.<br />
<br />
Here is my /etc/resolv/conf:<br />
<blockquote data-attributes="" data-quote="" data-source=""
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
# Generated by resolvconf<br />
search mydomain.com lan<br />
nameserver 1.1.1.1<br />
nameserver 8.8.8.8<br />
nameserver 10.13.0.1
</div>
<div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to expand...</a></div>
</div>
</blockquote><br />
Here are my Network -> Summary, Network -> Global Configuration, Network -> Interfaces, Network -> Static Routes pages</div>
<div class="bbWrapper">If I change the order of the nameservers to be:<br />
<blockquote data-attributes="" data-quote="" data-source=""
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
# Generated by resolvconf<br />
search mydomain.com lan<br />
nameserver 10.13.0.1<br />
nameserver 1.1.1.1<br />
nameserver 8.8.8.8
</div>
<div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to expand...</a></div>
</div>
</blockquote>I can ping my local devices as well as devices outside of my network by hostname (and domain in the case of hosts outside of my network.)<br />
Unfortunately, when I reboot, the /etc/resolv/conf is overwritten and I am unable to ping local hosts by name</div>
<div class="bbWrapper">I think I got it... I added my router IP address to be the first in the list of nameservers on the Network -> Global Configuration, Network page.<br />
Local and network hostnames are resolving now.</div>
<div class="bbWrapper"><blockquote data-attributes="" data-quote="" data-source=""
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
I added my router IP address to be the first in the list of nameservers
</div>
<div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to expand...</a></div>
</div>
</blockquote>If the router is providing authoritative DNS resolution for the LAN, consider using it as the only nameserver. The Internet isn't reachable if that device goes down anyway.<br />
<br />
<blockquote data-attributes="" data-quote="" data-source=""
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
STATIC ROUTES SCREENSHOT
</div>
<div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to expand...</a></div>
</div>
</blockquote>The route destination of <code class="bbCodeInline">10.2.0.0</code> probably doesn't make sense. The destination should include a netmask, perhaps <code class="bbCodeInline">10.2.0.0/24</code>.<br />
<br />
(Routing can be complicated, and this is probably a whole 'nother topic. How will packets from behind that gateway reach this system?)<br />
<br />
<blockquote data-attributes="" data-quote="" data-source=""
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
Active Media Subtype: 100baseTX
</div>
<div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to expand...</a></div>
</div>
</blockquote>Does this system really have 100Mbps Ethernet?<br />
<br />
<blockquote data-attributes="" data-quote="" data-source=""
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
Acquiring DHCP address: FAILED
</div>
<div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to expand...</a></div>
</div>
</blockquote>Plugins are based on FreeBSD jails. In the long run you may be happier creating a standard jail and installing Plex yourself.<br />
<br />
When creating the plugin, did you modify any settings (DHCP, NAT, Advanced Plugin Installation)?<br />
<br />
If DHCP is chosen, creating a Plex plugin will do a few things behind the scenes. TrueNAS will create a bridge, add the host's default interface to the bridge, and connect the jail to the bridge. There are a few ways that can go wrong.<br />
<br />
But first, is DHCP available on the network? <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":smile:" title="Smile :smile:" loading="lazy" data-shortname=":smile:" /></div>
<div class="bbWrapper">Wow! Thanks for the detailed response.<br />
<br />
<b>consider using it as the only nameserver</b><br />
Excellent suggestion!<br />
<br />
<b>The route destination of 10.2.0.0 probably doesn't make sense</b><br />
Good catch. Changed to 10.2.0.0/24<br />
<br />
<b>Does this system really have 100Mbps Ethernet?</b><br />
It does for now (this is the built-in ethernet. Once I get my network headaches worked out, I have a four port GigE card waiting to install)<br />
<br />
<b>did you modify any settings (DHCP, NAT, Advanced Plugin Installation)?</b><br />
Sigh... yes. This is a major source of confusion for me. It is working now so I'm not going to mess with it :-/<br />
<br />
<b>is DHCP available on the network?</b><br />
Yes, the Google mesh router is handling it</div>
<div class="bbWrapper">For some reason my plex went offline a couple of days ago and I was unable to get it back up (it had been working at home as well as remotely.) Out of frustration, I deleted the plugin/jail and attempted to recreate it. Whenever I try to create a new plugin or jail, it fails with an IP address of 0.0.0.0. <br />
<br />
It would appear that the TrueNAS network settings seem to be acceptable as I am currently remotely accessing the network TrueNAS is on via the OpenVPN server on the TrueNAS.<br />
<br />
I checked my network settings and for some reason my 10.2.0.0 route destination has changed from 10.2.0.0/24 (and I'm reluctant to put it back until I get home as it seems to be working as I am VPN'ed into it.)<br />
<br />
I have had my 4-port gig-e network card installed for a few weeks (TrueNAS is running through igb3)<br />
<br />
I am using the default settings when I create the plex plug-in (the only thing I am changing is the jail name). I have also tried different network ports as well as static IP addresses, but the installation never completes because the network is not configured correctly.<br />
I have tried creating a jail with similar results.</div>
<div class="bbWrapper">For some reason I think the problem lies with the truenas network configuration, but it seems to be working fine (for the truenas installation and openvpn server). I'm not sure where to look or even test at this point</div>
<div class="bbWrapper">Just out of instinct and some limited experience, you sound like you have a<b><i> bad ethernet cable. </i></b>I know, how come it communicates then? Check it just in case, I've seen many seemingly "haunted" systems where the problem was a bad cable together with NICs (network cards) that were playing hero with the bad connection instead of being divas about it and refusing to connect entirely (as they should, this isn't WiFi after all, a bad connection is a failed connection). Replace any reused (or stepped-on or pet-chewed) cables, reset all network settings, remove all custom config file entries, remove and reinstall plex, and try again.</div>
<div class="bbWrapper">Also, repatch any patch panels. It seems to me that it all started when you change the router(? Google WiFi first gen), not because of TrueNAS... I would first <i>j'accuse!</i> the router cables. Why? Because different routers => different NIC quality.</div>
<div class="bbWrapper">Good suggestions, but... <br />
The switch is right next to the NAS and we have no pets.<br />
We have no patch panels<br />
Cables between the switch and the nic are either new or in excellent condition <br />
I have tried different ports on the nic<br />
This began happening well after the installation of the Google network <br />
<br />
On the other hand, you make some good points... <br />
When I get back home, I will try swapping nic ports and cables and adding an additional two cables to fully populate the nic. <br />
<br />
In meantime, I'm looking for issues that I can address/test/modify remotely</div>
<div class="bbWrapper">Hi! I gather you are a man with a serious schedule, I am not trying to waste your time. I mentioned pets because it is the number two reason for bad cables in domestic IT (after inconsiderately placed chairs). If not the cables, maybe a defective router or PON/VDSL modem, then? It could also boil down to bad router config (mss and mss6 clamping not set, bad mtu for pppoe, IPv6 not playing nicely, some IGMP snooping debacle?). My instinct points me towards the electrical/network direction, because those intermittent, a-little-different-each-time problems are typically either electrical(meaning ethernet) or networking issues (less common).</div>
<div class="bbWrapper">Believe me, I am not trying to diminish your recommendations. I too have seen simple problems manifest themselves in the most unusual way, so I really do appreciate your comments and suggestions. <br />
<br />
Its just that I am not home ATM and need to pursue what avenues I can remotely without destroying what is currently working</div>
<div class="bbWrapper"><blockquote data-attributes="member: 114673" data-quote="jordanthompson" data-source="post: 709971"
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-title">
<a href="/community/goto/post?id=709971"
class="bbCodeBlock-sourceJump"
rel="nofollow"
data-xf-click="attribution"
data-content-selector="#post-709971">jordanthompson said:</a>
</div>
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
Believe me, I am not trying to diminish your recommendations. I too have seen simple problems manifest themselves in the most unusual way, so I really do appreciate your comments and suggestions. <br />
<br />
Its just that I am not home ATM and need to pursue what avenues I can remotely without destroying what is currently working
</div>
<div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to expand...</a></div>
</div>
</blockquote>Good luck! I look forward to hearing news!</div>
<div class="bbWrapper"><blockquote data-attributes="member: 114673" data-quote="jordanthompson" data-source="post: 710097"
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-title">
<a href="/community/goto/post?id=710097"
class="bbCodeBlock-sourceJump"
rel="nofollow"
data-xf-click="attribution"
data-content-selector="#post-710097">jordanthompson said:</a>
</div>
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
Any other suggestions that I can look into remotely?
</div>
<div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to expand...</a></div>
</div>
</blockquote>Install wireshark and look at your network traffic. Best thing you can do</div>
<div class="bbWrapper"><blockquote data-attributes="member: 118186" data-quote="homer27081990" data-source="post: 710115"
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-title">
<a href="/community/goto/post?id=710115"
class="bbCodeBlock-sourceJump"
rel="nofollow"
data-xf-click="attribution"
data-content-selector="#post-710115">homer27081990 said:</a>
</div>
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
Install wireshark and look at your network traffic. Best thing you can do
</div>
<div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to expand...</a></div>
</div>
</blockquote>Unfortunately I don't have a machine on my network at home that I can install it remotely. Of course once I get home, I will have my laptop....<br />
Its interesting that there are *SO* many similar network issues with standing up a new jail but none seem to solve my issue :-/</div>
<div class="bbWrapper">Based on personal experience, I urge you to not try anything drastic remotely. Try to be patient until you get home. I probably did not understand what you meant by "once I get home". I thought you were at work for the day or something. You are probably on a business trip or vacation...? Anyway, no tinkering until you get there I would suggest.</div>