Hello,
i am trying to create an openvpn network, point to multipoint. I am using 13 RUT240 devices, one as server and the rest as clients. I need also all local LANs to connect to each other.
I have setup the server and one client and working so far (without routing the LANs yet).
I want to set Static IP to each of the clients. Is it possible to skip the tls client setup and use only one IP per client by using ccd files? Do i need to change something in the config file of the server and the client? (–topology mode p2p or subnet)
here is the config files of the server
config webui 'webui'
option _auth 'tls'
config teltonika_auth_service 'teltonika_auth_service'
option enable '0'
option remote 'rms.teltonika.lt'
config openvpn 'server_1'
option _role 'server'
option keepalive '10 120'
option verb '5'
option dev 'tun_s_1'
option persist_key '1'
option enable '1'
option proto 'tcp-server'
option port '11940'
option comp_lzo 'yes'
option _auth 'tls'
option _tls_cipher 'all'
option client_to_client '1'
option server '10.10.0.0 255.255.255.0'
option auth 'sha1'
option _tls_auth 'none'
option ca '/lib/uci/upload/cbid.openvpn.server_1.ca'
option cert '/lib/uci/upload/cbid.openvpn.server_1.cert'
option key '/lib/uci/upload/cbid.openvpn.server_1.key'
option dh '/lib/uci/upload/cbid.openvpn.server_1.dh'
option enable_ccd '1'
option client_config_dir '/etc/openvpn/ccd'
option cipher 'BF-CBC'