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

Cannot set static IP #109

Closed
JPluess opened this issue Jul 24, 2020 · 7 comments
Closed

Cannot set static IP #109

JPluess opened this issue Jul 24, 2020 · 7 comments
Labels

Comments

@JPluess
Copy link

JPluess commented Jul 24, 2020

I have successfully connected to my wife, but setting a static IP fails.
grafik

I tried to save like so:
grafik

Why does it say adapter lo above? Isn’t it wlan0? Like so:
grafik

I use an OrangePI Lite2 H6

thanks, ;)

@igorpecovnik
Copy link
Member

I have successfully connected

Thanks for reporting an issue. We will look into it when possible.

Why does it say adapter lo above? Isn’t it wlan0? Like so:

Perhaps you used some other tool to connect or its simply a bug that doesn't count that? Support terms in general https://github.com/armbian/build#support

@EvilOlaf
Copy link
Member

EvilOlaf commented Jul 24, 2020

Tried the same with OrangePi Zero. It automatically selects eth0 for me when selecting "static" while being connected to both WiFi and ethernet. So maybe there is an issue with interface selection?

@JPluess
Copy link
Author

JPluess commented Jul 24, 2020

I re-burned this image: Armbian_20.05.2_Orangepilite2_buster_current_5.4.43.img with Rufus

Right after booting and setting up my account, I only used armbian-config tool to make my settings

  1. changed time zone, Zurich
  2. change locales de_CH.UTF-8 and set as default
  3. changed keyboard to CH
  4. changed mirror to Denmark
  5. connected to my WIFI

6a. Failed to change IP settings.
6b. After reboot issue persists.

  1. I did an update / upgrade command:
    grafik

  2. after a reboot I tried again to set IP, with no success
    grafik

@igorpecovnik
Copy link
Member

Failed to change IP settings.

Yes, we register it as a bug.

@igorpecovnik
Copy link
Member

armbian-config is a wrapper for other low level apps .... try using:

  nmtui-edit

for setting fixed IP.

@lrhorer
Copy link

lrhorer commented Oct 10, 2020

Confirmed this does not work on the latest version of Buster. /etc/network/interfaces is ignored. The only way I was able to set a static IP on either WiFi or Ethernet was to remove network-manager and its libraries, install dhcpcd5 and edit /etc/ /etc/dhcpcd.conf. For wireless, I also had to create /etc/wpa_supplicant/wpa_supplicant.conf.

@igorpecovnik
Copy link
Member

New mechanism has been implemented into https://github.com/armbian/configng

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

No branches or pull requests

4 participants