ISPA IXP peer addresses
In the good old days, ISPA used to have a table with the IP allocations for JINX peers on their website. Now you can use this script: #!/bin/bash # Simeon Miteff, Tue Aug 21 09:46:59 SAST 2012 # simeon@localloop.co.za function getptrv4 { for i in {1..255}; do PTR=`dnsname $1.$i`; [ -n "$PTR" ] && [...]
Also tagged bash, CINX, JINX