[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Ping and traceroute on RaQ3
- Subject: Re: [cobalt-users] Ping and traceroute on RaQ3
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Mon Jul 16 13:28:16 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"Esteban" <esteban@xxxxxxxxxxxxx> wrote
>
> Some users try to use the ping and traceroute on my RaQ wihtout good
> results.
>
> Path to traceroute: /usr/sbin
> Path to ping: /bin
>
> [admin@www sbin]$ ls trace* -a -l
> -rwsr-xr-x 1 root root 17672 Oct 4 2000 traceroute
> [admin@www /bin]traceroute domain.com
> bash: traceroute: command not found
Try using ./traceroute *when you are in the directory containig the file user
"./"
> [admin@www /bin]$ ls ping -a -l
> -rwxr-xr-x 1 root root 14900 Sep 24 1999 ping
> [admin@www /bin]$ ping -c5 domain.com
> ping: ping must run as root
man ping
" This program is intended for use in network testing, measurement and man
agement. Because of the load it can impose on the network, it is unwise
to use ping during normal operations or from automated scripts.
You don't want your users using ping.
Tell them to use their own computer (ISP)
AFAIK all computers have ping.
Gerald