Displaying 3 results from an estimated 3 matches for "tanp".
Did you mean:
tan
2012 Nov 01
3
xm migrate - Error: can't connect: [Errno 111] Connection refused
...ot opt source destination
>
> Chain FORWARD (policy ACCEPT)
> target prot opt source destination
>
> Chain OUTPUT (policy ACCEPT)
> target prot opt source destination
>
> sles-xen-1:~ # netstat -tanp | grep xen
>
Eric Pretorious
Truckee, CA
2015 Sep 17
1
Centos 7 using cups with cups-lpd loaded getting print jobs from an Sco Unix lpd system
...entos 7 machine.
The hosting system is Sco Unix using lpd printing. This machine is
in Illinois and the warehouse / Centos 7 machine is in Arizona.
I have loaded "cups-lpd" using yum and it seems fine. I have
also setup "/etc/xinetd.d/cups-lpd"
Following is a "netstat -tanp |grep -i listen"
tcp 0 0 0.0.0.0:22 0.0.0.0:*
LISTEN 1090/sshd
tcp 0 0 0.0.0.0:631 0.0.0.0:*
LISTEN 1096/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0:*
LISTEN 1671/master...
2012 Jan 25
2
Server/Client Alive mechanism issues
Hello,
I have a bandwidth-constrained connection that I'd like to run rsync
over through an SSH tunnel. I also want to detect any network drops
pretty rapidly.
On the servers I'm setting (via sshd_config):
ClientAliveCountMax 5
ClientAliveInterval 1
TCPKeepAlive no
and on the clients I'm setting (via ssh_config):
ServerAliveCountMax 5
ServerAliveInterval 1
TCPKeepAlive no
After