| 
 | 
 
hi i use a orange pi one with ubuntu os. 
 
 
i want use a static ip for orangepi one. i use this command: 
sudo nano  /etc/network/interfaces 
 
and add this lines: 
auto lo 
iface lo inet loopback 
auto eth0  
iface eth0 inet static 
        address 192.168.0.111 
        netmask 255.255.255.0 
        gateway 192.168.0.1 
 
 
but after change ip and reboot , orange pi have a problems for example for update (sudo apt-get update) i have this problem: 
 
 
 |   
This thread contains more resources
You need to Log in to download or view,No account?   
  Register  
 
x
 
 
 
 
 |