-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict adding devices using same IP #283
Comments
As a temporary solution you could try to use a dynamic NAT for those devices. |
You can declare your device under its private IP address, but use the Override connection settings option in Add device dialog to define the effective IP address (and TCP port) to connect to. |
Done as @SCadilhac suggested and it worked just fine! Thank you! I also have some devices that use dynamic DNS and I noticed that Netshot always translates FQDNs to IPs when it adds the device. Is there a way to force Netshot to stick with the FQDN instead? |
Not supported at the moment but this is definitively something that we should add soon. |
I'm gonna work on something to bypass this limitation in the mean time. |
About this, It works, however, with a high number of devices, quite often some of them happen to use the same network segments for internal interfaces and Netshot throws the same error I mentioned in the first comment. For those cases I thought about setting fake addresses or using an IP from another interface, not sure if it's the best approach, sounds a little dirty. I accept other suggestions. Thanks @SCadilhac |
Hello,
I have a few devices sitting behing a NAT and due to this they share the same public IP address but using different ports to be reachable though SSH.
When I try do add them, Netshot throws the error below:
Error: The device '<DEVICE NAME>' already exists with this IP address.
Is there any possibility to allow this so I can backup those devices?
Thank you!
The text was updated successfully, but these errors were encountered: