NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Checksum
3 TopicsSRX5308 checksum on updated .cfg
I have an ISP that (too-) frequently changes the IP address of client systems. I often need to update the incoming firewall rules. This can be done by manually changing each rule for each remote system, but since the config files are saved in ASCII format, I'd like to edit that file and re-upload it to the firewall. But after doing so, re-uploading the file to the fire wall yields a checksum error on the 5308. Is there a way to: 1) regenerate the .cfg file's checksum 2) clear the checksum so the firewall's firmware knows to regenerate it? 3) is there a tool that will recalculate the checksum on an existing flat file? 4) have the firewall rules use a hostname instead of a fixed IP address? Updating many entries via the web interface is error-prone and time consuming. Is there a later firewall similar to the 5308 that has such a checksum-updating ability already implemented? Finally, I suppose an existing utility such as expect(1) could interactively update configs via the CLI interface, but I was hoping this might be an already-addressed issue. Thanks, John10Views0likes0CommentsHow to backup from remote to local
I'm preparing a script to perform a nightly backup of files from my Windows server to my RN104. After each copy action is complete I'd like the script to compare the checksums for the file as it exists in both locations, in order to assure accuracy during transfer (the files are quite large). Is there a way for my script to SSH into the NAS and obtain this information? Thanks, Jeff Bowman Fairbanks, AlaskaSolved3.2KViews0likes4CommentsChecksum test of NAS backup to external HD
Hi I think it would be very good to have the option to do checksum test of backup from NAS to external HD. In this way one could be more certain that once the file is on the NAS (with bit-rot protection enabled) then any future backup would keep the data integrity. Naturally we do incremental backup of the NAS to external HD and therefore checksums should be done on the incremental backups. If the useer now and then would like to make a total check of the correctnes of the backup using checksum test that should be possible too. I guess this would be faster than making a new backup. To make this service complete it would be good to offer checksum test also for: - transfer of files via USB to the NAS typically for uploading new photos from SD-card etc - backup function from Mac/PC to the NAS that ensures the checksum is ok - could be that Acronis backup software for Windows already do that, but I am not sure. This checksum test should preferably run in the background since it may take some time. If backup is done to another ReadyNAS under OS6 that may be easier to implement - but I am not sure. The normal usage of NAS I think is that files uploaded on the NAS will be read within some limited time and possible corruption seen. Backups that get corrupted is much harder to detect I think. Therefore I would set first priority on making a function to check the correctness of backup of the NAS to external HD.