Search Criteria
Package Details: microsoft-azure-vpn-client-bin 3.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/microsoft-azure-vpn-client-bin.git (read-only, click to copy) |
---|---|
Package Base: | microsoft-azure-vpn-client-bin |
Description: | The official Azure VPN Client, supporting Entra ID and certificates |
Upstream URL: | https://learn.microsoft.com/en-us/azure/vpn-gateway/point-to-site-entra-vpn-client-linux |
Keywords: | az, azure-vpn, azvpn, vpn |
Licenses: | proprietary |
Provides: | microsoft-azure-vpn-client, microsoft-azurevpnclient |
Submitter: | trovao |
Maintainer: | trovao |
Last Packager: | trovao |
Votes: | 1 |
Popularity: | 0.044463 |
First Submitted: | 2024-07-30 14:13 (UTC) |
Last Updated: | 2024-12-19 02:21 (UTC) |
Dependencies (14)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libcap
- libepoxy (libepoxy-gitAUR)
- libsecret
- microsoft-edge-stable (microsoft-edge-stable-binAUR)
- pango (pango-gitAUR)
- resolvconf (systemd-chromiumos-resolvconfAUR, systemd-resolvconf-fmlAUR, systemd-resolvconf-selinuxAUR, systemd-resolvconf-gitAUR, openresolv, systemd-resolvconf)
- sqlite (sqlite-fossilAUR)
- zenity (zenity-gtk3AUR, zenity-gitAUR, qarma-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
Latest Comments
1 2 Next › Last »
ZerkerEOD commented on 2025-01-09 13:15 (UTC) (edited on 2025-01-09 13:15 (UTC) by ZerkerEOD)
@jaksim, you are my hero. We already found a different way to facilitate the testing that I was doing, but I have this written down for next year. I confirmed
systemd-resolved
was disabled and inactive, I enabled it and ran the connection and it started right up. Thanks!!!jaksim commented on 2025-01-09 13:01 (UTC) (edited on 2025-01-09 13:01 (UTC) by jaksim)
I've had exactly the same issue as @ZerkerEOD. Then I've found this in
dbus-monitor --system
:I fixed it by making sure that
systemd-resolved
is enabled and running. Now the client connects and the VPN works.ZerkerEOD commented on 2024-12-27 18:49 (UTC) (edited on 2024-12-27 19:02 (UTC) by ZerkerEOD)
I am getting the error
Connection failed: Couldn't set DNS server/domains. Please check logs for detailed errors.
There are no detailed logs. I tried disabling NetworkManger and my other OpenVPN connection. Throughjournalctl --xe --follow --user
I can see that it errors out with the following:TId:[37960] sd_bus_call method failed to set DNS servers with error: No such device or address
. After that I get an error trying to delete the route for the tun interface using SIOCDELRT due to No such Proccess. The other comment about this said it turned out being tailscale for them, but I don't have that and I stopped my OpenVPN and NetworkManager and still get the same errors. I am baffled. As note, my user is in the network group.trovao commented on 2024-12-19 02:22 (UTC)
Thanks @Piroro-hs. Updated the package to reflect that.
Piroro-hs commented on 2024-10-31 09:16 (UTC)
@trovao The microsoft-edge-stable package is not required, what it needs is xdg-open from xdg-utils package and a browser (I confirmed that firefox is ok).
MigueldeCarvalho commented on 2024-10-22 18:48 (UTC) (edited on 2024-10-22 23:09 (UTC) by MigueldeCarvalho)
Hey, I fixed the first problem by adding
VERSION="0"
to the/etc/os-release
. After I login it gives me an errorConnection failed: Couldn't set DNS server/domains. Please check logs for detailed errors.
Eit: Turns out it was caused by Tailscale daemon, I stopped it, run the Azure VPN and after that it connect and I was able to turn it back on and was working successfully
likwidsage commented on 2024-10-04 01:23 (UTC)
Getting the same issue as below. On Ubuntu as well.
iceman9665 commented on 2024-09-17 04:48 (UTC) (edited on 2024-09-17 04:51 (UTC) by iceman9665)
After adding VERSION=0 in /etc/os-release, it connects - get sign in page but the callback url error page is displayed (address bar has https://localhost:2023)
AADSTS650057
journalctl -xe --follow --user
also displays the same errorlikwidsage commented on 2024-08-10 01:50 (UTC) (edited on 2024-08-10 01:53 (UTC) by likwidsage)
trovao - That worked for me as did adding
VERSION=0
as stlaz statedstlaz commented on 2024-08-09 12:44 (UTC)
It's enough to add
VERSION="0"
at the end of your/etc/os-release
, it does not have to be a Ubuntu one. This should hopefully be fixed in a future version of the binary as the field is defined as optional - https://www.freedesktop.org/software/systemd/man/latest/os-release.html.1 2 Next › Last »