Frequently Asked Questions
Question
What are valid IP formats?
Answer
IP addresses are made up of four numeric components separated by a full stop (period). Each numeric component ranges from 0 to 255. You can express an IP range by using a hyphen (-) and you can use a wildcard within a range by using an asterisk (*)
Examples of valid IP address formats (note the numbers are used as examples only):
- 121.18.19.20 = a single IP address
- 121.18.19.* = all IP addresses beginning 121.18.19
- 121.18.19.0-255 = a range of IP addresses from 121.18.19.0 to 121.18.19.255 inclusive (ie the same as the example above)
- 121.18.* = all IP addresses beginning 121.18
- 121.18.0-255. = all IP addresses in the range 121.18.0-255 (ie all addresses beginning 121.18)
- 121.18.0-255.0-255 = all IP addresses beginning 121.18
- 121.* = all IP addresses beginning 121
- 121.0-255.0-255.0-255 = all IP addresses beginning 121
back to top
|
|
|