What's new

Tutorial Installing SoftEtherVPN Server (Debian/Ubuntu/CentOS/Fedora) VPS Only

Thanks I corrected,,,I ditroyed and started fresh all was well but how do I check username passwords if I can't remember what I set up ,,, ,is there a way I can set up squid to accep certain host,,,good work much appreciated.
 
vpncmd localhost /SERVER /ADMINHUB:"$MyHub" /CMD UserExpiresSet UsernameHere /EXPIRES:"Year:Month:Day Hours:Minutes:Seconds formatted in YYYY-MM-DD HH:MM:SS"
 
acl url1 url_regex -i 127.0.0.1
acl url2 url_regex -i localhost
acl url3 url_regex -i (droplet IP)
acl payload url_regex -i "/etc/squid/payload.txt"
http_access allow url1
http_access allow url2
http_access allow url3
http_access allow payload
http_access deny all (change deny to allow)
http_port 8080
http_port 80
http_port 3128
visible_hostname (Droplet Name)
forwarded_for off
via off

sorry to disturb how do i apply these in the current squid version,,,please
 
hi ,, sir i have a vps account i created ssh and squid proxy but they are not working in my network i wish to learn how to make them accept a certain payload and host ,, please sorry to disturb.
 
Ask ko lang nito Boss kung paano mapapababa ang CPU Usage ng isang server. Namalayan ko kasi na malaking usage ng Softether sa isang VPS eh.
 
second: if na identify nyo na po and then nakita nyo na SoftEther po talaga ang mostly kumakain ng free memory, bawasan nyo po ung services na running sa virtual hubs. And as i say sa recent comment ko, disabling logging feature po talaga ang best way to reduce bulge eating ng available resources sa system. Maglimit din po kayo ng users per virtual hub, saka avoid nyo rin po yung Cascading connection(or any bridge-to-bridge implementations sa server side)
 
Last edited by a moderator:
boss. di nag rerestart yung softether service pag nag reboot yung vps. ano kaya problema? linode centos 7
 
[XX='Bon-chan, c: 57700, m: 1113375'][/XX] Salamat boss Bon-chan , ask ko lang din po kung pano mag delete ng user. Maraming salamat po. God bless
 
vpncmd localhost /SERVER /ADMINHUB:"VirtualHubNameHere" /CMD UserDelete usernameHere

to list all users in specific virtual hub:
vpncmd localhost /SERVER /ADMINHUB:"VirtualHubNameHere" /CMD UserList

for softether interactive cli , login to your softether server by typing
vpncmd then choose 1(Manage SoftEther VPN Server)
 
Back
Top