|
|
Hi, We are using openvpn with the pam authentication. Everything seems to be working fine when testing with one client, but the trouble start when a second client connects. The server pushes te same IP adres to the second client it pushed to the first client earlier. I don't know if I ran in to a bug or if it's just a configuration error. Any help would be greatly appreciated. Server config: proto udp dev tun ca /etc/ssl/certs/my-ca.crt cert /etc/ssl/certs/office.crt key /etc/ssl/certs/office.key dh /etc/ssl/certs/dh1024.pem server 172.16.103.0 255.255.255.0 ifconfig-pool-persist ipp.txt keepalive 10 120 plugin /usr/lib/openvpn/openvpn-auth-pam.so openvpn status openvpn-status.log verb 6 push "route 172.16.100.0 255.255.255.0" # clients push "route 172.16.101.0 255.255.255.0" # servers push "route 172.16.102.0 255.255.255.0" # phones Client config: client proto udp nobind persist-key ca my-ca.crt cert clients.crt key clients.key resolv-retry infinite remote XYZ.XYZ.NET dev tun ping 10 verb 4 mute 10 auth-user-pass This is the PUSH I get: PUSH: Received control message: 'PUSH_REPLY,route 172.16.100.0 255.255.255.0,route 172.16.101.0 255.255.255.0,route 172.16.102.0 255.255.255.0,route 172.16.103.1,ping 10,ping-restart 120,ifconfig 172.16.103.6 172.16.103.5' Regards, Dennis ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |