Freebox OpenVPN Router Mode Script

This is the forum to post your config. Include diagrams, usage graphs, and all the other goodies to show off your network.

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

Post Reply
bsalita
OpenVpn Newbie
Posts: 1
Joined: Wed Sep 29, 2021 4:51 pm

Freebox OpenVPN Router Mode Script

Post by bsalita » Wed Sep 29, 2021 8:11 pm

Working client script for OpenVPN in router mode for Freebox (French) on Windows 11. Using OpenVPN-2.5.3-I601-amd64.

Code: Select all

client
remote <Freebox ip address> 41499
proto tcp-client
nobind
dev-type tun
dev tun0
# start modification
topology subnet
ifconfig 192.168.27.65 255.255.255.224
pull-filter ignore "ifconfig"
route-gateway 192.168.27.94
# end modification
redirect-gateway
auth-user-pass
auth-retry interact
cipher AES-128-CBC
remote-cert-tls server

Post Reply