v1.2.0rc10/11 bug reports and comments

DOWNLOAD THE LATEST FIRMWARE HERE
User avatar
sirhc
Employee
Employee
 
Posts: 7415
Joined: Tue Apr 08, 2014 3:48 pm
Location: Lancaster, PA
Has thanked: 1608 times
Been thanked: 1325 times

v1.2.0rc10/11 bug reports and comments

Tue Apr 21, 2015 10:46 pm

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
Support is handled on the Forums not in Emails and PMs.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.

User avatar
lligetfa
Associate
Associate
 
Posts: 1191
Joined: Sun Aug 03, 2014 12:12 pm
Location: Fort Frances Ont. Canada
Has thanked: 307 times
Been thanked: 381 times

Re: v1.2.0rc10 bug reports and comments

Tue Apr 21, 2015 11:10 pm

Installed on both the WS24 and MINI. Now the fans come on at 40C and run 9000 RPM until the temp drops to 35C.

User avatar
lligetfa
Associate
Associate
 
Posts: 1191
Joined: Sun Aug 03, 2014 12:12 pm
Location: Fort Frances Ont. Canada
Has thanked: 307 times
Been thanked: 381 times

Re: v1.2.0rc10 bug reports and comments

Wed Apr 22, 2015 8:36 am

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

User avatar
sirhc
Employee
Employee
 
Posts: 7415
Joined: Tue Apr 08, 2014 3:48 pm
Location: Lancaster, PA
Has thanked: 1608 times
Been thanked: 1325 times

Re: v1.2.0rc10 bug reports and comments

Wed Apr 22, 2015 8:44 am

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
Support is handled on the Forums not in Emails and PMs.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.

User avatar
lligetfa
Associate
Associate
 
Posts: 1191
Joined: Sun Aug 03, 2014 12:12 pm
Location: Fort Frances Ont. Canada
Has thanked: 307 times
Been thanked: 381 times

Re: v1.2.0rc10 bug reports and comments

Wed Apr 22, 2015 9:04 am

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:

User avatar
sirhc
Employee
Employee
 
Posts: 7415
Joined: Tue Apr 08, 2014 3:48 pm
Location: Lancaster, PA
Has thanked: 1608 times
Been thanked: 1325 times

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

Wed Apr 22, 2015 12:26 pm

Sorry Les and thanks for fast notice.

I posted 1.2.0rc11 with fan speed fixed!
Support is handled on the Forums not in Emails and PMs.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.

User avatar
lligetfa
Associate
Associate
 
Posts: 1191
Joined: Sun Aug 03, 2014 12:12 pm
Location: Fort Frances Ont. Canada
Has thanked: 307 times
Been thanked: 381 times

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

Wed Apr 22, 2015 1:08 pm

sirhc wrote:I posted 1.2.0rc11 with fan speed fixed!

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

Thanks.

User avatar
mike99
Associate
Associate
 
Posts: 837
Joined: Tue Nov 25, 2014 10:53 am
Location: Quebec, Canada
Has thanked: 95 times
Been thanked: 245 times

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

Wed Apr 22, 2015 1:45 pm

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.

User avatar
mike99
Associate
Associate
 
Posts: 837
Joined: Tue Nov 25, 2014 10:53 am
Location: Quebec, Canada
Has thanked: 95 times
Been thanked: 245 times

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

Wed Apr 22, 2015 1:52 pm

"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"
Last edited by mike99 on Wed Apr 22, 2015 2:02 pm, edited 1 time in total.

User avatar
mike99
Associate
Associate
 
Posts: 837
Joined: Tue Nov 25, 2014 10:53 am
Location: Quebec, Canada
Has thanked: 95 times
Been thanked: 245 times

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

Wed Apr 22, 2015 1:58 pm

"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.

Next
Return to Hardware and software issues

Who is online

Users browsing this forum: Google [Bot] and 84 guests