You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

 

#pinger;300 05 2 * * * /afs/slac/package/pinger/tulip/vtrace0chk.pl

There is no call to reflex.pl in trscontab

I cannot find a call to vtrace0chk via grep vtrace0chk ~cottrell/bin/* or  via  grep vtrace0chk /afs/slac/package/pinger/tulip/*

378cottrell@wanmon:~$grep reflex /afs/slac/package/pinger/tulip/*

/afs/slac/package/pinger/tulip/vtrace0chk.pl:  $url='http://www-wanmon.slac.stanford.edu/cgi-wrap/reflex.cgi?target='.$ip;

0 S apache    1032     1  0  78   0 -  4487 pipe_w 05:17 ?        00:00:00 /usr/local/bin/perl -wT /afs/slac/g/www/cgi-wrap-bin/net/offsite_mon/reflex.cgi target=180.87.96.21

0 S apache    1231  1032  0  78   0 -   938 pipe_w 05:17 ?        00:00:00 perl /afs/slac.stanford.edu/g/scs/net/netmon/bin/asn.pl 180.87.96.21

0 S apache    1289  1231  0  78   0 -  2317 wait   05:17 ?        00:00:00 sh -c whois -h whois.radb.net AS6453 2>/dev/null | egrep \(as-name\|descr\)

0 R apache    1291  1289 33  85   0 -  3108 ?      05:17 ?        04:40:34 whois -h whois.radb.net AS6453

348cottrell@wanmon:~$grep reflex /var/log/httpd/access_log 

134.79.197.197 - - [05/Feb/2017:07:24:03 -0800] "GET /cgi-wrap/reflex.cgi?target=62.78.94.110 HTTP/1.1" 200 9182 "-" "Windows IE 7"
134.79.197.197 - - [05/Feb/2017:07:26:58 -0800] "GET /cgi-wrap/reflex.cgi?target=217.79.60.62 HTTP/1.1" 200 261847 "-" "Windows IE 7"
134.79.197.197 - - [05/Feb/2017:07:28:16 -0800] "GET /cgi-wrap/reflex.cgi?target=84.237.43.50 HTTP/1.1" 200 262878 "-" "Windows IE 7"
134.79.197.197 - - [05/Feb/2017:16:25:07 -0800] "GET /cgi-wrap/reflex.cgi?target=77.37.196.3 HTTP/1.1" 200 8471 "-" "Windows IE 7"
134.79.197.197 - - [05/Feb/2017:16:25:26 -0800] "GET /cgi-wrap/reflex.cgi?target=77.37.254.198 HTTP/1.1" 200 9218 "-" "Windows IE 7"

  • wanmon 

62.210.80.47 - - [05/Feb/2017:04:59:21 -0800] "GET /cgi-wrap/reflex.cgi?target=192.68.191.233 HTTP/1.1" 200 22111 ...

67.167.170.19 - - [05/Feb/2017:05:16:13 -0800] "POST /cgi-wrap/reflex.cgi HTTP/1.1" 200 7 "http://tulip.slac.stanford.edu/

asn.pl works on rhel6-64.slac.stanford.edu and pinger.slac.stanford.edu

350cottrell@rhel6-64e:~$/afs/slac.stanford.edu/g/scs/net/netmon/bin/asn.pl 180.87.96.21
Getting ASN for 180.87.96.21...
IPv4: 180.87.96.21
DNS: if-ae-20-2.tcore1.SVQ-Singapore.as6453.net
ASN: 6453
Descr: NA

However on wanmon.slac.stanford.edu it stalls online 98 of asn.pl, see below

351cottrell@wanmon:~$perl -d /afs/slac.stanford.edu/g/scs/net/netmon/bin/asn.pl 180.87.96.21

Loading DB routines from perl5db.pl version 1.28
Editor support available.

Enter h or `h h' for help, or `man perldebug' for more help.

main::(/afs/slac.stanford.edu/g/scs/net/netmon/bin/asn.pl:56):
56: require IEPM::Tools::ASNWhoIs;
DB<1> c 98 Getting ASN for 180.87.96.21...
main::(/afs/slac.stanford.edu/g/scs/net/netmon/bin/asn.pl:98):
98: my $ans = $as->node2ASN( $node );
DB<2> n

IEPM::Tools::ASNWhoIs::(/afs/slac.stanford.edu/g/scs/net/netmon/iepm/IEPM/Tools/ASNWhoIs.pm:57)::

 

 

 

  • No labels