首页 | 2020年1月14日 怎么用?看不懂... strongSwan http://lax.v2ex.com/t/158012 racoon https://www.v2ex.com/t/1... 期待你的精彩评论 加入7310人围观
技术文章 SIP trunk UNREACHABLE hqy 发表于2020-01-14 浏览2395 评论0 If you have configured in Asterisk (or you fron-end FreePBX) sip trunk provider of VoIP, but outbound link is not working, and in output:# asterisk -rx "sip show peers"you see that your sip trunk UNREACHABLE in the
技术文章 linux tcp udp 端口扫描 hqy 发表于2020-01-14 浏览2325 评论0 使用 telnet 测试现有监听端口连通性 可以使用 Linux 自带的 telnet 工具来测试现有端口的连通性,测试命令为: telnet <host> <port># host 是目标服务器 IP,port是待测试端口号示例: 可以如下指令测试 22 端口的连通性: telnet 127.