|
|
On Wed, 10 Nov 2004, Kevin DeGraaf wrote: > > ifconfig-pool 172.16.1.4 172.16.1.251 > > With that line in the config file, the problem still occurs. Each > client receives the same address pair (172.16.1.6 on the client side and > 172.16.1.5 on the server side). > > > If you still don't get it to work, it would be useful to see the log on > > the server when then first client connects as well as the second and the > > full config file. > > http://www.kevindegraaf.net/openvpn.log # (verb 3) > http://www.kevindegraaf.net/openvpn.log9 # (verb 9) > > http://www.kevindegraaf.net/openvpn.cfg > http://www.kevindegraaf.net/openvpn.cfg.client It looks like both clients are using the same common name: "kevind-des". That would explain why the second client bumps off the first client. If you don't use --duplicate-cn, OpenVPN assumes that each cert has a unique common name. James ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |