fux

  • Posts

    2
  • Joined

  • Last visited

fux's Achievements

  1. Thanks for your replies guy: @Igor fux@bananapipro:~$ cat /etc/network/interfaces source /etc/network/interfaces.d/* # Network is managed by Network manager auto lo iface lo inet loopback dns-nameservers 192.168.1.1 8.8.8.8 fux@bananapipro:~$ cat /etc/netplan cat: /etc/netplan: No such file or directory fux@bananapipro:~$ /etc/networkmanager/system-connections -bash: /etc/networkmanager/system-connections: No such file or directory fux@bananapipro:~$ cat /etc/networkmanager/system-connections cat: /etc/networkmanager/system-connections: No such file or directory I just used nmtui as far I am aware. @sfx2000 No seems to be stable. Neither deleting the newly created eth0 configs nor the reboot changes the mac address. Oh and what is interesting is that it always greats the same new ip6 addres. Thanks
  2. Dear all I have the problem that when I reboot my banana pi pro it always creates a new eth0 config. Which as default has ip4 disabled hence I cant see it directly. At the moment I always access the pi via ip6 and than delete the config via nmtui. My question: How can I turn the creation of a new eth0 config on reboot off? ARMBIAN 5.60 stable Ubuntu 18.04.1 LTS 4.14.70-sunxi Thanks