Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ow edit Login

Code Block
386cottrell@pinger:~$ssh rcottre@bastion.desy.de
Warning: Permanently added the RSA host key for IP address '131.169.5.83' to the list of known hosts.
rcottre@bastion.desy.de's password:
Questions concerning bastion? see http://bastion.desy.de for the Bastion FAQ.
[rcottre@bastion03]~%

Then login to iepm01-el7.desy as ping.desy.de as root, no password required

Code Block
[rcottre@bastion03rcottre@bastion01]~% ssh root@iepm01-el7-e17.desy.de
ssh: Could not resolve hostname iepm01-e17.desy.de: Name or service not known
[rcottre@bastion01]~% ssh root@ping.desy.de
Last login: Wed AprJun  127 1308:5734:0345 2017 from mystphi.desy.de
Welcome to DESY IT
[root@iepm01-el7 ~]#

...

Crontab successfully updated!!
We are done here exiting...

pinger.xml

This is kept at /usr/local/share/pinger/pinger.xml and may need editing.  In particular:

  <SrcName>ping.desy.de</SrcName>

traceroute.pl

Code Block
[root@iepm01-el7 ~]# cd /var/www/cgi-bin
[root@iepm01-el7 cgi-bin]#  wget 'http://www.slac.stanford.edu/comp/net/traceroute/traceroute.pl'
--2017-04-26 23:24:01--  http://www.slac.stanford.edu/comp/net/traceroute/traceroute.pl
Resolving www.slac.stanford.edu (www.slac.stanford.edu)... 134.79.197.200, 2620:114:d000:2716::200
Connecting to www.slac.stanford.edu (www.slac.stanford.edu)|134.79.197.200|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 48927 (48K) [text/plain]
Saving to: âtraceroute.plâ
100%[======================================>] 48,927      71.4KB/s   in 0.7s
2017-04-26 23:24:02 (71.4 KB/s) - âtraceroute.plâ saved [48927/48927]
[root@iepm01-el7 cgi-bin]# ls -l traceroute.pl
-rw-r--r-- 1 root root 48927 Sep 20  2016 traceroute.pl
[root@iepm01-el7 cgi-bin]# chmod +x traceroute.pl
[root@iepm01-el7 cgi-bin]# ls -l traceroute.pl
-rwxr-xr-x 1 root root 48927 Sep 20  2016 traceroute.pl

...