Hello,
I believe I found a bug in the logout.cgi file used by the gen 3 Ethernet module. I think after logging out it tries to return to the homepage (the ip address with no forward slash), but it is interpretting the IP address as a signed number when it shouldn’t. The end result is that logout.cgi sometimes tries to redirect you to a negative IP address.
For an example IP of 192.168.6.100, logout.cgi tries to redirect to “-64.-88.6.100”.
