Page 1 of 4

v1.2.0rc10/11 bug reports and comments

Posted: Tue Apr 21, 2015 10:46 pm
by sirhc
Please post bugs and comments for v1.2.0rc10/11 in this thread

FIXES
- Fixed saving config in human readable format when configuring with CLI
- Fixed fan thresholds
- Fixed fan issue with 1.2.0rc10

ENHANCEMENTS
- Added tarpit functionality to SSH server
- Added ability to use port range when configuring VLANs
- Added showing IP address of management VLAN to "show vlan" CLI command

KNOWN ISSUES
- None

Released - 4/22/2015

Re: v1.2.0rc10 bug reports and comments

Posted: Tue Apr 21, 2015 11:10 pm
by lligetfa
Installed on both the WS24 and MINI. Now the fans come on at 40C and run 9000 RPM until the temp drops to 35C.

Re: v1.2.0rc10 bug reports and comments

Posted: Wed Apr 22, 2015 8:36 am
by lligetfa
Is the jump from 2500 on rc9 up to over 9000 RPM intentional or did the WS24 get tarred with a broad brush again intended for the single fan units? It's only a matter of time before the wife hears it start/stop and I end up in the doghouse. :Banned:

I might have to take out the WS24 and replace it with another fanless MINI... or rollback to rc9. Sweeping

Re: v1.2.0rc10 bug reports and comments

Posted: Wed Apr 22, 2015 8:44 am
by sirhc
It was a mistake, I pulled rc10 down last night and will put back up a new rc11 today

put rc9 back on until then if you can not wait

Re: v1.2.0rc10 bug reports and comments

Posted: Wed Apr 22, 2015 9:04 am
by lligetfa
I can wait. I will just play dumb if she notices... trains? I don't hear no trains.
(is it still a lie if you use a double negative?) :nono:

Re: v1.2.0rc10/11 bug reports and comments

Posted: Wed Apr 22, 2015 12:26 pm
by sirhc
Sorry Les and thanks for fast notice.

I posted 1.2.0rc11 with fan speed fixed!

Re: v1.2.0rc10/11 bug reports and comments

Posted: Wed Apr 22, 2015 1:08 pm
by lligetfa
sirhc wrote:I posted 1.2.0rc11 with fan speed fixed!

Fans back to 2500 RPM and shut off at 35C.

Thanks.

Re: v1.2.0rc10/11 bug reports and comments

Posted: Wed Apr 22, 2015 1:45 pm
by mike99
Thanks for the port range and multiple port VLAN configuration add. Work fine but the're still a bug. Via CLI, you can untag on multiple VLANs, it should be refuse a second untagged VLAN on the port or replace it and exclude old VLAN instead. I vote for solution number 2 since it was I'm use to with switch like HP.

Code: Select all
 Netonix Switch# show vlans
ID Enable Description 1 2 3 4 5 6 7 8 9 10 11 12 13 14
---- ------ ----------- -- -- -- -- -- -- -- -- -- -- -- -- -- --
1 true Management U U U E U U U U U E U E U U
100 true dhcp test E E E U E E E E E U E U T T
200 true VLAN 200 T T T T T E E E E E E E T T

Netonix Switch# configure
Netonix Switch(config)# vlan 200
Netonix Switch(vlan 200)# port 5,7 u
Netonix Switch(vlan 200)# exit
Netonix Switch(config)# exit
Netonix Switch# show vlans
ID Enable Description 1 2 3 4 5 6 7 8 9 10 11 12 13 14
---- ------ ----------- -- -- -- -- -- -- -- -- -- -- -- -- -- --
1 true Management U U U E U U U U U E U E U U
100 true dhcp test E E E U E E E E E U E U T T
200 true VLAN 200 T T T T U E U E E E E E T T


On last show vlans, we see that port 5 and 7 are untag on both VLAN 1 and 200.

Re: v1.2.0rc10/11 bug reports and comments

Posted: Wed Apr 22, 2015 1:52 pm
by mike99
"show vlans" command don't seem to show ip address anymore. I was thinking that it was just because the're was no IP address on other VLAN than management so try to add a IP address to a other VLAN but it won't show IP address anymore
Code: Select all
 Netonix Switch# show vlans
ID Enable Description 1 2 3 4 5 6 7 8 9 10 11 12 13 14
---- ------ ----------- -- -- -- -- -- -- -- -- -- -- -- -- -- --
1 true Management U U U E U U U U U E U E U U
100 true dhcp test E E E U E E E E E U E U T T
200 true VLAN 200 T T T T U E U E E E E E T T

Netonix Switch# configure
Netonix Switch(config)# vlan 200
Netonix Switch(vlan 200)# ip address 192.168.100.4
Netonix Switch(vlan 200)# ip netmask 255.255.255.0
Netonix Switch(vlan 200)# exit
Netonix Switch(config)# exit
Netonix Switch# show vlans
ID Enable Description 1 2 3 4 5 6 7 8 9 10 11 12 13 14
---- ------ ----------- -- -- -- -- -- -- -- -- -- -- -- -- -- --
1 true Management U U U E U U U U U E U E U U
100 true dhcp test E E E U E E E E E U E U T T
200 true VLAN 200 T T T T U E U E E E E E T T

Netonix Switch#


Edit:
Sorry, forgetted to enable the ipv4 on the VLAN:
Netonix Switch# configure
Netonix Switch(config)# vlan 200
Netonix Switch(vlan 200)# ip address

<ip> IP address

Netonix Switch(vlan 200)# ip enable
Netonix Switch(vlan 200)# exit
Netonix Switch(config)# exit
Netonix Switch# show vlans
ID Enable Description 1 2 3 4 5 6 7 8 9 10 11 12 13 14
---- ------ ----------- -- -- -- -- -- -- -- -- -- -- -- -- -- --
1 true Management U U U E U U U U U E U E U U
100 true dhcp test E E E U E E E E E U E U T T
200 true VLAN 200 T T T T U E U E E E E E T T

VLAN 200 IPv4 Address: 192.168.100.4/255.255.255.0

But, management VLAN is still now shown while using "show vlans"

Re: v1.2.0rc10/11 bug reports and comments

Posted: Wed Apr 22, 2015 1:58 pm
by mike99
"show config" is now still human readable after config change via CLI, thanks. Now, the problem is that I can't scroll enough to see full config via ssh (linux ssh, not putty) or minicom. :rofl4: Maybe "show config" should open the config with "less" or "nano -v" instead of just show it to console (cat). Nano advantage would be that option are show at the bottom while with less, you have to know them including how to quit. Personnaly, I don't care since I'm familiar with both.