Re: [AFMUG] tftp ubnt m series

2017-02-08 Thread Faisal Imtiaz
t; From: "Mathew Howard" > To: "af" > Sent: Wednesday, February 8, 2017 3:17:30 PM > Subject: Re: [AFMUG] tftp ubnt m series > Using Windows is too complicated for me... > but here are the relevant commands from my script: > scp yourconfig.cfg ubnt@192.168

Re: [AFMUG] tftp ubnt m series

2017-02-08 Thread George Skorup
Well, what I did was upgraded a defaulted radio to 3.2.2, configured it, exported the text config, then factory defaulted it and tried to import that backup text config file and it fails with the hash errors. Haven't looked into it further. On 2/8/2017 5:53 PM, Mathew Howard wrote: I started g

Re: [AFMUG] tftp ubnt m series

2017-02-08 Thread Mathew Howard
I started getting password hash errors on, 3.2 or 3.2.1 using the .bin config file that I had been using forever, so I made a new .json config file with 3.2.1 and it's been working fine on 3.2.1 and 3.2.2. There must've been some password changes somewhere around 3.2 On Wed, Feb 8, 2017 at 5:20 PM

Re: [AFMUG] tftp ubnt m series

2017-02-08 Thread George Skorup
I just get invalid password hash errors when trying to import a 3.2.2 config file. On 2/8/2017 4:27 PM, Mathew Howard wrote: Actually the text config file does save the passwords now. I just tried loading a config through the cli, and it does appear to have applied everything properly. I

Re: [AFMUG] tftp ubnt m series

2017-02-08 Thread Mathew Howard
Actually the text config file does save the passwords now. I just tried loading a config through the cli, and it does appear to have applied everything properly. I had no idea you could do this... thanks, Josh! On Wed, Feb 8, 2017 at 3:48 PM, Josh Luthman wrote: > You can wget a config with

Re: [AFMUG] tftp ubnt m series

2017-02-08 Thread Josh Luthman
You can wget a config with the epmp cli, however, you can't do any binary stuff - like the login =( Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373 On Wed, Feb 8, 2017 at 4:37 PM, Mathew Howard wrote: > Not that I know of... I think you can have c

Re: [AFMUG] tftp ubnt m series

2017-02-08 Thread Mathew Howard
Not that I know of... I think you can have cnMaestro apply a template when you onboard devices, but I haven't gotten around to figuring out how all that works yet. If I understand it right, it should be possible to get everything setup so you just have to plug the radios in and wait while cnMaestr

Re: [AFMUG] tftp ubnt m series

2017-02-08 Thread That One Guy /sarcasm
man this is so much faster than web interface loading, I almost wish we were still growing the ubnt network now is there a similar method for epmp? On Wed, Feb 8, 2017 at 2:17 PM, Mathew Howard wrote: > Using Windows is too complicated for me... > > but here are the relevant commands from my s

Re: [AFMUG] tftp ubnt m series

2017-02-08 Thread Mathew Howard
Using Windows is too complicated for me... but here are the relevant commands from my script: scp yourconfig.cfg ubnt@192.168.1.20:/tmp/system.cfg ssh ubnt@192.168.1.20 save ssh ubnt@192.168.1.20 reboot On Wed, Feb 8, 2017 at 2:11 PM, Josh Reynolds wrote: > Winscp. pscp is a putty "package"

Re: [AFMUG] tftp ubnt m series

2017-02-08 Thread Josh Reynolds
Winscp. pscp is a putty "package" though. On Feb 8, 2017 2:10 PM, "Mathew Howard" wrote: > If you're not ending up with default config, I'm pretty sure the recovery > isn't working properly... having the reset button disabled doesn't affect > that. > > It's pretty simple to write a script to loa

Re: [AFMUG] tftp ubnt m series

2017-02-08 Thread Mathew Howard
If you're not ending up with default config, I'm pretty sure the recovery isn't working properly... having the reset button disabled doesn't affect that. It's pretty simple to write a script to load a config file on linux, but I'm not sure what the easiest way to do it on Windows would be. Can Put

Re: [AFMUG] tftp ubnt m series

2017-02-08 Thread Josh Reynolds
A simple script to SCP the file over, log in, and run the save operation would suffice. On Feb 8, 2017 1:10 PM, "That One Guy /sarcasm" wrote: > ive been dicking around with this, im able to get the firmware to load, > but its maintaining configuration, I thought this was supposed to wipe the >

Re: [AFMUG] tftp ubnt m series

2017-02-08 Thread Josh Reynolds
If tftp recovery is successful, it completely rewrites the flash which of course puts the default firmware config on it afterwards. On Feb 8, 2017 1:10 PM, "That One Guy /sarcasm" wrote: > ive been dicking around with this, im able to get the firmware to load, > but its maintaining configuration