Error occurred. (Error code: 29)

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
LouisIsMyDog
Posts: 2
Joined: Mon Nov 16, 2015 2:26 am

Error occurred. (Error code: 29)

Post by LouisIsMyDog » Mon Nov 16, 2015 2:31 am

Hi Softether Community,

My situation:
On Linux Mint I am using Softether Client. On vpncmd with the command 'AccountConnect' I get the error 'Error occurred. (Error code: 29)
Object not found.'

I set 'AccountCreate' with 'AccountPasswordSet' with the correct infomation. I do not know what the problem is. Can someone shine some light on the situation. Thanks in advance.

raafat
Posts: 223
Joined: Fri Jul 03, 2015 2:21 pm

Re: Error occurred. (Error code: 29)

Post by raafat » Mon Nov 16, 2015 2:41 am

The error says that you provided a name of account that not found(object not found), so make sure you'r writing the correct name and double check the spelling of it


usually you have to do something like this :

Creating the NIC : NICREATE mynic

Creating an account that will be using the just-created NIC (we named it mynic) : accountcreate myaccount

(above you have to go through a few questions, so double check that you are aware of your answers)

Setting the password of the user name of the just-created account : accountpasswordset myaccount

and finally

Connecting the just-created account to the server

accountconnect myaccount


Good luck

LouisIsMyDog
Posts: 2
Joined: Mon Nov 16, 2015 2:26 am

Re: Error occurred. (Error code: 29)

Post by LouisIsMyDog » Mon Nov 16, 2015 3:50 am

I did not realize that I had to create a NIC.
Sorry newb here.

So here is my input and output:

'VPN Client> NicCreate
NicCreate command - Create New Virtual Network Adapter
Virtual Network Adapter Name: vpn_adapter

Error occurred. (Error code: 31)
Installation of the Virtual Network Adapter device driver failed.'

I do not know what is wrong.
Last edited by LouisIsMyDog on Tue Nov 17, 2015 12:05 am, edited 1 time in total.

raafat
Posts: 223
Joined: Fri Jul 03, 2015 2:21 pm

Re: Error occurred. (Error code: 29)

Post by raafat » Mon Nov 16, 2015 9:54 pm

You have to run the vpnclient with sudo


sudo ./vpnclient start


Good luck

rasterjannik
Posts: 3
Joined: Thu Aug 15, 2019 12:56 pm

Re: Error occurred. (Error code: 29)

Post by rasterjannik » Thu Aug 15, 2019 1:44 pm

Hi you all,

I have the same problem as LouisIsMyDog.

After
niccreate vpn_c2

I have got
Error occurred. (Error code 31)
Installation of the Virtual Network Adapter device driver failed.

Being not root can not be the reason for this, because this is an embedded machine and there is no other user than root.
with vpncmd I sent the command 'check' to the client an it answered that all is ok.
The whole works on an ARM9 and vpnserver is doing fine.

Running vpnserver together with vpnclient also can't be the problem, because on one other machine this constellation does well.

Help would be fine.

Kind regards
rasterjannik

genesys
Posts: 32
Joined: Tue Apr 14, 2020 10:50 pm

Re: Error occurred. (Error code: 29)

Post by genesys » Mon May 04, 2020 2:54 pm

I'm also getting Error code:31 despite running the client with sudo

Trying this on Mac os x

hodaya.gamliel
Posts: 1
Joined: Thu Jun 25, 2020 8:19 pm

Re: Error occurred. (Error code: 29)

Post by hodaya.gamliel » Thu Jun 25, 2020 8:26 pm

Happens to me as well - on Ubuntu 18 - did you solved it?

chetan_neve
Posts: 1
Joined: Wed Jun 30, 2021 10:34 am

Re: Error occurred. (Error code: 29)

Post by chetan_neve » Wed Jun 30, 2021 10:45 am

I am also facing the same issue. sometimes after reboot vpnclient fails to create a NIC.
Following are the logs:

Code: Select all

[vpnhelper] 14:26:00 30/06/2021:[ERROR] Error in nic creation with code e7726
{"Connection_id":"galaxy-vpn-staging-iVDb-WnAC","Status":"Niccreate-Unknown_Error-1"}

Post Reply