similar to: Per host key authentication

Displaying 20 results from an estimated 1000 matches similar to: "Per host key authentication"

2019 Mar 21
9
Paging systems?
Does anyone have an (overhead) paging system that they like that works with SIP? We've got a client with an old paging system that (supposedly) just takes an rj11 POTS connection, but when we put an SPA Cisco adapter on it, it doesn't auto-answer the call, so paging never happens. [cid:image001.png at 01D4DFF6.9C1F1AA0] Michael J. Munger, dCAP, MCPS, MCNPS, MBSS Microsoft Certified
2019 Feb 07
2
Please help with configuration
Hi, I'm new to Tinc and I'm having some hard time to figure out the proper configuration for my use case. In hope you can help me out. A) SERVER running tinc (Ubuntu 16.04 LTS) External IP: 111.111.111.111 (ddns) Behind a router with NAT, local IP of SERVER: 192.168.0.4 B) CLIENT running tinc (Ubuntu 16.04 LTS) External IP: 222.222.222.222 (ddns) Behind a router with NAT, local IP of
2018 Oct 02
2
Per host key authentication
Definitely considered that. Running different VPNs and even running different instances of the daemon on different ports. But, as you rightly pointed out: *additional complexity*. It basically comes down to: what if you have a bad actor who needs credentials revoked immediately? We have a way of doing this already, but it can take up to 5 minutes to cycle through every machine on the network -
2019 Feb 07
2
Please help with configuration
Thanks Michael, I will proceed like this. I think I didn't have UDP 655 forwarded on the remote server, will do that (had it at my client's router). If tinc connects, will both server and client see each other, for example I will be able to access all webui's running on SERVER from CLIENT side? For example, SERVER is running webui of Tvheadend on 192.168.0.4:9981 How can I access that
2019 Mar 21
2
Paging systems?
You need more than an ATA. You need something with an FSO and FXO. I've used Linksys/SPA3102-3.3.6 and been happy with it. From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Sebastian Nielsen Sent: Thursday, March 21, 2019 3:01 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' <asterisk-users at lists.digium.com> Subject: Re:
2019 Apr 10
7
Forking AGI or GoSub
I have an AGI that can sometimes take time complete. I don't want the dialplan to be held up by the agi. Is there any way to call it and have Asterisk continue with the dialplan? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190410/4c704231/attachment.html>
2020 Feb 18
1
Routing between networks
Problem: I have four networks, A, B, C, and D Networks B, C, and D should not be able to see each other. Network A should be able to see all of them. A - 172.16.1.1/24 B - 172.16.2.1/24 C - 172.16.3.1/24 D - 172.16.0.1/24 For host machine X, which is at 172.16.1.100/24 (network A), I added a route for it to ping a machine (Y) on the network B:     ip route add 172.16.2.0/24 via
2019 Feb 07
0
Please help with configuration
Local IPs of the client are irrelevant. The client should be configured to look for the host by domain name (/etc/tinc/yournetwork/hosts/EXAMPLESERVER should have the dDNS name in the Address directive) and the tinc.conf file should have that as the host to connect to for the network. (ConnectTo=EXAMPLESERVER) Then, you need port forwarding in your router to forward TCP/UDP 655 from the WAN
2018 Oct 02
0
Per host key authentication
I don't believe tinc will support this level of access control. As far as I can tell, it's all or nothing with tinc. How you configure firewalls on the other hand is up to you. On Tue, Oct 2, 2018 at 4:40 PM Michael Munger <mj at hph.io> wrote: > > Problem I want to solve: > > We have 3 sites: A, B, and C. > > Network admins should have access to all three. (this
2019 Feb 07
0
Please help with configuration
Get it connected first and able to ping the remote server's IP. Then, you should be able to access stuff on the server network as if you were on that LAN. You should also remove the pet forwarding on the client side. It's unnecessary. Get Outlook for Android<https://aka.ms/ghei36> On Thu, Feb 7, 2019 at 12:49 PM -0500, "Drake Drake" <drakemails at
2015 Jan 14
4
Obtain public key
Is there any way to obtain the public key from the private key? I know it's in host file however for the purpose of this message I need to be able to generate it on the command line. I tried openssl ec < ed25519_key.priv I get an error read EC key unable to load Key 140092556813984:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: ANY PRIVATE KEY
2014 Mar 12
2
Error while processing ID
Hello all, my apologies if I have failed to RTFM, but the PDF manual and google were no help. I am trying to get a simple two node tunnel setup. I have verified that the up scripts bring up the interfaces as they are written; however my gut feeling is that there is something wrong there, but I am not sure exactly what. Misc items: * I have a Port line in horcrux because I ran INIT as a user,
2005 Oct 04
1
HPH-SSH code incorporation
Hi, We are deciding on to either entirely use HPH code to our OpenSSH or not for systems globally and I come down to a question. If HPH-SSH code is such an improvement to network performance for OpenSSH, then why has it not been incorporated to the OpenSSH code? Is there a reason? Is it because there are problems with the HPH-SSH code? Since the code has been out for a time and still has not
2006 Dec 18
1
Big GAP of speex MCPS on arm CPU and RVDS simulator
Hi all Speexers, I've done some optimization to current SVN fixed-point on ARM9E platform. If the RVDS simulator gives the MCPS(Million Cycle Per Second) value A, then actual MCPS on real CPU will be around 2*A. I don't know what cause the big gap between the simulator and real CPU. What do you think? BR, Lianghu -------------- next part -------------- An HTML attachment was
2005 Oct 18
3
Legal issues for non-profit radio stations.
Hi All, Some time ago I emailed this list and mentioned (as well as a couple of techinical queries) that I was trying to contact the PRS for information on the copyright licencing requirements of a non-profit on-line radio station, a few people expressed interest in this and asked I keep them updated. Well I just sent my third email (transcript below) informing them that I will assume a further
2018 Oct 02
0
Per host key authentication
On Tue, Oct 2, 2018 at 2:41 PM, Michael Munger <mj at hph.io> wrote: > It would be nice to just disable the key at some central point and then > authentication / encryption / decryption just *break* for that bad actor. Depending on your specific network topology, 4 separate VPNs might very well give you the single break point you want. If I was going to try to use Tinc to solve your
2010 May 24
4
convert zaptel to dahdi?
I am trying to get a zaptel install converted to dahdi. I can get dahdi installed, and the pseudo device even shows up; however, dahdi show channels shows me nothing. There is a TE122 and a TDM800 in there, and neither show up. dahdi show status shows both cards, and dahdi tools show that the cards are there, working, and have no alarms. What am I missing? Michael Munger, dCAP, MCPS, MCNPS,
2003 Apr 07
4
Samba printing options
Hi. I set up samba printer drivers (printer$ share) on my Samba 2.2.7a. The printer drivers install works fine, however I have the problem that after installing the driver isn't configured propertly (I want to force using Duplexing unit,...) - is there any way to specify the 'default settings' for printer drivers? BTW: How can I get the correct printer default settings? Regards, Dezo
2005 Oct 18
2
Legal issues for non-profit radio stations.
Of course we all know these groups would certainly not appreciate the audible distrobution of their bread and butter. However, I assume your scope is only within the U.S. , whereas personaly in Canada. Our laws governed a right to freedom of information in regards to online content. More or less, if you find it online it must be public content (unless that's been changed by now, I haven't
2007 Jul 24
2
Speex optimization and 12 bits conversion for 12 bits ADC
Hi, all, I am porting speex on ARM7TDMI, I have done some optimization, the result is that the encoder and decoder need about 60 MCPS for 5.96kbps bitrate and complexity 0. Can someone give me informtion about Speex optimization on ARM7? Another question, my ADC and DAC are 12 bits, but Speex codec is 16bits, Did someone try to modify speex to 12 bits? I think if I modify speex to 12 bits, the