Server trough DS-Lite without changing Clients

Need help configuring your VPN? Just post here and you'll get that help.

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

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
darki
OpenVpn Newbie
Posts: 1
Joined: Wed Aug 21, 2019 6:54 pm

Server trough DS-Lite without changing Clients

Post by darki » Wed Aug 21, 2019 7:08 pm

Hey guys,

i got a new flat and now i have a DS-Lite connection from my provider.
I used this configuration on my server:

Server
dev tun
proto udp4
port 1194
ca /etc/openvpn/easy-rsa/keys/XX.crt
cert /etc/openvpn/easy-rsa/keys/XX.crt
key /etc/openvpn/easy-rsa/keys/XX.key
dh /etc/openvpn/easy-rsa/keys/dh1024.pem
server 10.8.0.0 255.255.255.0
persist-key
persist-tun
user nobody
group nogroup
status /var/log/openvpn-status.log
verb 3
client-to-client
comp-lzo
keepalive 10 120


and this configuration on my clients:

client
dev tun
client
proto udp
remote xxx.xx 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert SUSA.crt
key SUSA.key
comp-lzo
verb 3


now my clients cannot connect to my server, because ipv4 is not working on my DS-Lite connection from my provider.
Is there any way to get my clients connected without changing the config from the clients?
I have more than 40 clients. Its hard work to get access to all clients to change the config.

I read something about socat, someone nows, how to configure it?

TinCanTech
OpenVPN Protagonist
Posts: 11139
Joined: Fri Jun 03, 2016 1:17 pm

Re: Server trough DS-Lite without changing Clients

Post by TinCanTech » Wed Aug 21, 2019 8:10 pm

darki wrote:
Wed Aug 21, 2019 7:08 pm
because ipv4 is not working on my DS-Lite connection
Then you are using IPv6

Post Reply