Page 1 of 1

Freebox OpenVPN Router Mode Script

Posted: Wed Sep 29, 2021 8:11 pm
by bsalita
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