Hi bbmak,
bbmak wrote:one more question,
please have a look:
Code: Select all
root@oDroid-C1-TEST:~# cat /etc/network/interfaces
Code: Select all
#/etc/network/interfaces
#Please use DietPi-Config to modify network settings.
# Local
auto lo
iface lo inet loopback
# Ethernet
allow-hotplug eth1
....
will say, if you want to alter your network settings, please use menu "
7 Network Options: Adapters " in:
Code: Select all
root@oDroid-C1-TEST:~# dietpi-config

- DietPi-Config - Network Settings
In this menu you can as well disable WiFi adapter:

- DietPi-Config - WiFi Adapter
bbmak wrote:do I need to comment the #dns-nameservers 8.8.8.8 8.8.4.4 If I do not want the wifi?
Correct is:
Code: Select all
# Wifi
. . .
#dns-nameservers 8.8.8.8 8.8.4.4
bbmak wrote: In your quote, you did put a comment there.
"
dietpi-config " did this. Where is no need, to edit "
/etc/network/interfaces " manually, to disable WiFi adapter.
But if you edit the file manually before, you have to set it now "once" by hand, so dietpi-config can work correct.
BWT: - to have one, both, fallback network adapters working at the same time, having two different gateways or subnets, working infrastructure mod, static IP or dhcp, with WiFi HotSpot, with PiHole installed and so on, is a new feature in v116/ v117:
https://github.com/Fourdee/DietPi/issue ... -210905921
And yes, it was a long and stony journey for @Fourdee to get it on work.
