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
v1.2.0rc10/11 bug reports and comments
-
sirhc - 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
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.
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.
-
lligetfa - 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
Installed on both the WS24 and MINI. Now the fans come on at 40C and run 9000 RPM until the temp drops to 35C.
-
lligetfa - 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
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.
I might have to take out the WS24 and replace it with another fanless MINI... or rollback to rc9.
I might have to take out the WS24 and replace it with another fanless MINI... or rollback to rc9.
-
sirhc - 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
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
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.
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.
-
lligetfa - 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
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?)
(is it still a lie if you use a double negative?)
-
sirhc - 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
Sorry Les and thanks for fast notice.
I posted 1.2.0rc11 with fan speed fixed!
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.
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.
-
lligetfa - 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
sirhc wrote:I posted 1.2.0rc11 with fan speed fixed!
Fans back to 2500 RPM and shut off at 35C.
Thanks.
-
mike99 - 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
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.
On last show vlans, we see that port 5 and 7 are untag on both VLAN 1 and 200.
- 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.
-
mike99 - 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
"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
Edit:
Sorry, forgetted to enable the ipv4 on the VLAN:
But, management VLAN is still now shown while using "show vlans"
- 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.
-
mike99 - 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
"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. 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.
Who is online
Users browsing this forum: No registered users and 88 guests