Cryoniq--
What does that page contain in your setup? Does the line "Number of network adapters: 2" appear? Does it list both adapters and their current settings (i.e. DHCP or Static IP info)?
I attached a screen shot of the configuration page as it looks in my setup.
"Number of network adapters: 2" is there.
Both adapters are listed and their current settings:
ath0 is set to DHCP, areas below are empty. Guess those are not filled in since it is DHCP on the interface.
eth0 is set to static IP 192.168.1.151, subnet 255.255.255.0
DHCP Server on Core is: Disabled.
I enabled the DHCP Server on Core just to see if that button showed up, and it didn't. =/
Edit:
Hmm I think I might found something here..
Under: Automation > Device Status there is a list over all devices and their status.
On one line it says:
CORE 192.168.1.151
If one click on CORE a page comes up and in that page there is a text box left of the heading "
Network interfaces". In that box is the following:
ath0,dhcp|eth0,192.168.1.151,255.255.255.0
I wonder what will happen if I alter it to?
eth0,192.168.1.151,255.255.255.0|ath0,dhcp
My thinking is that the order of those two interfaces in that line determine the order of the interfaces, this making eth #1 and ath #2 instead.
Any knowledge about this?