[qubes-users] Re: vpnleak or my vpn

2016-07-31 Thread eliwu
> 
> Newer VPN instructions at https://www.qubes-os.org/doc/vpn/


Maybe silly, but in my .ovpn file, I should comment out..

#down /etc/openvpn/update-resolv-conf
#up /etc/openvpn/update-resolv-conf

right? (it is in the .ovpn file given to me by my vpn)

dnsleak.com is saying that I am leaking, but not from my ip or the dns server 
that I am using..  Why would that be?

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/dd455cd3-0003-41dd-8bb7-8f60d4d4a293%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: vpnleak or my vpn

2016-07-31 Thread eliwu
Maybe silly, but in my .ovpn file, I should comment out..

#down /etc/openvpn/update-resolv-conf
#up /etc/openvpn/update-resolv-conf

right? (it is in the .ovpn file given to me by my vpn)


> Newer VPN instructions at https://www.qubes-os.org/doc/vpn/

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/76c73c75-749c-41df-873e-de2f466201ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: vpnleak or my vpn

2016-07-31 Thread eliwu
On Sunday, July 31, 2016 at 7:44:14 AM UTC, bur...@gmail.com wrote:
> On Sunday, July 31, 2016 at 1:09:03 AM UTC-4, el...@tutanota.com wrote:
> > I set up a vpn in accordance to cprise's advice.. 
> > https://groups.google.com/d/topic/qubes-users/UbY4-apKScE/discussion.  
> > 
> > dnsleaktest.com comes back all good.  (shows my vpn's ip address)
> > dnsleak.com, however, is showing multiple dns leaks.   
> > They are, however, from random places all over the world, none of which 
> > have any connection to my IP.  
> > Does this have something to do with my vpn or am I setting it up wrong?  
> > 
> > Connecting through dhcp to the vpn..
> > 
> > One thing I am not sure about is where to put are the up/dwn commands. 
> > Working now, I have in my *.ovpn file, is..
> > 
> > #down /etc/openvpn/update-resolv-conf
> > #up /etc/openvpn/update-resolv-conf
> > script-security 2
> > up vpn-setup2.sh
> > down vpn-setup2.sh
> > 
> > Is that right?  
> > 
> > Here is the dnsleak result.
> > Looks like your DNS might be leaking...
> > Your IP: 185.57.87.27
> > DNS IP: 37.48.74.75
> > Hostname: hosted-by.leaseweb.com
> > Country: Netherlands
> > City: Amsterdam
> > Looks like your DNS might be leaking...
> > Your IP: 185.57.82.27
> > DNS IP: 185.57.82.25
> > Hostname: 185.57.82.25
> 
> Newer VPN instructions at https://www.qubes-os.org/doc/vpn/

Maybe silly, but in my .ovpn file, I should comment out..

#down /etc/openvpn/update-resolv-conf
#up /etc/openvpn/update-resolv-conf

right? (it is in the .ovpn file given to me by my vpn)

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/ba054c38-c6f7-4245-8c38-e63f5d915d6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: vpnleak or my vpn

2016-07-31 Thread eliwu
Maybe silly, but in my .ovpn file, I should comment out..

#down /etc/openvpn/update-resolv-conf
#up /etc/openvpn/update-resolv-conf

right? (it is in the .ovpn file given to me by my vpn)

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/c00874ef-bac1-4bb0-9329-24df29f0de4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: vpnleak or my vpn

2016-07-31 Thread jmarkdavis86
On mine this happened when I did not create a proxy vm with network manager.   
My vpn had an option for a script file to initialize the .Ovpn file inside the 
appvm. Doing this hid the ip but the dns stayed the same. I guess because the 
dns settings are in one of the service vms.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/6c8d8a2f-518c-4229-8116-427a36e60cda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: vpnleak or my vpn

2016-07-31 Thread burzze
On Sunday, July 31, 2016 at 1:09:03 AM UTC-4, el...@tutanota.com wrote:
> I set up a vpn in accordance to cprise's advice.. 
> https://groups.google.com/d/topic/qubes-users/UbY4-apKScE/discussion.  
> 
> dnsleaktest.com comes back all good.  (shows my vpn's ip address)
> dnsleak.com, however, is showing multiple dns leaks.   
> They are, however, from random places all over the world, none of which have 
> any connection to my IP.  
> Does this have something to do with my vpn or am I setting it up wrong?  
> 
> Connecting through dhcp to the vpn..
> 
> One thing I am not sure about is where to put are the up/dwn commands. 
> Working now, I have in my *.ovpn file, is..
> 
> #down /etc/openvpn/update-resolv-conf
> #up /etc/openvpn/update-resolv-conf
> script-security 2
> up vpn-setup2.sh
> down vpn-setup2.sh
> 
> Is that right?  
> 
> Here is the dnsleak result.
> Looks like your DNS might be leaking...
> Your IP: 185.57.87.27
> DNS IP: 37.48.74.75
> Hostname: hosted-by.leaseweb.com
> Country: Netherlands
> City: Amsterdam
> Looks like your DNS might be leaking...
> Your IP: 185.57.82.27
> DNS IP: 185.57.82.25
> Hostname: 185.57.82.25

Newer VPN instructions at https://www.qubes-os.org/doc/vpn/

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/b9c6b815-d4d2-4e68-b4d6-8be0ee2c8ac1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.