Bulk Add IP Addresses #6803
marcossiqueira
started this conversation in
General
Replies: 1 comment 1 reply
-
That's adding 65,535 separate objects, and I suspect is hitting a timeout - and then the database transaction is rolled back. Does it work with smaller blocks, e.g. It is possible to increase your request timeout in gunicorn and in your frontend proxy (apache or nginx). Alternatively you can add the addresses in smaller batches, or to use a CLI script or a program which talks to the REST API rather than going through the web UI. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone
I have a problem registering IPV6 networks.
I'm mass adding IPV6 addresses to a /48 block, but the application is failing to run.
Can anybody help me?
I'm using this formula
2800:1e0:1010::[1-ffff]/128
Beta Was this translation helpful? Give feedback.
All reactions