RADIUS 仅在我使用 localhost 时才有效。我不能使用它的 IP 地址。
输出radtest user password localhost 1812 testing123::
Sending Access-Request of id 251 to 127.0.0.1 port 1812
User-Name = "user"
User-Password = "password"
NAS-IP-Address = 127.0.1.1
NAS-Port = 1812
Message-Authenticator = 0x00000000000000000000000000000000
rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=251, length=33
Reply-Message = "Hello, user"
Run Code Online (Sandbox Code Playgroud)
但是如果我想使用它的IP地址
的输出radtest user password 192.168.2.218 1812 testing123:
Sending Access-Request of id 28 to 192.168.2.218 port 1812
User-Name = "user"
User-Password = "password"
NAS-IP-Address = 127.0.1.1
NAS-Port …Run Code Online (Sandbox Code Playgroud) 自从我将 ubuntu 从 14.04 升级到 16.04LTS 后,我的 openvpn 意外退出
下面是openvpn的日志文件的内容。
Wed Mar 1 13:46:33 2017 username/123.123.123.123:56729 WARNING: Failed running command (--client-connect): external program exited with error status: 254
Mar 1 13:46:33 2017 username/123.123.123.123:56729 PUSH: Received control message: 'PUSH_REQUEST'
Wed Mar 1 13:46:33 2017 username/123.123.123.123:56729 PUSH: Received control message: 'PUSH_REQUEST'
Wed Mar 1 13:46:33 2017 username/123.123.123.123:56729 PUSH: Received control message: 'PUSH_REQUEST'
Wed Mar 1 13:46:36 2017 username/123.123.123.123:56729 PUSH: Received control message: 'PUSH_REQUEST'
Wed Mar 1 13:46:42 2017 :55522 TLS: 123.123.123.123Initial packet …Run Code Online (Sandbox Code Playgroud) 我使用 Ubuntu 14.04,但无法启动freeradius守护进程 (freeradius-server-3.0.9)。我有这个我无法解决的错误:
Refusing to start with libssl version OpenSSL 1.0.1f 6 Jan 2014
0x1000106f (1.0.1f release) (in range 1.0.1 dev - 1.0.1f release)
Security advisory CVE-2014-0160 (Heartbleed)
For more information see http://heartbleed.com
Once you have verified libssl has been correctly patched, set
security.allow_vulnerable_openssl = 'CVE-2014-0160'
Run Code Online (Sandbox Code Playgroud)
dpkg -l | grep openssl
ii libgnutls-openssl27:i386 2.12.23-12ubuntu2.2 i386 GNU TLS library - OpenSSL wrapper
ii openssl 1.0.1f-1ubuntu2.15 i386 Secure Sockets Layer toolkit - cryptographic utility
ii python-openssl 0.13-2ubuntu6 i386 Python …Run Code Online (Sandbox Code Playgroud)