Freebox OpenVPN Server / DD-WRT OpenVPN Client

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
matbkk
OpenVpn Newbie
Posts: 9
Joined: Fri Jan 15, 2016 11:49 am

Freebox OpenVPN Server / DD-WRT OpenVPN Client

Post by matbkk » Mon Jan 25, 2016 11:42 pm

Hi,

I have a "Freebox" In france that has a integrated VPN Server.
You can just create a client and download a fresh .ovpn config file !
Great ! Easy !
But I want to use this settings on an DD-WRT Router and I am confused as I do know know what settings I must input into the DD-WRT router...

Here is the config file :

Code: Select all

client
remote X.X.X.X 25531

proto udp

nobind
dev-type tun

pull
dev tun0

redirect-gateway
auth-user-pass
auth-retry 
interact
fragment 1452
mssfix 1452
explicit-exit-notify 3
cipher AES-128-CBC

remote-cert-tls server
verify-x509-name "C=FR, O=Freebox SA, CN=Freebox OpenVPN server XXX"

# use tls-remote instead of verify-x509-name for deprecated openssl

# tls-remote "/C=FR/O=Freebox_SA/CN=Freebox_OpenVPN_server_XXXX"


<ca>
-----BEGIN CERTIFICATE-----

-----END CERTIFICATE-----
</ca>


<cert>
-----BEGIN CERTIFICATE-----

-----END CERTIFICATE-----


</cert>
<extra-certs>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----


</extra-certs>
<key>
-----BEGIN PRIVATE KEY----------END PRIVATE KEY-----
</key>

kobbyta
OpenVpn Newbie
Posts: 1
Joined: Sat Jul 03, 2021 11:27 am

Re: Freebox OpenVPN Server / DD-WRT OpenVPN Client

Post by kobbyta » Sat Jul 03, 2021 11:33 am

Hi, did you managed to configure that?

Post Reply