User: editor -- 2010-04-30 << 492 494 >> |
Hits: 5689 |
Type: Random word generator |
Search all Random word generator examples |
Description: |
How to batch generate IP address list that like real IP addresses randomly? |
Output Sample: |
123.24.1.52 25.3.6.138 ... |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
There are following classes of IP addresses: Class A 1.0.0.1 to 126.255.255.254 Supports 16 million hosts on each of 127 networks. Class B 128.1.0.1 to 191.255.255.254 Supports 65,000 hosts on each of 16,000 networks. Class C 192.0.1.1 to 223.255.254.254 Supports 254 hosts on each of 2 million networks. Class D 224.0.0.0 to 239.255.255.255 Reserved for multicast groups. Class E 240.0.0.0 to 254.255.255.254 Reserved for future use, or Research and Development Purposes. We just need to generate class A/B/C address randomly. Procedures to generate 1000 such IP addresses: 1. ctrl-h open 'replace' dialog click 'Advanced' tab, in 'Run following at the beginning of replace', enter: in 'insert end text', enter: 2. click 'Replace', done! 3. ctrl-s to save result to a text file. |
Download Script: scripts/493.rst.zip |
Screenshot 1: Replace_Advanced_Window |