similar to: IAX2 problem for WAN connections

Displaying 20 results from an estimated 2000 matches similar to: "IAX2 problem for WAN connections"

2015 Feb 05
1
IAX2 problem for WAN connections
> On Thursday 05 Feb 2015, jg wrote: >> Calling from ServerB to ServerA works, but not vice versa. The only odd >> thing that appears to me is the different perceived port on ServerA. >> >> Does someone have an idea at what to look in detail? > > Look in /etc/asterisk/iax.conf in the first instance. > Basically I used the example from the Asterisk book
2015 Feb 05
0
IAX2 problem for WAN connections
On Thursday 05 Feb 2015, jg wrote: > Calling from ServerB to ServerA works, but not vice versa. The only odd > thing that appears to me is the different perceived port on ServerA. > > ServerA*CLI> iax2 show registry > Host dnsmgr Username Perceived Refresh State > 80.152.xxx.xxx:4569 N ServerA 79.233.yyy.yyy:45697 60 > Registered
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
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
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
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
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 Oct 18
5
IAX2 works one direction, but not the other...
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
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 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
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>
2003 Mar 23
1
Need Help.
Dear Expert, I'm very newbie with rsync and i just installed RSYNC in both of my servers. Let say the server is ServerA (10.1.1.1) and ServerB (10.1.1.2). Rsync daemon runs in server A. The rsycnd.conf is like this (i save this file in /etc/rsyncd.conf): uid = rsync gid = rsync use chroot = no max connections = 4 syslog facility = local5 auth users = root
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 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
2005 Jun 07
2
@ERROR: auth failed on module
Hi, My nightly rsync jobs recently began to fail. I don't recall making any modifications to the rsync config files or upgrading rsync. Below is the error I receive when I try to rsync the home directory of serverA to serverB. Is there anything obviously wrong? Thanks. serverA rsync # rsync -arczv --delete --password-file=/etc/rsync/rsync.password /home 192.168.1.4::home @ERROR: auth failed
2017 Oct 12
1
SSL overview...
I thought I read somewhere that the hostnames on replicated dovecot servers had to be different. Is this simply the hostname you specify in the config for dovecot and can this be different than the actual unix hostname? Ethon B. > On Oct 11, 2017, at 11:04 PM, Anvar Kuchkartaev <anvar at anvartay.com> wrote: > > If you are using different hostname for each server then you need
2004 Oct 08
1
Trust between two samba domains
I have a problem with Samba: I want to make trust between two Samba domains. I have setup the trust on the DOMAINB server then on the Samba DOMAINA server "net rpc trustdom establish DOMAINB" I then get the following: Password: [entered password] Could not connect to server SERVERB [this is the PDC for the DOMAINB domain] Trust to domain DOMAINB established When I then try
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