Re: [qubes-users] handling DNS resolution when running comercial VPNs

2019-08-07 Thread Chris Laprise
On 8/7/19 11:23 AM, thecodingninjaisb...@gmail.com wrote: On Wednesday, August 7, 2019 at 9:45:51 AM UTC-4, Chris Laprise wrote: On 8/7/19 9:39 AM, thecodingn...@gmail.com wrote: > > > On Tuesday, August 6, 2019 at 9:45:51 PM UTC-4, Chris Laprise wrote: > >     On

Re: [qubes-users] handling DNS resolution when running comercial VPNs

2019-08-07 Thread thecodingninjaisback
On Wednesday, August 7, 2019 at 9:45:51 AM UTC-4, Chris Laprise wrote: > > On 8/7/19 9:39 AM, thecodingn...@gmail.com wrote: > > > > > > On Tuesday, August 6, 2019 at 9:45:51 PM UTC-4, Chris Laprise wrote: > > > > On 8/6/19 7:57 PM, thecodingn...@gmail.com wrote: > > > Running ```

Re: [qubes-users] handling DNS resolution when running comercial VPNs

2019-08-07 Thread Chris Laprise
On 8/7/19 9:39 AM, thecodingninjaisb...@gmail.com wrote: On Tuesday, August 6, 2019 at 9:45:51 PM UTC-4, Chris Laprise wrote: On 8/6/19 7:57 PM, thecodingn...@gmail.com wrote: > Running ```sudo iptables -C FORWARD -o eth0 -j DROP``` throws an error > itself: iptables: Bad rul

Re: [qubes-users] handling DNS resolution when running comercial VPNs

2019-08-07 Thread thecodingninjaisback
On Tuesday, August 6, 2019 at 9:45:51 PM UTC-4, Chris Laprise wrote: > > On 8/6/19 7:57 PM, thecodingn...@gmail.com wrote: > > Running ```sudo iptables -C FORWARD -o eth0 -j DROP``` throws an error > > itself: iptables: Bad rule (does matching rule exist in that chain?). So > > how can this e

Re: [qubes-users] handling DNS resolution when running comercial VPNs

2019-08-06 Thread Chris Laprise
On 8/6/19 7:57 PM, thecodingninjaisb...@gmail.com wrote: Running ```sudo iptables -C FORWARD -o eth0 -j DROP``` throws an error itself: iptables: Bad rule (does matching rule exist in that chain?). So how can this ever run if running it directly in bash from inside the appvm does not work? On

Re: [qubes-users] handling DNS resolution when running comercial VPNs

2019-08-06 Thread thecodingninjaisback
Running ```sudo iptables -C FORWARD -o eth0 -j DROP``` throws an error itself: iptables: Bad rule (does matching rule exist in that chain?). So how can this ever run if running it directly in bash from inside the appvm does not work? On Tuesday, August 6, 2019 at 7:47:53 PM UTC-4, thecodingn...

Re: [qubes-users] handling DNS resolution when running comercial VPNs

2019-08-06 Thread thecodingninjaisback
So apparently the tasket repo does not work out of the box (obviously). Working through everything, now ran into an unfamiliar issue: pre-start firewall check fails with status 1. Looking at the code it seems the firewall rules are not there although firewall service is running actively. Execut

Re: [qubes-users] handling DNS resolution when running comercial VPNs

2019-08-06 Thread Chris Laprise
On 8/6/19 10:42 AM, thecodingninjaisb...@gmail.com wrote: Hello, I have a commercial VPN that does not have any options to pass a DNS handling script. Following how i setup my qubes: sys-net <> sys-firewall <> VPN <> AppVm. As you see here I've setup a service vm named VPN where the VPN softw

[qubes-users] handling DNS resolution when running comercial VPNs

2019-08-06 Thread thecodingninjaisback
Hello, I have a commercial VPN that does not have any options to pass a DNS handling script. Following how i setup my qubes: sys-net <> sys-firewall <> VPN <> AppVm. As you see here I've setup a service vm named VPN where the VPN software is installed. I've also tried the other variation which