You are not logged in.
What is the standard way to change ethernet/if configuration? I had to resort to manually change it using ifconfig and route commands. I am running daedalus (5.0) on amd64 hardware.
Offline
Well, there are a couple of graphical tools to mismanage network configurations with, and there is the traditional ifupdown that uses /etc/network/interfaces as its control file.
Guess which I'm using
If your router is set up to provide network settings via DHCP, then you would configure it such for ifupdown. See man interfaces. Otheriwse you need to configure manually, either directly as you did, or by editing the configuration ... for ifupdown it's /etc/network/interfaces, and for gui tools they typically offer their own editing dialogs for manual editing of their configuration files.
Offline
When I wanted to change the setting, looked into files "interfaces" and subdirectory "interfaces.d" in /etc/network, and it was empty, so I was wondering where the configuration settings were stored. Any way, editing that file and subdirectory seems to do the trick. Thanks.
BTW, "mismanage" is right. There are apparently multiple little tools that do not know what the others are doing and things (including myself) get confused.
Offline