Displaying 2 results from an estimated 2 matches for "frontend1".
Did you mean:
frontend
2011 Mar 20
0
switch statement in extensions.conf
So I have two asterisk servers, one acting as a frontend and another
acting as a backend interface to a PRI. All I want is for the backend
to send all calls from the DAHDI interface to the frontend. Seems like
switch would do that by placing this on the backend server:
switch => IAX2/frontend1/inbound_context
'frontend1' is already defined with proper username/secret combos in
iax.conf, and verified working - using a dial command to do
dial(IAX2/frontend1/${EXTEN}@inbound_context works fine. However the
switch statement doesn't seem to do anything - I can remove anything
fr...
2013 Apr 17
1
[Bug 1039] Incomplete application of HostKeyAlias in ssh
...ement load-balancing
between a number of front-ends for a cluster. Users ssh to a special
hostname, which is not in DNS, to invoke the load-balancer and all of
the front-end systems share the same host keys.
The ssh_config entry looks something like this:
Host balancer
HostKeyAlias frontend1
ProxyCommand /usr/local/bin/ssh-balance %h
The HostKeyAlias option is needed because there is not an actual host
named balancer and no entry for that name in the ssh_known_hosts file.
Consequently, the password prompt always indicates frontend1 regardless
of what host the user is actua...