I'm getting a "Transfer timed out." error when I try to transfer a file using the following command,"tftp -4 10.94.161.170 -c get filename"
These are the contents of my /etc/xinetd.d/tftp
# default: off
# description: The tftp server serves files using the trivial file transfer \
# protocol.
I often have the case that I have to make a lot of hops to the remote host, just because there is no direct routing between my client and the remote host.
Hello,
I have 2 clients with Unix installed.
host1: eth0 (192.168.5.10) & eth1 (192.168.10.10)
host2: eth0 (192.168.10.20)
I've connected host1-eth1 to host2-eth0. host1-eth0 isn't connected.
I started 'tcpdump' on wonder that host2 got ARP requests for 192.168.5.10.
Any idea why host1 asks for an IP of own system?
Hello Everyone,
I have the following codes that only works for the first login element. I can't get it work with the second and third login credentials. Can anyone here see the problem?
I ran the code with host1, it works as expect.
Hello,
After reading through SPF: Project Overview and a few other posts on here I was hoping someone could help me work out why SPF isnt working.
On my domain I have a txt record of - "v=spf1 a mx a:host1.domain a:host2.domain a:host3.domain a:mobile.domain a:laptop.domain -all"
In cPanel SPF is Enabled and it has the following SPF value - "v=spf1 +a +mx +ip4:<Server Pu
I'm trying to copy a file from a remote unix box, host1, to my unix box, host2.
host1$ ssh host2 cmd1 | cmd2
Will cmd2 run on host1 or host2?
e.g.:
host1$ ssh host2 ls -1 / | wc -l
In this example, will wc -l run on host1 or host2, why?
I'm trying to run tftpd from xinetd on CentOS 6; however, I can only tftp from localhost.
I have a file in /opt/tftpboot/fw.test.conf that I can retrieve if I tftp to localhost:
[mpenning@localhost ~]$ tftp localhost
tftp> get fw.test.conf
tftp> quit
[mpenning@localhost ~]$ ls
fw.test.conf
[mpenning@localhost ~]$
However, I cannot receive this file if I tftp to eth1 on this server (the a
From my laptop I'm trying to connect to HOST1 and I get:
$ ssh -vvv user@HOST1
OpenSSH_6.0p1 Debian-3ubuntu1, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to HOST1 [x.x.x.x] port 22.
ssh: connect to host HOST1 port 22: Connection timed out
The ssh d