Garnet wrote:To clarify, your testing showed that after issuing a command over the console port (changing DHCP settings) some strange issues would occur?
Summarizing the above, I found that when DHCP is turned on (by any means, whether via the console or web) if it fails to acquire an address, in this experiment by removing the cable, then it defaults to an address that is provided by the kernel but it does not tell the Netonix code what that address is which causes unexpected behavior due to a null pointer being passed around from the de-synced config. I hope that's a bit clearer.
And I am working on fixing this one for sure, but it is only an issue if the switch fails to acquire a DHCP lease, which I was only able to do by removing the cable connecting the switch to the DHCP server.
Regarding your other post showing the 2 address's assigned to the switch from the DHCP server.
I have tried replicating this by using a Netgear router and an Ubiquiti router acting as the DHCP server, but I haven't seen this occur.
On the WS3 could you provide the output for the following command:
- Code: Select all
cmd
ip addr show
That might help shed some light as to what is happening.