How to get IP address of US colleges? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.开发者_如何学运维
Improve this questionI have a list of US colleges and I tried to get accurate IP address for all of them. Any place I can search? Thanks.
- Go to wikipedia
- Enter the name of the college you want
- Find the URL for the campus web page
- Open up a command prompt/terminal
- Type
ping (url from above)
Why are you looking for this? It will be very difficult as there are many providers and they subclass their IP ranges.
Some schools may not have a publically defined block of IP addresses.
You could try contact ARIN link for information to start. It is doubtful there is a concrete list anywhere of all of these though as they change frequently enough that it would require a massive effort to maintain.
精彩评论