You can check what IP addresses are included in your account level whitelist from the dashboard.
The globally whitelisted IP addresses can be collected via a command.To get a list of the globally whitelisted IP addresses issue:
ipset list heimdall-whitelist-net
If you add -resolve at the end the server will try to look up the rev DNS of the IP address.ipset list heimdall-whitelist-net -resolve
To export the list to a file simply add >>FileName.txt after the commandipset list heimdall-whitelist-net >>FileName.txt
ipset list heimdall-whitelist-net
If you add -resolve at the end the server will try to look up the rev DNS of the IP address.ipset list heimdall-whitelist-net -resolve
To export the list to a file simply add >>FileName.txt after the commandipset list heimdall-whitelist-net >>FileName.txt
Account-level whitelist
To check the IP addresses added to your account level whitelist
Open the Firewall/Whitelist menu point on the Dashboard
- Here you can search for the IP addresses.
- You can see a comment about the IP address and why it was whitelisted on the account.
Exporting the account-level whitelist
You can also get the whole account-level whitelist with: ipset list heimdall-user-whitelist
To export the list to a file simply add >>FileName.txt
after the commandipset list heimdall-user-whitelist >>FileName.txt
To save all IP ranges that are whitelisted copy the commend from this video:
Prefixes
You can see the prefixes after the IP addresses separated with a slash.If the prefix is 32 then the IP Range only contains one IP.
You can see the prefixes after the IP addresses separated with a slash.If the prefix is 32 then the IP Range only contains one IP.