Any chance for http(s) proxy setup for the remote http(s) calls the manager makes to the outside world?
We like to have our management networks segregated from the outside world and any http/https calls get proxied through and logged.
Netonix Manager / Control Software
-
sirhc - Employee
- Posts: 7414
- Joined: Tue Apr 08, 2014 3:48 pm
- Location: Lancaster, PA
- Has thanked: 1608 times
- Been thanked: 1325 times
Re: Netonix Manager / Control Software
cbl wrote:Any chance for http(s) proxy setup for the remote http(s) calls the manager makes to the outside world?
We like to have our management networks segregated from the outside world and any http/https calls get proxied through and logged.
Thats a good request, I will ask Eric to comment.
A reason I think this is good as I too have my Manager on an invalid IP for security reasons that has no INET access, was going to piss around NAT 'ing that IP address.
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.
-
jakematic - Experienced Member
- Posts: 168
- Joined: Thu Jul 14, 2016 8:15 am
- Location: NC USA
- Has thanked: 362 times
- Been thanked: 87 times
Re: Netonix Manager / Control Software
billbuchan wrote:Hi - has there been a release of netonix manager since July ? My netonix manager is still halting the browser, occasionally crashing, etc.
---* Bill
Wondering the same.
Haven't been able to keep the Manager running on Ubuntu 14.04 so tried Winders 10 with the same results - regular crashing, freezing, tries to email a crash log to Netonix and dies.
Have abandoned it for now but really like what it can do.
-
mike99 - Associate
- Posts: 837
- Joined: Tue Nov 25, 2014 10:53 am
- Location: Quebec, Canada
- Has thanked: 95 times
- Been thanked: 245 times
Re: Netonix Manager / Control Software
Any way to add switch to the manager without passing through the WebUI ? I would like them to be add automaticly to the manager when I add switch to my inventory.
A API or via CLI would be fine.
A API or via CLI would be fine.
-
sirhc - Employee
- Posts: 7414
- Joined: Tue Apr 08, 2014 3:48 pm
- Location: Lancaster, PA
- Has thanked: 1608 times
- Been thanked: 1325 times
Re: Netonix Manager / Control Software
mike99 wrote:Any way to add switch to the manager without passing through the WebUI ? I would like them to be add automaticly to the manager when I add switch to my inventory.
A API or via CLI would be fine.
So you want a feature in the switch UI/CLI
In web UI say and Option called "Manager" under the Utilities Button Drop Down where you could put in the Address:port, User, Password of the manager and it sets it up in the Manager
Is this correct?
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.
-
Eric Stern - Employee
- Posts: 532
- Joined: Wed Apr 09, 2014 9:41 pm
- Location: Toronto, Ontario
- Has thanked: 0 time
- Been thanked: 130 times
Re: Netonix Manager / Control Software
mike99 wrote:Any way to add switch to the manager without passing through the WebUI ? I would like them to be add automaticly to the manager when I add switch to my inventory.
A API or via CLI would be fine.
There is a REST API.
POST to /api/devices with the following JSON body:
- Code: Select all
{
"device": {
"address": "192.168.2.107",
"ssh_port": "22",
"web_port": "",
"username": "admin",
"password": "admin",
"monitor": true
}
}
-
mike99 - Associate
- Posts: 837
- Joined: Tue Nov 25, 2014 10:53 am
- Location: Quebec, Canada
- Has thanked: 95 times
- Been thanked: 245 times
Re: Netonix Manager / Control Software
Nice Eric,
Thanks.
Would we be able to check firmware version and upgrade through an API of the manager or we should pass directly through the CLI of the switch ?
Thanks.
Would we be able to check firmware version and upgrade through an API of the manager or we should pass directly through the CLI of the switch ?
-
jjonsson - Associate
- Posts: 337
- Joined: Wed Nov 05, 2014 12:30 pm
- Location: Denmark
- Has thanked: 37 times
- Been thanked: 65 times
Re: Netonix Manager / Control Software
mike99 wrote:Any way to add switch to the manager without passing through the WebUI ?
Could be nice, when you setup a new switch, that you could enter IP-address/DNS name of Netonix Manager server and then the switch automatically adds itself to the manager....
Or like UniFi. The switch was looking for DNS name "Netonixmanager" or something like that....
-
mike99 - Associate
- Posts: 837
- Joined: Tue Nov 25, 2014 10:53 am
- Location: Quebec, Canada
- Has thanked: 95 times
- Been thanked: 245 times
Re: Netonix Manager / Control Software
jjonsson wrote:Or like UniFi. The switch was looking for DNS name "Netonixmanager" or something like that....
TR-069 is the standard for that kind of management. The opensource EasyCWMP project for CPE seem a option. Since all the market seem to slowly move from SNMP to TR-069, maybe that could be a nice option. That would let us even manage switch inside of customers network (behind routers).
-
Eric Stern - Employee
- Posts: 532
- Joined: Wed Apr 09, 2014 9:41 pm
- Location: Toronto, Ontario
- Has thanked: 0 time
- Been thanked: 130 times
Re: Netonix Manager / Control Software
mike99 wrote:Nice Eric,
Thanks.
Would we be able to check firmware version and upgrade through an API of the manager or we should pass directly through the CLI of the switch ?
You can do a GET on /api/devices and it will return information about all the devices in the manager, including the firmware version.
To trigger a upgrade you can POST to /api/upgradefirmware with this:
{ "devices":[10],"firmwareFile":"wispswitch-1.4.5rc8.bin","scheduled":false,"date":""}
This assumes wispswitch-1.4.5rc8.bin is already present in the manager. Also, for "devices" it says "[10]". Its an array so you can upgrade more than 1 device at once. The 10 is the device ID, you'll need to do a GET /api/devices to get the device ID for the device you want to upgrade.
Who is online
Users browsing this forum: Google [Bot] and 26 guests