Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing netplan config (eth0 cant connect on bionic) #169

Closed
fczuardi opened this issue Apr 29, 2018 · 4 comments
Closed

missing netplan config (eth0 cant connect on bionic) #169

fczuardi opened this issue Apr 29, 2018 · 4 comments

Comments

@fczuardi
Copy link

fczuardi commented Apr 29, 2018

I have just flashed a rock64 with the bionic minimal 0.6.33 and after booting there is no network on eth0. Pinging 8.8.8.8 will error with Network is unreachable

Then I went to check the file at /etc/network/interfaces and the contents were:

# ifupdown has been replaced by netplan(5) on this system.  See
# /etc/netplan for current configuration.
# To re-enable ifupdown on this system, you can run:
#    sudo apt install ifupdown

And then I looked into the /etc/netplan and it was empty.

So, apparently Ubuntu is migrating to this https://netplan.io/ thing, and indeed, creating a /etc/netplan/config.yaml file with the contents of that website brought the network up on the next reboot:

network:
  version: 2
  renderer: NetworkManager
@Pytheas54
Copy link

Thanks to the pointer to netplan.io
I was stuck on that, and gave up...

@ayufan
Copy link
Member

ayufan commented Apr 30, 2018 via email

@shortyishere
Copy link

I kind of like the netplan idea as you can pick systemd or networkmanager pretty easily. Going forward I wonder if it is better to supplpy a netplan config.yaml for systemd for headless and networkmanager for desktop being ubuntu is using this going forward?

@ayufan
Copy link
Member

ayufan commented May 18, 2018

netplan is natively supported now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants