08-20-2009
Assuming network is configured correctly, most likely reason is firewall on server. try iptables -F to flush all firewall rule. Can you telnet/ssh to the server or ping to other machined from Linux ? if not, network/routing may be the issue
9 More Discussions You Might Find Interesting
1. Solaris
Hello.
I have just installed solaris on my PC (standalone). It allows to reboot. But IF I shut down and the restart by pressing the button - It does not show my solaris OS and I am then forced to perform fresh installation.
Could you please let me know the fix for it - So that shutdown and... (3 Replies)
Discussion started by: panchpan
3 Replies
2. UNIX for Dummies Questions & Answers
Careful!!! This is a newbie question!
Hello Community
I'd like to develop a very simple application, on the one side (some windows pcs with a listener and sender) on the other side a linux server that does the same.
Any suggestions about doing that? telnet, smbclient?????
It must be... (3 Replies)
Discussion started by: ncatdesigner
3 Replies
3. Solaris
Hi :
I have a e450 sun server that I just started up and I connect my laptop to the serial connection using a null modem cable and it just does not connect.
I use hyperterminal, I dont connect a keyboard to the sun machine?
Any ideas?
Thanks a lot
Al (3 Replies)
Discussion started by: alanj4
3 Replies
4. Shell Programming and Scripting
I basically want to login into different linux machines( on the same network) from a windows machine. I know i can use ssh <machine name>. But i want to automate this process. I dont want to enter the username and password. Is there any way to do it. Can i make some sort of a batch script for it. (4 Replies)
Discussion started by: lassimanji
4 Replies
5. SuSE
I current have Windows 7 running Virtualbox - OpenSUSE.
From SUSE I can ping the Windows box 10.10.x.x no problems.
But from the windows box I can't ping SUSE. I have tried disabling the firewall and sill no luck. Tried pinging host name and still no luck.
The network gives an IP from... (2 Replies)
Discussion started by: woofie
2 Replies
6. UNIX for Dummies Questions & Answers
Hi guys ,
I want to develop a web page which is capable of executing the command on os and show the output on the browser.(Which involves reading and writing too.)
I m using jsp language to develop the web page. How would i use it to communicate with my linux server?
Any... (3 Replies)
Discussion started by: pinga123
3 Replies
7. Shell Programming and Scripting
I need a shell script to copy files frm a linux machine to a windows machine using SCP. The files keeps changing day-to-day. I have to copy the latest file to the windows machine frm the linux machine.
for example :In Linux, On July 20, the file name will be 20.txt and it should be copied to... (3 Replies)
Discussion started by: nithin6034
3 Replies
8. Virtualization and Cloud Computing
I have installed Oracle VM virtual box on Windows 7 and using LINUX (backtrack 5) as my virtual OS. The problem is i'm unable to connect to internet from my virtual OS. i'm using USB dongle (mobile broad band) to connect to internet from my host OS windows 7.
I tried setting NAT in VM settings... (0 Replies)
Discussion started by: Arun_Linux
0 Replies
9. Linux
Hi,
Could you please help me with the below issue..
I'm running RHEL6 OS on both server (192.168.0.10) and client machines (192.168.0.1).
I'm trying to connect to server from the client machine using ftp service.
I have installed vsftpd daemon on both the machines.
I'm getting... (4 Replies)
Discussion started by: raosr020
4 Replies
LEARN ABOUT DEBIAN
dnping
DNPING(1) General Commands Manual DNPING(1)
NAME
dnping - Loopbacks diagnostic packets through a remote node
SYNOPSIS
dnping nodename [user pass] count
or
dnping nodename [options] nodename
Options:
[qsv] [-c number] [-i interval] [-p password] [-s size] [-u username] [-w timeout]
DESCRIPTION
This utility sends to remote DECnet node nodename the number of packets specified by count to test the link between the two systems.
Optionally a username and password may be specified for the connection as well as several other options. NOTE that if you dnping another
Linux box it must have dnetd running.
NOTE also that dnping is not really like an IP "ping" in that it needs a registered object at the other end to connect to. So, just because
you cannot ping a machine does not, necessarily, mean that machine is not available, just that the MIRROR object is not available. There is
not (to my knowledge) a low-level equivalent in DECnet of the ICMP ping message.
OPTIONS
-c number
Number of packets to send (default 10)
-d Debug mode (default off)
-i interval
interval between packets in microseconds (default 0)
-p password
Access control password. If this is "-" then you will be prompted.
-q Quiet mode (default off)
-s size
size of frame to send in bytes (40 data + 68 hdr)
-t timestamps mode (default off)
-u username
access control username
-w timeout
Specifies a timeout (in seconds). If not response is received after this time then dnping will abort. The default is to wait for-
ever.
-v verbose mode (default off)
EXAMPLES
Pings 10 packets through remote node "mv3100"
# dnping mv3100 10
Make it look a bit like IP ping:
# dnping -vti 1000000 marsha
SEE ALSO
dntype(1), dndir(1), dndel(1), dntask(1), sethost(1), dnetd(8)
DECnet utilities January 25 2000 DNPING(1)