Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Farm public IP's: ability to add ranges #105

Closed
coesensbert opened this issue Jul 19, 2022 · 1 comment
Closed

Farm public IP's: ability to add ranges #105

coesensbert opened this issue Jul 19, 2022 · 1 comment
Assignees
Labels
type_feature New feature or request
Milestone

Comments

@coesensbert
Copy link

Currently if you want to add public IP's one has to add them one by one. If a farmer has a large range to add, this can be tedious.

image

Would be nice if we can add a range, which then gets calculated into all the available ip's within that range.

Example 1:

  • Range: 185.206.122.1/29
  • Subnet: /24
  • Gateway: 185.206.122.1

Example 2:

  • Range: 185.206.122.2 - 6
  • Subnet: /24
  • Gateway: 185.206.122.1

Would result in:

  • 185.206.122.2
    • gw: 185.206.122.1
  • 185.206.122.3
    • gw: 185.206.122.1
  • 185.206.122.4
    • gw: 185.206.122.1
  • 185.206.122.5
    • gw: 185.206.122.1
  • 185.206.122.6
    • gw: 185.206.122.1
@mohamedamer453
Copy link
Contributor

Verified on devnet.

The user is now able to add multiple ips within a specified range instead of adding multiple single ones, however the user still needs to sign a transaction on polkadot for each of these ips.

TF.DASHBOARD.webm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type_feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants