bringing up bionic .44, no network
#7
If your purpose is to use "Static IP Addresses" on "bionic-lxde-rock64-0.6.44-239-arm64.img",
it will be helpful to refer to the following.

"CONFIGURE STATIC IP ADDRESSES ON UBUNTU 18.04 LTS SERVER"
https://websiteforstudents.com/configure...8-04-beta/
"Netplan configuration examples"
https://netplan.io/examples

The following is an example.
(*It is a yaml file, so be careful of indent)
And, there is no need to change other files. (ex. /etc/resolv.conf: symbolic-link)

Code:
First login
# cp -a /etc/netplan/eth0.yaml /etc/netplan/eth0.yaml.bak
# cat /etc/netplan/eth0.yaml    #// Confirm yaml file
network:
 version: 2
 renderer: networkd
 ethernets:
   eth0:
     dhcp4: true

# vi /etc/netplan/eth0.yaml    #// Modify yaml file
network:
 version: 2
 renderer: networkd
 ethernets:
   eth0:
     dhcp4: false
     addresses: [192.168.0.222/24]
     gateway4:   192.168.0.254
     nameservers:
       addresses: [192.168.0.253, 192.168.0.254]
     dhcp6: false

# netplan apply
# reboot
  Reply


Messages In This Thread
bringing up bionic .44, no network - by gene83 - 06-04-2018, 08:40 PM
RE: bringing up bionic .44, no network - by t4_4t - 06-06-2018, 01:41 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Armbian 5.4.43: Network is unreachable; Red LED blinking; RNG failure? aves 1 2,947 07-27-2020, 02:04 PM
Last Post: aves
  armbian / bionic - hdmi to vga not functioning on newer5.4 kapqa 1 3,048 03-31-2020, 07:19 PM
Last Post: tllim
Bug mpph264enc output doesn't work on bionic rompelstompel 11 16,799 11-15-2019, 10:00 AM
Last Post: gounthar
  Owncloud installation on Ubuntu Bionic Count Omega 9 11,044 07-19-2019, 03:54 AM
Last Post: stuartiannaylor
  Screen lock fail Bionic-lxde-rock64-0.7.8-1061-arm64 electrique 0 2,123 12-28-2018, 11:00 PM
Last Post: electrique
  bionic lxde 0.6.xx was not getting audio/sound jose_s_c 2 4,166 11-13-2018, 11:18 AM
Last Post: UnicornFarts
  Spontaneous Reboot during scp with Ubuntu bionic 0.7.8-1061 perniciouscaffeine 0 1,895 10-16-2018, 05:34 PM
Last Post: perniciouscaffeine
  Flaky USB3 on Bionic ayufan image hackish 7 7,698 06-15-2018, 08:32 AM
Last Post: fire219
  bionic 4.4.120-rockchip-aynfan-209 scp problem on large file edwinbmiller 0 1,614 04-05-2018, 01:00 PM
Last Post: edwinbmiller
  bionic upgrade errors 6.25 193 noob 0 2,062 03-17-2018, 01:35 PM
Last Post: noob

Forum Jump:


Users browsing this thread: 1 Guest(s)