Modifications

Sauter à la navigation Sauter à la recherche
Ligne 79 : Ligne 79 :     
{{ambox|text=Prenez note de l'adresse IP}}
 
{{ambox|text=Prenez note de l'adresse IP}}
 +
 +
Now let's fix the IP address, in the terminal type
    
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
x
+
sudo nano /boot/cmdline.txt
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
At the very end of the line we will add the IP address that we earlier wrote down. So type
    
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
x
+
ip=L'ADRESSE IP QUE VOUS AVEZ NOTéE
 
</syntaxhighlight>
 
</syntaxhighlight>
   −
<syntaxhighlight lang="bash">
+
With the IP entered press CTRL + O, then Enter to save your changes.
x
+
 
</syntaxhighlight>
+
Now press CTRL + X to close the file.
   −
<syntaxhighlight lang="bash">
+
Now reboot your Pi to make the changes permanent.
x
  −
</syntaxhighlight>
      
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
x
+
sudo reboot
 
</syntaxhighlight>
 
</syntaxhighlight>
   −
<syntaxhighlight lang="bash">
+
With your Pi rebooted we shall now test that we can access the Plex server. On your laptop or desktop PC open a web browser and type your IP address followed by :32400/web so for example I typed.
x
  −
</syntaxhighlight>
      
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
x
+
192.168.0.90:32400/web
 
</syntaxhighlight>
 
</syntaxhighlight>
  
29 917

modifications

Menu de navigation