Re: [Openvpn-users] Completing the VPN Re: First time set up using openvpn

2020-04-05 Thread The Doctor via Openvpn-users
On Sat, Apr 04, 2020 at 06:11:47PM -0600, The Doctor via Openvpn-users wrote: > And I wonder if Windows is gving me attitude. > > When I coneect , I can > ping numerical IPs but > won't resolve into Domain names. > > Further some ofthe client are using the ethernet connection > and not the VPN.

Re: [Openvpn-users] Completing the VPN Re: First time set up using openvpn

2020-04-04 Thread The Doctor via Openvpn-users
And I wonder if Windows is gving me attitude. When I coneect , I can ping numerical IPs but won't resolve into Domain names. Further some ofthe client are using the ethernet connection and not the VPN. So here is wht I have, for Server -

Re: [Openvpn-users] Completing the VPN Re: First time set up using openvpn

2020-04-04 Thread Gert Doering
Hi, On Sat, Apr 04, 2020 at 11:16:40PM +0200, Dajka Tamás wrote: > I don't think tun will work here, that's P2P. tun with "server" is perfectly fine P2MP. (And you can have tap in P2P mode as well, so tun/tap and p2p/p2mp is fully orthogonal) gert -- "If was one thing all people took for gran

Re: [Openvpn-users] Completing the VPN Re: First time set up using openvpn

2020-04-04 Thread Dajka Tamás
I don't think tun will work here, that's P2P. Once you're trying to connect with a 2nd client, it will fail. You'll have to use a new tun interface for this purpose (but it's better have a VM with 2 interfaces for the VPN server) Cheers, Tom -Original Message- From: The Doctor [m

Re: [Openvpn-users] Completing the VPN Re: First time set up using openvpn

2020-04-04 Thread The Doctor via Openvpn-users
On Sat, Apr 04, 2020 at 10:15:31PM +0200, Dajka Tam?s wrote: > Hi, > > this is not needed in the server.conf: ' push "redirect-gateway defi"' > > IMHO 'server' should be: > > server 10.8.0.1 255.255.0.0 > > (why do you need a /16? your definetly will not be able to handle more than > 256 client

Re: [Openvpn-users] Completing the VPN Re: First time set up using openvpn

2020-04-04 Thread Dajka Tamás
Hi, this is not needed in the server.conf: ' push "redirect-gateway defi"' IMHO 'server' should be: server 10.8.0.1 255.255.0.0 (why do you need a /16? your definetly will not be able to handle more than 256 clients simultaneously) What's your plan on the network layout? 192.168.81.1 is the'pu