s1u
s1u
@tangqiaoboy 不用翻墙,ping 得了 Ping has started… PING helloitworks.com (115.28.229.42): 56 data bytes 64 bytes from 115.28.229.42: icmp_seq=0 ttl=52 time=20.876 ms 64 bytes from 115.28.229.42: icmp_seq=1 ttl=52 time=23.740 ms 64 bytes...
弄命令行装了,但是 Xcode 6 GM的菜单里没有反应啊
好了,谢谢!你真快!
fantastic! thanks! - Junbro On Sun, May 29, 2022 at 2:39 AM Mylo Pinto Rizvi ***@***.***> wrote: > Nice! I've also been working on a dracula theme as well. >...
要装的是`IKEv2`,用了`ansible-playbook -i ansible_hosts.local ipsec.yml`, 而且改了`group_vars/ipsec.yml`里的`IKEv2`部分 ``` ikev2_users: [] ikev_users: - username: "user1" password: "pass1" # - username: "user2" # password: "passw" ``` 试了下,只能原始`group_vars/ipsec.yml`里面预先定义的`ikev1_users`的用户名密码能连上,上面去掉注释后`IKEv2`的用户名密码连不上。
放弃了,还是不行。enable了,local的运行完了之后,mac还是连不上ikev2。 ip:9441/ios8-profile下面没有mobileconfig文件,osx下面到有servercert.pem,但没效果,还是连不上。 再试了加了个vps,用1个运行ansible-playbook到另一个vps部署ipsec,而且default/main.yml里面也改了 ip as domain = true ssh connecting 有问题。用了 -vvvv 说debug,没有用啊。 ``` PLAY [ipsec] ****************************************************************** GATHERING FACTS *************************************************************** fatal: [另外一个VPS的IP] => SSH Error: Permission denied (publickey,password). while connecting...
是有true的。 提示`to use the 'ssh' connection type with passwords, you must install the sshpass program`。这里面的坑真是不少啊。。。
可以安装在另一个vps上安装了,但是还是只能ikev1能连上,2就是连不上,ipsec.yml配置这样,两个证书都trule,但是安装后在另个vps的 /var/www/ikev2/ 下面ios的目录下面就没有证书,osx下面的证书导入mac并设置always trust后,还是提示连接 用户认证失败。 ``` ipsec_enable_l2tp: false ipsec_enable_ikev1: true ipsec_enable_ikev2: true # the generated server cert should also be imported to osx ipsec_domain: "{{ inventory_hostname }}" ipsec_bind_ip: "{{ ansible_default_ipv4.address...
能不能说下怎么检测 firewall 有没有装或者怎么启动?centos 是在搬瓦工上面直接 new os 的。 On Wed, Dec 17, 2014 at 12:21 AM, Travis Lee [email protected] wrote: > 应该是firewalld没有装或者没有启动,net-tools工具没有安装。 > > — > Reply to this email directly...
Updated with these new ones, still not work. `No module named 'custom_nodes.comfyui_controlnet_aux'`, it can't find the directory `custom_nodes`, even `comfyui_controlnet_aux` actually installed.