Displaying 4 results from an estimated 4 matches for "masterhost".
Did you mean:
master_host
2005 Apr 14
0
Finding an available port for server socket
I've written a Smalltalk application which starts R on another machine and
then communicates with it via sockets. The functions involved are:
slaveStart <- function(masterHost, masterPort){
inPort <- availablePort()
sendSocket(as.character(inPort), masterHost, masterPort)
socketSlave(inPort)
}
socketSlave <- function(inPort){
## listens on inPort.
on.exit(closeAllConnections(), add = T)
repeat {
inConn <- socketConnection(port = inPort, serv...
2007 May 29
1
Tunnelling Puppet over SSH
I work at a large financial institution (AXA) and we have a large number
of DMZs for our partner and internet-facing servers.
The only access to the various DMZs is via SSH and no DMZ-initiated
connections are allowed back to the internal network. I''d consider
putting a Puppet server in the DMZ but no communication is allowed
between DMZs either.
Has anyone tried tunnelling Puppet
2019 Oct 30
1
named errors in /var/log/messages
...t; IN {
type master;
notify yes;
file "named._authzone-#ZONE#";
allow-transfer { dns-hosts; };
allow-update { none; };
};
...
};
the slaves itself have this in /etc/named.conf
masters masterhost {
IPV6-MASTER; // IPv6only: master
};
view "auth" {
match-clients {
any;
};
empty-zones-enable no;
recursion no;
transfer-source 0.0.0.0;
transfer-source-v6 IPV6-SLAVE;
additional...
2005 Mar 25
0
ways to get more accuracy from ztdummy
...98.266602
But when i listening MOH, it's quality is not very good. It is slightly choppy.
(Asterisk _uses_ ztdummy, without ztdummy MOH sound is more awful)
Is there any techniques for getting more accuracy?
May be some software or hardware tricks?
Thanks for any help.
--
Aleksey Skripka
.masterhost