wireguard.lists.zx2c4.com archive mirror
 help / color / mirror / Atom feed
* Openresolv package is a requirement and should be added to install docs
@ 2019-02-27 13:26 F
  2019-02-28 18:45 ` Reuben Martin
  2019-02-28 18:49 ` Hayden Lau
  0 siblings, 2 replies; 5+ messages in thread
From: F @ 2019-02-27 13:26 UTC (permalink / raw)
  To: wireguard

Learnt how to get WG working here
https://github.com/StreisandEffect/streisand/issues/1434 and it
describes how the openresolv package is needed to get WG to connect
properly. This is not noted in the official WG docs and the average
person would have difficulty figuring out why wg-quick doesn't connect.

_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Openresolv package is a requirement and should be added to install docs
  2019-02-27 13:26 Openresolv package is a requirement and should be added to install docs F
@ 2019-02-28 18:45 ` Reuben Martin
  2019-03-01  8:14   ` Triffid Hunter
  2019-03-01  9:35   ` Bjoern Franke
  2019-02-28 18:49 ` Hayden Lau
  1 sibling, 2 replies; 5+ messages in thread
From: Reuben Martin @ 2019-02-28 18:45 UTC (permalink / raw)
  To: WireGuard mailing list


[-- Attachment #1.1: Type: text/plain, Size: 362 bytes --]

On Thu, Feb 28, 2019, 12:29 PM F <finalcountdown@post.com> wrote:

> Learnt how to get WG working here
> https://github.com/StreisandEffect/streisand/issues/1434 and it
> describes how the openresolv package is needed to get WG to connect
>

That may be a requirement in the context that document was written for. But
that is not a requirement for wireguard.

>

[-- Attachment #1.2: Type: text/html, Size: 969 bytes --]

[-- Attachment #2: Type: text/plain, Size: 148 bytes --]

_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Openresolv package is a requirement and should be added to install docs
  2019-02-27 13:26 Openresolv package is a requirement and should be added to install docs F
  2019-02-28 18:45 ` Reuben Martin
@ 2019-02-28 18:49 ` Hayden Lau
  1 sibling, 0 replies; 5+ messages in thread
From: Hayden Lau @ 2019-02-28 18:49 UTC (permalink / raw)
  To: F; +Cc: wireguard


[-- Attachment #1.1: Type: text/plain, Size: 821 bytes --]

On Thu, Feb 28, 2019 at 1:29 PM F <finalcountdown@post.com> wrote:
>
> Learnt how to get WG working here
> https://github.com/StreisandEffect/streisand/issues/1434 and it
> describes how the openresolv package is needed to get WG to connect
> properly. This is not noted in the official WG docs and the average
> person would have difficulty figuring out why wg-quick doesn't connect.

The openresolv package is not a dependency of WireGuard. WireGuard itself
does not deal with DNS - the wg-quick tool simply sets up DNS servers for
wg interfaces for convenience. For example, I use Ubuntu 18.04 on my
laptop, and that distro uses systemd-resolvd. Therefore, I add the line
'PostUp = systemd-resolve -i %i --set-dns=193.138.218.74 --set-domain=~' to
my config file instead of the 'DNS = [DNS server here]' line.

Hayden

[-- Attachment #1.2: Type: text/html, Size: 1194 bytes --]

[-- Attachment #2: Type: text/plain, Size: 148 bytes --]

_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Openresolv package is a requirement and should be added to install docs
  2019-02-28 18:45 ` Reuben Martin
@ 2019-03-01  8:14   ` Triffid Hunter
  2019-03-01  9:35   ` Bjoern Franke
  1 sibling, 0 replies; 5+ messages in thread
From: Triffid Hunter @ 2019-03-01  8:14 UTC (permalink / raw)
  To: Reuben Martin; +Cc: WireGuard mailing list


[-- Attachment #1.1: Type: text/plain, Size: 816 bytes --]

I ran into this the other day, simply remove the DNS= line from your conf.

Probably should be documented that wg-quick will barf and tear down your
interface if you have DNS= but not `resolvconf` command.

On Fri, 1 Mar 2019 at 02:46, Reuben Martin <reuben.m.work@gmail.com> wrote:

> On Thu, Feb 28, 2019, 12:29 PM F <finalcountdown@post.com> wrote:
>
>> Learnt how to get WG working here
>> https://github.com/StreisandEffect/streisand/issues/1434 and it
>> describes how the openresolv package is needed to get WG to connect
>>
>
> That may be a requirement in the context that document was written for.
> But that is not a requirement for wireguard.
>
>> _______________________________________________
> WireGuard mailing list
> WireGuard@lists.zx2c4.com
> https://lists.zx2c4.com/mailman/listinfo/wireguard
>

[-- Attachment #1.2: Type: text/html, Size: 1940 bytes --]

[-- Attachment #2: Type: text/plain, Size: 148 bytes --]

_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Openresolv package is a requirement and should be added to install docs
  2019-02-28 18:45 ` Reuben Martin
  2019-03-01  8:14   ` Triffid Hunter
@ 2019-03-01  9:35   ` Bjoern Franke
  1 sibling, 0 replies; 5+ messages in thread
From: Bjoern Franke @ 2019-03-01  9:35 UTC (permalink / raw)
  To: wireguard

On 28.02.19 19:45, Reuben Martin wrote:

> 
> 
> That may be a requirement in the context that document was written for.
> But that is not a requirement for wireguard.

wg-quick is also a part of wireguard.





_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-01 10:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-27 13:26 Openresolv package is a requirement and should be added to install docs F
2019-02-28 18:45 ` Reuben Martin
2019-03-01  8:14   ` Triffid Hunter
2019-03-01  9:35   ` Bjoern Franke
2019-02-28 18:49 ` Hayden Lau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).