iw4p / OpenConnect-Cisco-AnyConnect-VPN-Server-OneKey-ocserv

[Script and Docker 🐳] OpenConnect (Cisco AnyConnect) VPN Server (OCServ) script one key easy configurator and installer
255 stars 133 forks source link

After rebooting server vpn is connecting but the download speed is showing zero and can not open anything is there any solution solve this problem #25

Closed YRS200 closed 1 year ago

YRS200 commented 1 year ago

After rebooting server vpn is connecting but the download speed is showing zero and can not open anything is there any solution solve this problem?

iw4p commented 1 year ago

Reinstall it again.

YRS200 commented 1 year ago

if i reinstall it i need to add all of users again how i can backup data of users from the server to other server?

iw4p commented 1 year ago

You have to back up ocpasswd file inside /etc/ocserv/ocpasswd.

YRS200 commented 1 year ago

can you explain it how to backup it? if possible

iw4p commented 1 year ago

Use cp or mv command to have that file with other name like passwd.bak or passwd2, then whenever you want you can replace that file with changing its name.

YRS200 commented 1 year ago

can you explain it clearly sterp by step plz! i am not good at bash scripting thanks!

iw4p commented 1 year ago
YRS200 commented 1 year ago

image

when i want to backup users it is saying this

iw4p commented 1 year ago

Can I see the result of cp /etc/ocserv/ocpasswd ~/ocpasswd? And also you can make sure files copied successfully by using ls ~/ command. If you can see ocpasswd file, It means you backup file successfully.