Page 2 of 2

Re: Cannot use KeyHelp behind a NAT

Posted: Sun 29. Oct 2023, 11:41
by shoulders
I already have an idea how much coding would be required for this. Not a lot.

My Logic
  • NIC IP lookup code would not change
  • page would build as normal + the additional IP fields. Tn the web page add an extra field with IPv4/IPv6 filed validation,
  • page: only allow 2 selected IPs (per ipv4/ipv6) and dont submit = done already (frontend validation)
    backend: only allow 2 selected IPs (per ipv4/ipv6) in the submission or fail process (backend validation)
  • the extra fields would be submitted as normal in the IP 'array' (POST)
  • The backend would process the new IP and not know the difference

Re: Cannot use KeyHelp behind a NAT

Posted: Sun 29. Oct 2023, 11:43
by Tobi
So feel free to code your own panel 👍