You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I executed the following commands on ubuntu 20.04,and met a timeout issue. Is this a bug?
wget https://github.com/dswd/vpncloud/releases/download/v2.2.0/vpncloud_2.2.0_amd64.deb
dpkg -i vpncloud_2.2.0_amd64.deb
create a test.net under /etc/vpncloud with below contents.
crypto:
password: mysecret
ip: 10.127.0.1
peers:
- x.x.x.x:3210 (x.x.x.x is a valid public ip)
then, execute "service start vpncloud@test", I got the folowing error messages.
Job for [email protected] failed because a timeout was exceeded.
See "systemctl status [email protected]" and "journalctl -xe" for details.
journalctl -u vpncloud@test , show the following messages.
May 31 11:36:14 vm-lab-2 vpncloud[9152]: INFO - Reading config file '/etc/vpncloud/test.net'
May 31 11:36:14 vm-lab-2 vpncloud[9152]: INFO - Opened device vpncloud0
May 31 11:36:14 vm-lab-2 vpncloud[9152]: INFO - Setting MTU 1427 on device vpncloud0
May 31 11:36:14 vm-lab-2 vpncloud[9152]: INFO - Configuring device with ip 10.127.0.1, netmask 255.255.255.0
May 31 11:36:14 vm-lab-2 vpncloud[9152]: WARN - Your networking configuration might be affected by a vulnerab>
May 31 11:36:24 vm-lab-2 systemd[1]: [email protected]: start operation timed out. Terminating.
May 31 11:36:24 vm-lab-2 systemd[1]: [email protected]: Failed with result 'timeout'.
May 31 11:36:24 vm-lab-2 systemd[1]: Failed to start VpnCloud network 'test'.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I executed the following commands on ubuntu 20.04,and met a timeout issue. Is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions