FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
101 views 0 comments
by anonymous
Hi,

I'd like to configure a OpenVPN bridge (TAP) between RUTXR1 (server) and Windows 10 PC as a client. I created a simple config in RUTXR1 GUI, but I'm not sure if it'll be enough to work.

Kind regards

1 Answer

0 votes
by anonymous

Hello,

Below is an example server configuration:

And Windows client configuration file template, which can be used with OpenVPN GUI application:

client
dev tap
proto udp
remote X.Y.Z.A 1196
resolv-retry infinite
nobind
persist-key
persist-tun
comp-lzo
cipher AES-128-CBC
verb 5
<ca>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
-----END PRIVATE KEY-----
</key>

Best regards,