Hi everyone,
Linux server side “openvpn server conf” must be like:
port 1194
proto tcp
dev tun
sndbuf 0
rcvbuf 0
ca ca.crt
cert server.crt
key server.key
dh dh.pem
auth sha1 #this area mikrotik auth and cipper section options required #tls-auth ta.key 0 # TLS MUST BE CLOSED
topology subnet
server 10.8.0.0 255.255.255.0 #You can change this ip range and subnet >
ifconfig-pool-persist ipp.txt
push “redirect-gateway def1 bypass-dhcp”
push “dhcp-option DNS 8.8.8.8”
push “dhcp-option DNS 8.8.4.4”
keepalive 10 120
cipher AES-256-CBC
user nobody
group nobody
persist-key
persist-tun
status openvpn-status.log
verb 5
crl-verify crl.pem