Jump to content

Recommended Posts

Подскажите пожалуйста у кого-то получилось получить скорость в тунеле выше 30мбит? У меня с роутером другого производителя доходит до 60, с Кинетик Sprinter никак не получается выше 30 (во вложении). Сервер Openvpn стоит на VPS и собран с поддержкой DCO что должно снимать нагрузку с роутера.

Конфиг клиента
 

nobind
client
remote x.x.x.x
remote-cert-tls server
dev tun
proto udp
cipher AES-128-GCM
resolv-retry infinite
persist-key
persist-tun

Конфиг сервера (2.6.2)

mode server
proto udp
dev-type tun
dev vpn
topology subnet
server 192.168.100.0 255.255.252.0
push "route 10.224.0.0 255.254.0.0"
push "dhcp-option DNS 192.168.100.1"
push "block-outside-dns"
cipher AES-128-GCM
txqueuelen 250
keepalive 2 10
persist-tun
persist-key
user nobody
duplicate-cn
status logs/status.log 30
client-config-dir ccd
ca keys/ca.crt
cert keys/server.crt
key keys/server.key
dh keys/dh2048.pem
data-ciphers "AES-128-GCM:AES-256-GCM:AES-128-CBC"

 

Screenshot 2024-08-07 100913.png

Edited by spong
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...