Displaying 20 results from an estimated 1000 matches similar to: "replication chain"
2010 Nov 15
2
SSH keys question
All,
I have 3 servers. All 3 are CentOS 5.5. All 3 have identical
/etc/ssh/sshd_config files. I used ssh-keygen (with no arguments) to
generate keys with no password. I then added all 3 id_rsa.pub keys to the
authorized_keys file.
With this set up, I should be able to ssh between all 3 boxes without
needing a password. The problem is that one of the servers keeps asking for
a password even with
2010 May 05
3
NIS question
Hi
How can we use NIS to control a user in different servers?
eg: serverA /home/userA/javaapplication
serverB /export/home/userA/javaapplication
serverC /vol/home/javaapplication
Thank you
2004 Aug 06
2
Master vs Relay
Hello,
I have working enviroment with sourceworkstation (ices2) and one
broadcast icecast2 server.
One live stream, working fine.
Now, I want to add two another icecast servers like chain:
ourceworkstation -> serverA -> serverB -> serverC
o users can choose nearest server to connect.
But dont know, how to configure it. Examples of config files uses
127.0.0.1 everywhere, so it is not
2017 Oct 31
1
"mount error(112): Host is down" on Ubuntu 17.10
Hello,
I am a long time Samba user but new to this list. Now I need some help
on a CIFS mount issue I just encountered.
We have 4 Samba servers:
ServerA: Samba 3.0.28a
ServerB: Samba 3.6.25
ServerC: Samba 4.3.11
ServerD: Samba 4.3.11
I am using a BASH script to mount shares in user's home directory using
this line:
sudo mount.cifs //192.168.123.29/share/ ~/server/share -o
2006 May 02
1
Only one NDS_ldapsam possible?
Hi,
is there a way to define more than one NDS ldap server in smb.conf? It
seems that
only the first ldap server is used and if unavailable none of the other
backends are going to be tried. Samba then still tries to connect over
and over to the unavailable eDirectory-Server.
My passdb entry looks like this (it?s all in one line):
passdb backend = NDS_ldapsam:ldaps://serverA.blabla.com:636
2010 Aug 04
1
callerid between 2 asterisk servers
I've got 2 asterisk servers on the same box: ubuntu 10.04 lucid. I have not
been able to send useful callerid info between them (callerid becomes
"serverB").
serverA register statement: (serverB has the exact opposite statement)
register => serverA:serverApassword at IP_of_serverB_nic/serverB
users.conf of serverA: users.conf of serverB:
[serverB] [serverA]
type=friend
2004 Aug 06
2
Master vs Relay
Luke Stodola wrote:
>Since you want to allow users to connect to any of the three servers, I
>don't think you need to deal with "relay-password". Leave your working
>server alone, and on the new servers put
>
> <relay>
> <server>serverA </server>
> <port>8000</port>
> <mount>/foo.ogg</mount>
2008 May 30
3
How to backup files without destroying the destination?!
Hello List,
i would like to copy/mirror/rsync the backup files from ServerA to ServerB.
Since i must assume that ServerA is hacked (public server with a few
services), i would like to "pull" the files to ServerB (save server with
no services).
That means i do something like: rsync -avz ServerA:/backup ServerB:/backup
IF ServerA gets hacked and the files get zeroed out (every file
2007 May 05
1
strange authentication issue
hi
I just joined this list, as I am having really strange issue and so far been
unable to find the root cause.I will give you scenario to see if anyone
knows what could be the cause:
1: 2 windows 64bit enterprise server serverA and Server B
2: both on same physical network no firwalls not routers
3: both on same domain controller ( windows NT4)
I can connect to serverA as under from a linux
2015 Feb 05
2
IAX2 problem for WAN connections
Hi,
I am trying to connect two Asterisk servers using IAX2. Everything works fine when I couple them
within a LAN segment, but not when I connect them using WAN connections. I made sure that the
routers' ports are mapped properly and checked this with additional ssh rules.
ServerA is a Raspberry box with the vendor's Asterisk version 1.8.13.1 and ServerB is normal
CentOS 7 box with
2013 Feb 25
1
samba + nfs locking doesn't work
this is the case:
serverA [ CentOs 5.6 kernel 2.6.18-238.12.1.el5.centos.plus, Samba ver. 3.5.21 ]
serverB [ CentOS 5.6 kernel 2.6.18-348.1.1.el5.centos.plus, Samba ver.
3.6.6-0.129.el5 ]
clientA [ WindowsXP ]
clientB [ WindowsXP ]
The serverA shares via Samba the resource [test]
[global]
workgroup = DMIT
netbios name = SAMBA
server string = DMIT domain server
interfaces = eth0
2007 Jul 30
1
iax2 trunk registration with auth rsa
hi all,
I am trunking via iax2 2 asterisk serverses
if both of them have static ip addresses, I can connect them using no
password, password or auth rsa with a pair of keys.
If one of them has dynamic ip address and need to register on the other
server, I can connect them with no password, but I am not able to do that
using keys.
The question is: which is the right register syntax to use when
2007 Jun 08
3
Asterisk 1.4 with Unicall
I have a small call center running with Asterisk 1.4.4 and Unicall.
Everything seems to be working but twice now we had to reset the server
because all lines stopped working. You can see users dialing in and
reaching the queue but the agents never get the call and the lines are
not released.
I saw that there is a new Zaptel driver which fixes a racing condition
with a TE110P card which is
2010 Oct 18
5
IAX2 works one direction, but not the other...
2007 Jan 23
3
rsync doesn't update directory ownership
Hi all,
Has anyone encountered this:
On ServerA, I make this directory:
/var/ftp/pub/userA with ownership root.root
It gets rsynced to serverB with this command:
rsync -avzgorp --delete -e ssh /var/ftp/pub/ root at serverB:/var/ftp/pub/
However, when I change the ownership of /var/ftp/pub/userA to userA.userA,
this change is not rsync-ed to serverB.
Is there any option to achieve this?
Thank
2017 Sep 19
1
How to route between tinc and physical interface.
Hello everyone.
First of all, i congratulate tinc and its community for such reliable
tool it is.
I am working on a community wireless project where we have an isolated
mesh network that we want to link by VPN. In order to fulfill this
requirement we setup a tinc VPN, with two "nodes", servera and serverb.
Servera has ip 10.0.0.1/24 and serverb has 10.0.0.2/24, and a spare
network
2007 Mar 16
1
how to use option for rsync
hello all,
i want to backup some files from serverA to serverB. but problem is that i
can ssh to serverB direcr as root with default port. i have to first ssh as
user with port 65300 and have to su - than only get root prompt of serverB .
is there any option with rsync to solve this???
serverA# ssh -l user serverB -p 65300
then only login
user@serverB$ su -
root@serverB#
-------------- next
2013 May 05
1
Connecting Multiple Asterisk instances getting "Unable to create channel of type 'SIP'"
Hi,
I'm trying to connect two asterisk instances using the method described
here..
http://ofps.oreilly.com/titles/9781449332426/asterisk-OutsideConn.html
under the section
"Connecting two Asterisk systems together with SIP"
I have an user named venu in serverA and vijay in serverB
the serverA ip is 192.168.0.35 & serverB is 192.168.0.36
Here are the details of the config
2007 Jan 19
2
Newbee-Question General Syntax
Hi there!
I´ve started looking into puppet for about one week now, I have to say
that I am NOT a developer, i occasionally write a shellscript or another
but thats about it, so maybe my problem is that i dont see the whole
picture yet.. I kind of know what i want to do, but at the moment i
don´t realy see how i can accomplish that.. :/
thing is, I have (for now "just") about 100
2017 Oct 12
2
SSL overview...
Can someone help me understand the overall picture of SSL certificates in this scenario?
I have a working dovecot/postfix/mysql server. It has a certificate.
I now want to create a second, essentially duplicate configured server for use with replication.
What is the relationship between the certificate and the hostname, or the DNS entry since the certs are created using the server?s domain