Playing around with nagios configuration again and have mapped the greatest number of pingable IPs on Air-Stream to date:
route -n | awk '{print($1" " $3)}' | awk '!a[$0]++' | awk '{print("ipcalc "$1"/"$2)}' | sh | awk '{if ($1 == "Network:") print($2)}' | awk '{print("nmap -sP -n "$0)}' | sh | awk 'BEGIN {a=0} {if ($6 == "up.") a++} END {print(a)}'
a = 439
I can successfully tcptraceroute to 339 via scripts - have yet to implement "ping -R" which seems to work when tcptraceroute/traceroute fails. Of course "ping -R" won't reach right across the Air-Stream network due to limited hop buffering... hmm
Anyways for now nagios is mapping 339 Air-Stream IPs!
Hit betsuin.skye.wan/nagios/ if you are on Air-Stream
guest/guest

