06-03-2005
GIYF
Google for "0821-069 ping: sendto", which will yield:
http://www.redbooks.ibm.com/redbooks/pdfs/sg246066.pdf
where you can search for "0821-069 ping: sendto", which will yield:
"2.8.3. Cannot Ping from a secure machine to a non-secure machine"
Hope this helps.
bakunin
10 More Discussions You Might Find Interesting
1. IP Networking
If anyon eread this I need a answer quick. I can ping a machince on my network but I can't connect to it. I keep getting a protocol error. I check everything hosts file .deny .allow.
Can you please help me (1 Reply)
Discussion started by: aojmoj
1 Replies
2. IP Networking
Hi,
When I pinged a machin, I got to be seen a different kind of
reply from that machine.
This is as below : "Reply from 136.128.11.116: Source quench received." Which I felt like an un-usual message.
So what does this mean.
Regards & Thanks in advance.
Vishwa. (4 Replies)
Discussion started by: S.Vishwanath
4 Replies
3. UNIX for Dummies Questions & Answers
Hi there hope list can help
I'm looking for a command that does the following
lets say i ping a server 00.00.000.00
and this server is up and running how do i get the ping command to return a UP or a Down
meaning
if the command is true do this
if the command is False do this
... (2 Replies)
Discussion started by: nemex
2 Replies
4. AIX
hi all,
i am facing a problem that my error log was empty(0 byte).
i dont whether threr is any mistake or my server working that much nicly......
please find some output down.
# errpt
0315-180 logread: UNEXPECTED EOF
0315-171 Unable to process the error log file /var/adm/ras/errlog.... (1 Reply)
Discussion started by: rrlog
1 Replies
5. Linux
Hi All,
Need your help one more time.
I am trying to ping a linux machine which is not responding to ping.
However traceroute can reach the machine and I can log in to it by ssh. I have checked /proc/sys/net/ipv4/icmp_echo_ignore_all it is already set as "0".
It is not happening in the... (1 Reply)
Discussion started by: ailnilanjan
1 Replies
6. IP Networking
I have an old MP-Ras Unix system. I have setup netowkring but am unable to ping any local network pcs or the default gateway. If i use the arp -a command I receive the correct mac address for all connected pcs but I cannot ping anything except the local address. Any help would be appreciative.
... (7 Replies)
Discussion started by: Rutgerncas
7 Replies
7. Shell Programming and Scripting
Hi,
I develop simple animation ping script on Solaris Platform. It is like Cisco ping.
Examples and source code are below.
bash-3.00$ gokcell 152.155.180.8 30
Sending 30 Ping Packets to 152.155.180.8
!!!!!!!!!!!!!.!!!!!!!!!!!!!!!.
% 93.33 success... % 6.66 packet loss...... (1 Reply)
Discussion started by: gokcell
1 Replies
8. IP Networking
I am unable to ping my remote server.My server is unable to ping the same. both are able to ping the gateway. both the ip's are on same network.i use a proxy tunnel on my remote server.Help if any clues. (6 Replies)
Discussion started by: oslbhavana
6 Replies
9. Shell Programming and Scripting
Hi
I am using perl to ping a list of nodes - with script below :
$p = Net::Ping->new("icmp");
if ($p->ping($host,1)){
print "$host is alive.\n";
}
else {
print "$host is unreacheable.\n";
}
$p->close();... (4 Replies)
Discussion started by: tavanagh
4 Replies
10. Programming
help with bash script!
im am working on this script to make sure my server will stay online, so i made this script..
HOSTS="192.168.138.155"
COUNT=4
pingtest(){
for myhost in "$@"
do
ping -c "$COUNT" "$myhost" &&return 1
done
return 0
}
if pingtest $HOSTS
#100% failed... (4 Replies)
Discussion started by: mort3924
4 Replies
LEARN ABOUT DEBIAN
any2djvu
ANY2DJVU(1) DjVuLibre-3.5 ANY2DJVU(1)
NAME
any2djvu - Convert .ps/.ps.gz/.pdf to .djvu
SYNOPSIS
any2djvu url {filename(s)}
DESCRIPTION
Converts files from .ps/.ps.gz/.pdf to .djvu by running them through a web server willing to perform this task.
Invoke with -h switch for usage information.
ENVIRONMENT
Non-empty value of DJVU_ONLINE_ACK acknowledges transmission of the documents to the server (so that no warning dialog is displayed).
EXAMPLES
any2djvu http://www.bcl.hamilton.ie/~barak/papers mesh-preprint.ps.gz
any2djvu localfile.pdf
AUTHORS
David Kreil, Barak A. Pearlmutter, Yaroslav O. Halchenko
BUGS
Using a web-based encoder server is a stop-gap measure until better encoders enjoy wide free distribution.
There is a security issue in operating on documents not intended for widespread distribution, which could be partially although not com-
pletely ameliorated by using a secure web connection.
SEE ALSO
The entire djvu suite, eg djvu(1), djview(1), and djvuserver(1).
DjVuLibre-3.5 02/12/2003 ANY2DJVU(1)