Search found 579 matches

by TomNB
Fri Jan 10, 2025 3:56 pm
Forum: NetBurner Software
Topic: compcode command not found
Replies: 7
Views: 45386

Re: compcode command not found

Hello. I think they should be the same.
by TomNB
Tue Jan 07, 2025 11:14 pm
Forum: NetBurner Software
Topic: compcode command not found
Replies: 7
Views: 45386

Re: compcode command not found

That is the utility that compresses the image and processes it for storage in the flash memory.
by TomNB
Tue Jan 07, 2025 11:13 pm
Forum: NetBurner Software
Topic: compcode command not found
Replies: 7
Views: 45386

Re: compcode command not found

Hello,

Thank you very much for the quick follow up on that issue!
by TomNB
Wed Dec 18, 2024 3:34 pm
Forum: NetBurner Software
Topic: ssh key based authentication
Replies: 1
Views: 4379

Re: ssh key based authentication

Hello RebootExpert,

It is not currently implemented, but is on our list to add as a feature. It is supported in the underlying system code, but needs to be exposed and tested in an API. That is something we will begin looking at in January and hopefully be in the next release.
by TomNB
Fri Dec 13, 2024 7:42 pm
Forum: NetBurner Software
Topic: self generated cert has invalid signature
Replies: 6
Views: 6972

Re: self generated cert has invalid signature

Hello,

That is some great troubleshooting, and thank you very much for sharing the results. We have been checking the behavior and any fixes from 3.5.0 to the latest 3.5.3, and will post back to you as soon as we know more. Have a great weekend and thank you again.
by TomNB
Thu Dec 05, 2024 10:59 am
Forum: NetBurner Software
Topic: AutoIP and WaitForActiveNetwork
Replies: 8
Views: 12378

Re: AutoIP and WaitForActiveNetwork

The NetBurner device will know what AutoIP address it wants immediately since it is based on the MAC address. It will then immediately do a ping to verify no one else is using that same address. This should only take about a second unless someone else has that address. Now if you have a direct conne...
by TomNB
Sun Dec 01, 2024 9:45 am
Forum: NetBurner Software
Topic: AutoIP and WaitForActiveNetwork
Replies: 8
Views: 12378

Re: AutoIP and WaitForActiveNetwork

It sounds like you don't care if you get a dhcp or autoip address, which may be fine for you. But if I design my system to wait for a DHCP address, it is because I want a DHCP address. AutoIP is not addressable in some host systems, so it is useless to proceed and make call that need an dhcp address...
by TomNB
Tue Nov 26, 2024 2:45 pm
Forum: NetBurner Software
Topic: AutoIP and WaitForActiveNetwork
Replies: 8
Views: 12378

Re: AutoIP and WaitForActiveNetwork

Hello KE5FX, Thank you for the additional information. I think I might still be a bit confused, so I'll post what I think I am hearing and please correct me if I'm wrong. A device will have the following addresses, in addition to any IPv6 addresses assigned by network routers: - IPv4 DHCP or static ...
by TomNB
Mon Nov 25, 2024 2:20 pm
Forum: NetBurner Software
Topic: AutoIP and WaitForActiveNetwork
Replies: 8
Views: 12378

Re: AutoIP and WaitForActiveNetwork

Or, comment out the call to wait for active network. I would try to avoid changing system code if possible.
by TomNB
Mon Nov 25, 2024 2:19 pm
Forum: NetBurner Software
Topic: AutoIP and WaitForActiveNetwork
Replies: 8
Views: 12378

Re: AutoIP and WaitForActiveNetwork

Why not turn off DHCP? Also, what tools version?