sample.ovpn the second connection drops the first one

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
gabrirusti
OpenVpn Newbie
Posts: 3
Joined: Fri Jun 22, 2018 11:55 am

sample.ovpn the second connection drops the first one

Post by gabrirusti » Fri Jun 22, 2018 12:09 pm

Hello to all
I configured a server and a client starting from the template sample.ovpn,

but, as soon as I try to connect a second client, the first one disconnects

is it possible to solve this problem keeping the configuration unaltered?

I attach the two files

thank you all



server:
port 1194
proto udp
dev tap
ifconfig 192.168.77.1 255.255.255.0
push "dhcp-option DNS 192.168.6.100"
secret key.txt
ping 10
comp-lzo
verb 5
mute 10





client:
remote remote.host
port 1194
proto udp
dev tap
ifconfig 192.168.77.10 255.255.255.0
secret key.txt
ping 10
comp-lzo
verb 5
mute 10

alankellyeire
OpenVpn Newbie
Posts: 6
Joined: Sun Feb 18, 2018 4:17 pm

Re: sample.ovpn the second connection drops the first one

Post by alankellyeire » Thu Jun 28, 2018 7:28 pm

what are the names of the client configs key and crts example john.seed.key john.seed.crt

gabrirusti
OpenVpn Newbie
Posts: 3
Joined: Fri Jun 22, 2018 11:55 am

Re: sample.ovpn the second connection drops the first one

Post by gabrirusti » Sat Jul 07, 2018 5:32 am

Hi
i have used only key.txt on server and client

gabrirusti
OpenVpn Newbie
Posts: 3
Joined: Fri Jun 22, 2018 11:55 am

Re: sample.ovpn the second connection drops the first one

Post by gabrirusti » Sun Oct 14, 2018 11:39 pm

Hi , some help ?

Post Reply