VPN only on specific ports

Hey there,

I wonder if it‘s possible to Route the VPN traffic to specific ports (443 and 3074) to create a warzone vpn - like a hybridvpn on DumaOS.

I don't understand what you are trying to do?

1 Like

For CoD Warzone Matchmaking you only Need a VPN on Ports 443 and 3074. If you use a VPN normally, your ping gets up to 400-600ms.

I use NordVPN and generate a CoD VPN ovpn file (codvpn.com), loaded this into my brume2 and still get 400-600ms ping.

The Brume2 ignores the ports settet up in the ovpn file and routes the traffic on all ports.

Thats the config file:

client
dev tun
proto tcp
remote 82.197.77.1 443

route 185.34.106.0 255.255.255.0
route-metric 50
route-nopull

resolv-retry infinite
remote-random
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ping 15
ping-restart 0
ping-timer-rem
reneg-sec 0
comp-lzo no
setenv CLIENT_CERT 0

remote-cert-tls server

auth-user-pass
verb 3
pull
fast-io
cipher AES-256-CBC
auth SHA512

-----BEGIN CERTIFICATE-----

OpenVpn already gives overhead, but you can also use wireguard and combine this with luci-app-sqm.

Then you always have low latency on all ports, with special ports makes it complicated and maybe not possible through gl ui.

Also for next time dont post ur keys in the configuration its not good for security :+1:

Also latency is also not everything with these games, the refresh rate on screen is as important too, if you use 60hz and someone else is using 240hz with strafing behind walls and such it is very possible you miss the extra frames and see him behind walls and killing you simply because you miss the extra frames, many think it is just latency but nope refresh rate and input lag.