<?xml version="1.0"?>
<rss version="2.0"><channel><title>AirVPN Forums</title><link>https://airvpn.org/feed/forums/</link><description>Forums</description><language>en</language><item><title>Eddie losing settings on startup</title><link><![CDATA[https://airvpn.org/forums/topic/80468-eddie-losing-settings-on-startup/?do=findComment&comment=263203]]></link><description>hello all, 
 
i got the following problem. 
i use air vpn with eddie on a pc i use as server in my network. 
the server (pc) is started and stopped remotely by a raspberry pi. 
the pi checks is there are any pc online who needs the server. 
If he finds one or more he starts the server, if there are none he stops the server. 
the pi does so by pressing the server on/off button for 0.2 sec 
this starts the server, and shut down the server 
only when the server hangs the pi uses a forced shutdown by pressing the key for 5 sec 
this works fine, but there is a problem 
eddie loses his settings. 
for example the "dont ask elevation every run" setting or the "exit conformation prompt" 
this causes the server to wait for me to go there and click on the "yes" button, making the whole remote thing useless 
after eddie loses the setting, only reinstalling helps, sometimes i need to uninstall completely and reinstalling 
who has a solution for this?</description><pubDate>Sat, 06 Jun 2026 17:31:24 +0000</pubDate></item><item><title>Estonia server under high load.</title><link><![CDATA[https://airvpn.org/forums/topic/80463-estonia-server-under-high-load/?do=findComment&comment=263198]]></link><description>Hi, I have noticed for quite a few weeks now the Estonia server is under very high load for a lot of the time. It would be great if the bandwidth could be improved or if an extra server could be added. 
 
 
Thanks.</description><pubDate>Sat, 06 Jun 2026 10:14:52 +0000</pubDate></item><item><title>Adding packet loss event data to server information in /status API</title><link><![CDATA[https://airvpn.org/forums/topic/80452-adding-packet-loss-event-data-to-server-information-in-status-api/?do=findComment&comment=263176]]></link><description>Right now the only way a script can judge whether or not a server is having issues is to check the text within the "health" key. This is great for understanding if a server is currently dealing with an issue at the exact moment of the check, but it doesn't help for servers that are having repeated instances of packet loss. 
	 
	This results in any "rank AirVPN servers" script that sorts based on bandwidth and health to always choose the latest server to recover from a high packet loss incident since it'll be using the least amount of its possible bandwidth. 
	 
	It doesn't seem like a nice idea to recommend users to dogpile onto a server that's already recovering from a network issue so I'd like to request more historical status information to be added to the server API schema. 
	 
	Compare the data in the API (https://airvpn.org/api/status/) to what's available in the Status Log table at the bottom of every server page. https://airvpn.org/servers/Revati/ That log gives a better picture of the server health over a longer period of time than just "ok" or "warning". 
	 
	So I'm proposing something like this:
 


{
    "deprecated_warning": "'ip_entry' and 'ip_entry_alt' are deprecated. Use 'ip_v4_in1' and 'ip_v4_in2' instead.",
    "servers": [
        {
            "public_name": "Achernar",
            "country_name": "Switzerland",
            ... 
            "health": "warning",
            "warning": "Low packet loss",
            // The number of packet loss events for the server over a set time period
            "recent_health_events": 7,
            "status_log": [
                {
                    // Use date string or Unix timestamp
                    "date": YYYY-MM-DDTHH:mm:SSZ,
                    // Duration of packet loss event in seconds
                    "duration": 61,
                    // Amount of packet loss, 100 = 100% loss. Max loss is most useful value IMO
                    "packet_loss": 31
                },                
                {
                    "date": 2026-06-04T02:35:11Z,
                    "duration": 320,
                    "packet_loss": 57 
                }
                ...
            ]
        },
       ... 
    ]
)
 A sliding window slice of events that have happened within 12 or 24 hours for each server would give a quick picture of the ongoing health of a server and allow tools (like the little bash script for gluetun I'm writing) to make better choices and spread out the load. 
 
Even just the "recent_health_events" value with a simple total of the packet loss events over a period of time would be a huge improvement. 
 
This is just a first draft proposal, any naming or implementation specifics would be in the hands of AirVPN developers. So don't get too caught up on naming or structure; this is more about voicing the lack of API information for making better server choices. 
 
EDIT: Small language fixes for readability.</description><pubDate>Thu, 04 Jun 2026 12:48:34 +0000</pubDate></item><item><title>Error "This page is available only for redirect inside AirVPN website"</title><link><![CDATA[https://airvpn.org/forums/topic/80449-error-this-page-is-available-only-for-redirect-inside-airvpn-website/?do=findComment&comment=263172]]></link><description>Hello. 
	 
	When I visit the .onion version of the site, I can't follow links to other sites: 
	 
	 
	 
	 
	If I change the site in the address bar to the airvpn.org, I can navigate: 
	 
 


	 
	 
	Is it possible to fix the behavior of the .onion version?</description><pubDate>Thu, 04 Jun 2026 04:54:56 +0000</pubDate></item><item><title>Slow upload speeds on 10G EU servers</title><link><![CDATA[https://airvpn.org/forums/topic/80418-slow-upload-speeds-on-10g-eu-servers/?do=findComment&comment=263114]]></link><description>Hi, 
 
The new 10Gbit/s EU servers are great, Netrouting seem to be a decent ISP and I am easily able to achieve a sustained 1Gbps+ download speed using various protocols. However, the story isn't the same for the upload speed. It varies, but the best I am able to achieve seems to be around 300Mbit/s, sometimes dropping below to around 200Mbit/s. Generally it's the same regardless of location: RO, NL, SE - all Netrouting servers are performant when downloading data, but falter on upload speeds. Interestingly the performance was markedly better back when the servers were first introduced, I was easily able to achieve around 500Mbit/s back then, but slowly as more users have been switching to these new servers their performance has been gradually degrading (only on upload speeds). 
 
I have reproduced this behavior from multiple source ASNs, so unless some country level/T1 provider rate limiting is to blame, I don't think that the problem is on my end. I am also able to max-out a normal 1Gbps server (~800Mbit/s) symmetrically if I am the only high-bandwidth user connected. 
 
So, since I don't think the issue is my own I'm starting this thread to discuss it a little bit. Has anybody else experienced this upload speed slowdown or 'throttling' behavior, and can anybody else reproduce it as reliably as I can? For me, it's very consistent. Now obviously I'm not demanding answers, and I do appreciate that my high-bandwidth habits are uncommon, but I'd love to get some more info as to why this is happening, for instance, why is the throttling asymmetrical? 
 
For what it's worth (and before people ask), I have tried the other EU 10Gbit/s servers, but I'd prefer not to use them because:
 
	
		they aren't as performant as the Netrouting ones
	
	
		they are located in a particularly untrustworthy jurisdiction; or, they are hosted by a company that is headquartered in a particularly untrustworthy jurisdiction
	
	
		they suffer from being listed on more IP blacklists.
	

 
Thanks</description><pubDate>Sun, 31 May 2026 19:58:40 +0000</pubDate></item><item><title>Whats your favorite frog and/or toad?</title><link><![CDATA[https://airvpn.org/forums/topic/80416-whats-your-favorite-frog-andor-toad/?do=findComment&comment=263109]]></link><description>Real or fictional. 
 
For frogs I think the Desert Rain Frog and for toads I'm boring and choose Bufo Bufo, the common toad.</description><pubDate>Sun, 31 May 2026 12:02:38 +0000</pubDate></item><item><title>Shudder blocking logins on VPN</title><link><![CDATA[https://airvpn.org/forums/topic/80403-shudder-blocking-logins-on-vpn/?do=findComment&comment=263078]]></link><description>Login to the Shudder streaming site https://www.shudder.com now seems to be blocking AirVPN. The site itself loads fine and the Rout Checking tool shows this is true from most servers, but when I try to login to my account, I get a message "Your device is connected to the Internet using a VPN or proxy service. Please disable it and try again." at least when on Dziban and maybe some others. 
 
I guess this is some attempt to enforce geoblocking, though I would have hoped that since the site uses a paid subscription, they could infer the viewer's location from their billing address and not worry if the user is coming through a VPN. Oh well...</description><pubDate>Fri, 29 May 2026 07:28:35 +0000</pubDate></item><item><title>Subscription Expansion</title><link><![CDATA[https://airvpn.org/forums/topic/80395-subscription-expansion/?do=findComment&comment=263065]]></link><description>Hi, I've been a loyal member forever.... have reached my 5 device max with all tricks **** but unless I am blind I cannot find a way to add more devices {paid} to my sub without adding a new account.</description><pubDate>Wed, 27 May 2026 21:30:26 +0000</pubDate></item><item><title>Mullvad - Exit IP fingerprinting between VPN servers</title><link><![CDATA[https://airvpn.org/forums/topic/80393-mullvad-exit-ip-fingerprinting-between-vpn-servers/?do=findComment&comment=263061]]></link><description>https://mullvad.net/en/blog/exit-ip-fingerprinting-between-vpn-servers 
 
" When a user switches from one VPN server to another, this sometimes makes it possible for services such as websites to confidently guess that the same user that connected from the new VPN server is the one that connected from the previous VPN server." 
 
Does AirVPN present the same vulnerability?</description><pubDate>Wed, 27 May 2026 13:01:48 +0000</pubDate></item><item><title>DOH and ECH via mullvad browser after Air connection</title><link><![CDATA[https://airvpn.org/forums/topic/80390-doh-and-ech-via-mullvad-browser-after-air-connection/?do=findComment&comment=263054]]></link><description>We always discuss how slick using TOR on top of AirVpn creates a spread of exposure between two or more separate providers making a "trace" orders of magnitude tougher than Air alone.  There are times when I must vacate TOR due to speed when downloading very large files OR uploading very large files.  In an effort to maintain the obvious benefit of using two different providers on my over all connection I am wondering if I have the following correct: 
	 
	I have been using Mullvad Browser with dns = DOH + Encrypted Client Hello processed by Mullvad's DNS in the browser configuration.  When I examine the connection via various websites designated for the purpose of course Air's IP is what Mullvad sees.  The ECH flags as working well and stable (I realize the sites I connect to must use TLS 1.3 and have other configs for ECH setup, but that is a given in this question).  So in this scenario I assume that Air (I do trust but then using two services just adds the confidence out of SOP for security) would not be able to penetrate the DOH and the ECH would eliminate the sni from wireshark or similar observation? 
	 
	Is that configuration doing what I need to do, at least am I explaining it properly?  I have always trusted Air staff/moderators to serve it to us straight up.  Is my procedure effective for what I describe or is there a better solution keeping in mind KISS is how I prefer to roll, LOL 
	 
	ps - I live on TOR most of the time so this is for when I need the multi gig loads in either direction.  Thanks</description><pubDate>Tue, 26 May 2026 17:25:58 +0000</pubDate></item><item><title>GrapheneOS</title><link><![CDATA[https://airvpn.org/forums/topic/80388-grapheneos/?do=findComment&comment=263051]]></link><description>Hello there,  
 
First of all, thanks for the amazing service you are providing, I love it !  
 
GrapheneOS is a free and open source mobile os that focus it's work on privacy and security.  
I use it for a year now and it really helped me take back my privacy on android which is usually locked by Google. 
It's a known project in the privacy world and they are contributing upstream also like with their hardened malloc. 
For technical reasons they are only running on Google Pixel (paradoxal but their justification seems solid) but they plan to extend to other devices soon... 
 
They may be searching for servers to host their updates infrastructures of thing like that, maybe it could be nice to help them ?  
 
Thanks again for your work</description><pubDate>Tue, 26 May 2026 11:21:24 +0000</pubDate></item><item><title>Question about AirVPN transparency reports and legal requests</title><link><![CDATA[https://airvpn.org/forums/topic/80382-question-about-airvpn-transparency-reports-and-legal-requests/?do=findComment&comment=263045]]></link><description>Hello,
 


	 
 


	I have a question regarding AirVPN&#x2019;s transparency around legal requests.
 


	 
 


	ProtonVPN publishes a transparency report where it is possible to see that they have received a number of legal orders/requests over the years, sometimes over a hundred in a single year. Since AirVPN is also a well-known and fairly widely used VPN service, I was wondering why there do not seem to be similar figures or an equivalent transparency report available for AirVPN.
 


	 
 


	Is it because AirVPN has genuinely received no legal requests that could be disclosed or acted upon? Or is it simply that such requests are not published in the form of a transparency report?
 


	 
 


	This is not meant as criticism, but as a request for clarification about how AirVPN communicates or does not communicate this kind of information</description><pubDate>Mon, 25 May 2026 21:53:49 +0000</pubDate></item><item><title>no access to modem\portforward issue</title><link><![CDATA[https://airvpn.org/forums/topic/80379-no-access-to-modemportforward-issue/?do=findComment&comment=263036]]></link><description>ive added ports on airvpn and added them to windows defender firewall. what am i doing wrong telegram; @Escrowadmln</description><pubDate>Mon, 25 May 2026 04:19:54 +0000</pubDate></item><item><title>Singapore server slow Upload Speed when Inbound Connection (port forwarded)</title><link><![CDATA[https://airvpn.org/forums/topic/80376-singapore-server-slow-upload-speed-when-inbound-connection-port-forwarded/?do=findComment&comment=263028]]></link><description>When I'm using Eddie and connected to SG servers, the upload speed always gets throttled and it is very slow. It only happens when it is an inbound connection, as I don't see any problem when I'm checking using speedtest.net (as it is an outbound connection). So I've been using "copyparty", a tool to easily create a "file server" and then host it. I use it to measure the upload speed I get when connected to AirVPN and port forwarded to my :80 port. I use another laptop to download something from my my machine that's connected to AirVPN Singapore server, and each file download it is always throttled to around 100-300KBps. So it's not the "overall speed become 100-300KBps", but rather, it is throttled "for each connection". So basically I can download 5-10 files simultaneously but with only 3 Mbps speed for each file. My internet has 50 Mbps upload link speed, so I know it wasn't it. 
	 
	This only happens with Singapore servers, as I've tried the same with Japan server and it's fine, I can see the speed doesn't get throttled, and it gets the full 50 Mbps upload speed. 
	What happen with Singapore server? Why does the upload seems to get throttled when it is an inbound connection, and I've observed that it's being throttled for each connection?</description><pubDate>Sun, 24 May 2026 16:28:12 +0000</pubDate></item><item><title>Xbox</title><link><![CDATA[https://airvpn.org/forums/topic/80324-xbox/?do=findComment&comment=262955]]></link><description>Hey there guys. So i tried looking around but couldn't find much info in here. My question is if I want to watch specfic content from other regions on a streaming service on my Xbox, how do I got on about doing it?</description><pubDate>Wed, 20 May 2026 09:03:51 +0000</pubDate></item><item><title>New Montreal 10G Server Request</title><link><![CDATA[https://airvpn.org/forums/topic/80319-new-montreal-10g-server-request/?do=findComment&comment=262946]]></link><description>Hello. Please add new 10G Montreal server(s); the current ones are all 1G and are always fully utilized. It is hard to get good speeds from East Canada. Toronto and NY are good but not perfect. Thank you so much.</description><pubDate>Tue, 19 May 2026 18:48:57 +0000</pubDate></item><item><title>Servers and ISP notices</title><link><![CDATA[https://airvpn.org/forums/topic/80308-servers-and-isp-notices/?do=findComment&comment=262920]]></link><description><![CDATA[Hii, i have a question about what servers to use, is it safe to use the American servers for better speed without worrying about my ISP dinging me or sending me any letters? I do have AirVPN bound to qBittorrent properly, at least im pretty sure i do. ;_; (settings&gt;advanced&gt;network interface set to Eddie)
 


	Thank you very much for any answers ❤️]]></description><pubDate>Mon, 18 May 2026 03:00:27 +0000</pubDate></item><item><title>Unable to connect to server on WIndows</title><link><![CDATA[https://airvpn.org/forums/topic/80290-unable-to-connect-to-server-on-windows/?do=findComment&comment=262889]]></link><description>Hey! I just switched to airvpn today and I'm having trouble connecting one of the machines on my network to the VPN. 
 
On Debian, it works just fine, but on Windows 10, it just keeps getting stuck on "Connecting" and then gives up. 
 
 
 
Does anyone know what could be causing this? This appears to happen with any server.</description><pubDate>Sat, 16 May 2026 12:04:45 +0000</pubDate></item><item><title>[MAC] Eddie Connect/Disconnect Cycle (After following advice re:Terminal)</title><link><![CDATA[https://airvpn.org/forums/topic/80284-mac-eddie-connectdisconnect-cycle-after-following-advice-reterminal/?do=findComment&comment=262877]]></link><description><![CDATA[I've seen it posted elsewhere and I've attempted to follow the advice that solved the problem, but it hasn't solved anything yet.  
	Updated Eddie today, but can't escape the log in/log out cycle. I've posted the whole system report because I don't know what is important.  
	 
	Thanks in advance. 
	 
	Tahoe 26.4.1 
	 
	 
	_________________________
 


	
		Eddie System/Environment Report - 5/15/2026 - 9:57 PM UTC 
		 
		Eddie version: 2.24.6 
		Eddie OS build: macos_arm64 
		Eddie architecture: x64 
		OS type: MacOS 
		OS name: macOS 26.4.1 
		OS version: 26.4.1 
		OS architecture: arm64 
		Framework: v4.0.30319 
		OpenVPN: 2.6.12 - OpenSSL 3.3.2 3 Sep 2024, LZO 2.10 (/Applications/Eddie 2.app/Contents/MacOS/openvpn) 
		Hummingbird: 3.3.2 - Hummingbird - OpenVPN3 Client 1.3.0 - 1 June 2023 (/Applications/Eddie 2.app/Contents/MacOS/hummingbird) 
		WireGuard: Not available 
		SSH: OpenSSH_10.2p1, LibreSSL 3.3.6 (/usr/bin/ssh) 
		SSL: 5.57 (/Applications/Eddie 2.app/Contents/MacOS/stunnel) 
		Profile path: /Users/temp/.config/eddie/default.profile 
		Data path: /Users/temp/.config/eddie 
		Application path: /Applications/Eddie 2.app/Contents/MacOS 
		Executable path: /Applications/Eddie 2.app/Contents/MacOS/Eddie-UI 
		Command line arguments: (0 args)  
		Network Lock Active: No 
		Connected to VPN: No 
		OS support IPv4: Yes 
		OS support IPv6: Yes 
		Detected DNS: 192.168.1.1,2603:8000:e300:3a92::1 
		Test DNS IPv4: Ok 
		Test DNS IPv6: Ok 
		Test Ping IPv4: 170 ms 
		Test Ping IPv6: 169 ms 
		Test HTTP IPv4: Error: Fetch url error:Timeout was reached 
		Test HTTP IPv6: Error: Fetch url error:Timeout was reached 
		Test HTTPS: Ok 
		---------------------------- 
		Important options not at defaults: 
		 
		login: (omissis) 
		password: (omissis) 
		remember: True 
		connect: True 
		netlock: True 
		ui.skip.netlock.confirm: True 
		gui.osx.sysbar.show_speed: True 
		 
		---------------------------- 
		Logs: 
		 
		. 2026.05.15 14:49:47 - Eddie version: 2.24.6 / macos_arm64, System: MacOS, Name: macOS 26.4.1, Version: 26.4.1, Framework: v4.0.30319 
		. 2026.05.15 14:49:47 - Raise system privileges 
		. 2026.05.15 14:50:15 - Collect network information 
		. 2026.05.15 14:50:18 - Reading options from /Users/temp/.config/eddie/default.profile 
		. 2026.05.15 14:50:18 - OpenVPN - Version: 2.6.12 - OpenSSL 3.3.2 3 Sep 2024, LZO 2.10 (/Applications/Eddie 2.app/Contents/MacOS/openvpn) 
		. 2026.05.15 14:50:18 - SSH - Version: OpenSSH_10.2p1, LibreSSL 3.3.6 (/usr/bin/ssh) 
		. 2026.05.15 14:50:18 - SSL - Version: 5.57 (/Applications/Eddie 2.app/Contents/MacOS/stunnel) 
		. 2026.05.15 14:50:19 - Activation of Network Lock - macOS - PF 
		I 2026.05.15 14:50:21 - Ready 
		. 2026.05.15 14:50:23 - Collect information about AirVPN completed 
		I 2026.05.15 14:50:25 - Session starting. 
		. 2026.05.15 14:50:25 - Waiting for latency tests (253 to go) 
		. 2026.05.15 14:50:26 - Collect information about AirVPN completed 
		. 2026.05.15 14:50:26 - Waiting for latency tests (94 to go) 
		I 2026.05.15 14:50:29 - Checking authorization ... 
		! 2026.05.15 14:50:30 - Connecting to Maia (United States of America, Los Angeles) 
		. 2026.05.15 14:50:30 - Routes, add 198.54.129.54/32 for interface "en0". 
		. 2026.05.15 14:50:30 - WireGuard &gt; Setup start 
		E 2026.05.15 14:50:31 - WireGuard &gt; Error: Executable '/Applications/Eddie 2.app/Contents/MacOS/wireguard-go' not allowed: Not owned by root; 
		. 2026.05.15 14:50:31 - WireGuard &gt; Stopping 
		. 2026.05.15 14:50:31 - WireGuard &gt; end 
		! 2026.05.15 14:50:31 - Disconnecting 
		. 2026.05.15 14:50:31 - Routes, delete 198.54.129.54/32 for interface "en0". 
		. 2026.05.15 14:50:31 - Collect network information 
		. 2026.05.15 14:50:33 - Connection terminated. 
		I 2026.05.15 14:50:36 - Checking authorization ... 
		! 2026.05.15 14:50:37 - Connecting to Revati (United States of America, Los Angeles) 
		. 2026.05.15 14:50:37 - Routes, add 198.54.129.125/32 for interface "en0". 
		. 2026.05.15 14:50:37 - WireGuard &gt; Setup start 
		E 2026.05.15 14:50:37 - WireGuard &gt; Error: Executable '/Applications/Eddie 2.app/Contents/MacOS/wireguard-go' not allowed: Not owned by root; 
		. 2026.05.15 14:50:37 - WireGuard &gt; Stopping 
		. 2026.05.15 14:50:37 - WireGuard &gt; end 
		! 2026.05.15 14:50:37 - Disconnecting 
		. 2026.05.15 14:50:37 - Routes, delete 198.54.129.125/32 for interface "en0". 
		. 2026.05.15 14:50:37 - Collect network information 
		. 2026.05.15 14:50:39 - Connection terminated. 
		I 2026.05.15 14:50:43 - Checking authorization ... 
		! 2026.05.15 14:50:43 - Connecting to Sarin (United States of America, Los Angeles) 
		. 2026.05.15 14:50:43 - Routes, add 198.54.129.62/32 for interface "en0". 
		. 2026.05.15 14:50:44 - WireGuard &gt; Setup start 
		E 2026.05.15 14:50:44 - WireGuard &gt; Error: Executable '/Applications/Eddie 2.app/Contents/MacOS/wireguard-go' not allowed: Not owned by root; 
		. 2026.05.15 14:50:44 - WireGuard &gt; Stopping 
		. 2026.05.15 14:50:44 - WireGuard &gt; end 
		! 2026.05.15 14:50:44 - Disconnecting 
		. 2026.05.15 14:50:44 - Routes, delete 198.54.129.62/32 for interface "en0". 
		. 2026.05.15 14:50:44 - Collect network information 
		. 2026.05.15 14:50:46 - Connection terminated. 
		I 2026.05.15 14:50:49 - Checking authorization ... 
		! 2026.05.15 14:50:50 - Connecting to Xamidimura (United States of America, Los Angeles) 
		. 2026.05.15 14:50:50 - Routes, add 198.54.129.46/32 for interface "en0". 
		. 2026.05.15 14:50:50 - WireGuard &gt; Setup start 
		E 2026.05.15 14:50:50 - WireGuard &gt; Error: Executable '/Applications/Eddie 2.app/Contents/MacOS/wireguard-go' not allowed: Not owned by root; 
		. 2026.05.15 14:50:50 - WireGuard &gt; Stopping 
		. 2026.05.15 14:50:50 - WireGuard &gt; end 
		! 2026.05.15 14:50:50 - Disconnecting 
		. 2026.05.15 14:50:51 - Routes, delete 198.54.129.46/32 for interface "en0". 
		. 2026.05.15 14:50:51 - Collect network information 
		. 2026.05.15 14:50:53 - Connection terminated. 
		I 2026.05.15 14:50:56 - Checking authorization ... 
		! 2026.05.15 14:50:57 - Connecting to Sheratan (United States of America, Phoenix, Arizona) 
		. 2026.05.15 14:50:57 - Routes, add 198.44.133.78/32 for interface "en0". 
		. 2026.05.15 14:50:57 - WireGuard &gt; Setup start 
		E 2026.05.15 14:50:57 - WireGuard &gt; Error: Executable '/Applications/Eddie 2.app/Contents/MacOS/wireguard-go' not allowed: Not owned by root; 
		. 2026.05.15 14:50:57 - WireGuard &gt; Stopping 
		. 2026.05.15 14:50:57 - WireGuard &gt; end 
		! 2026.05.15 14:50:57 - Disconnecting 
		. 2026.05.15 14:50:57 - Routes, delete 198.44.133.78/32 for interface "en0". 
		. 2026.05.15 14:50:57 - Collect network information 
		. 2026.05.15 14:50:59 - Connection terminated. 
		I 2026.05.15 14:51:03 - Checking authorization ... 
		! 2026.05.15 14:51:03 - Connecting to Khambalia (United States of America, Phoenix, Arizona) 
		. 2026.05.15 14:51:03 - Routes, add 198.44.133.86/32 for interface "en0". 
		. 2026.05.15 14:51:04 - WireGuard &gt; Setup start 
		E 2026.05.15 14:51:04 - WireGuard &gt; Error: Executable '/Applications/Eddie 2.app/Contents/MacOS/wireguard-go' not allowed: Not owned by root; 
		. 2026.05.15 14:51:04 - WireGuard &gt; Stopping 
		. 2026.05.15 14:51:04 - WireGuard &gt; end 
		! 2026.05.15 14:51:04 - Disconnecting 
		. 2026.05.15 14:51:04 - Routes, delete 198.44.133.86/32 for interface "en0". 
		. 2026.05.15 14:51:04 - Collect network information 
		. 2026.05.15 14:51:06 - Connection terminated. 
		I 2026.05.15 14:51:09 - Checking authorization ... 
		! 2026.05.15 14:51:10 - Connecting to Nahn (Canada, Vancouver) 
		. 2026.05.15 14:51:10 - Routes, add 192.30.89.69/32 for interface "en0". 
		. 2026.05.15 14:51:10 - WireGuard &gt; Setup start 
		E 2026.05.15 14:51:11 - WireGuard &gt; Error: Executable '/Applications/Eddie 2.app/Contents/MacOS/wireguard-go' not allowed: Not owned by root; 
		. 2026.05.15 14:51:11 - WireGuard &gt; Stopping 
		. 2026.05.15 14:51:11 - WireGuard &gt; end 
		! 2026.05.15 14:51:11 - Disconnecting 
		. 2026.05.15 14:51:11 - Routes, delete 192.30.89.69/32 for interface "en0". 
		. 2026.05.15 14:51:11 - Collect network information 
		. 2026.05.15 14:51:13 - Connection terminated. 
		I 2026.05.15 14:51:16 - Cancel requested. 
		! 2026.05.15 14:51:16 - Session terminated. 
		! 2026.05.15 14:51:18 - Deactivation of Network Lock 
		I 2026.05.15 14:56:30 - Session starting. 
		. 2026.05.15 14:56:30 - Activation of Network Lock - macOS - PF 
		I 2026.05.15 14:56:32 - Checking authorization ... 
		! 2026.05.15 14:56:33 - Connecting to Chamukuy (Canada, Toronto, Ontario) 
		. 2026.05.15 14:56:33 - Routes, add 198.44.157.133/32 for interface "en0". 
		. 2026.05.15 14:56:33 - WireGuard &gt; Setup start 
		E 2026.05.15 14:56:33 - WireGuard &gt; Error: Executable '/Applications/Eddie 2.app/Contents/MacOS/wireguard-go' not allowed: Not owned by root; 
		. 2026.05.15 14:56:33 - WireGuard &gt; Stopping 
		. 2026.05.15 14:56:33 - WireGuard &gt; end 
		! 2026.05.15 14:56:33 - Disconnecting 
		. 2026.05.15 14:56:33 - Routes, delete 198.44.157.133/32 for interface "en0". 
		. 2026.05.15 14:56:33 - Collect network information 
		. 2026.05.15 14:56:35 - Connection terminated. 
		I 2026.05.15 14:56:39 - Checking authorization ... 
		! 2026.05.15 14:56:39 - Connecting to Guniibuu (United States of America, Phoenix, Arizona) 
		. 2026.05.15 14:56:39 - Routes, add 198.44.133.70/32 for interface "en0". 
		. 2026.05.15 14:56:39 - WireGuard &gt; Setup start 
		E 2026.05.15 14:56:40 - WireGuard &gt; Error: Executable '/Applications/Eddie 2.app/Contents/MacOS/wireguard-go' not allowed: Not owned by root; 
		. 2026.05.15 14:56:40 - WireGuard &gt; Stopping 
		. 2026.05.15 14:56:40 - WireGuard &gt; end 
		! 2026.05.15 14:56:40 - Disconnecting 
		. 2026.05.15 14:56:40 - Routes, delete 198.44.133.70/32 for interface "en0". 
		. 2026.05.15 14:56:40 - Collect network information 
		. 2026.05.15 14:56:42 - Connection terminated. 
		I 2026.05.15 14:56:44 - Cancel requested. 
		. 2026.05.15 14:56:44 - Deactivation of Network Lock 
		! 2026.05.15 14:56:44 - Session terminated. 
		 
		---------------------------- 
		Network Info: 
		 
		{ 
		    "routes": [ 
		        { 
		            "destination": "0.0.0.0\/0", 
		            "expire": "", 
		            "flags": "UGScg", 
		            "gateway": "192.168.1.1", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "267", 
		            "rt_ifa": "192.168.1.38", 
		            "use": "2455" 
		        }, 
		        { 
		            "destination": "127", 
		            "expire": "", 
		            "flags": "UCS", 
		            "gateway": "127.0.0.1", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "127.0.0.1", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "127.0.0.1\/32", 
		            "expire": "", 
		            "flags": "UH", 
		            "gateway": "127.0.0.1", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "3", 
		            "rt_ifa": "127.0.0.1", 
		            "use": "1155486" 
		        }, 
		        { 
		            "destination": "169.254\/32", 
		            "expire": "!", 
		            "flags": "UCS", 
		            "gateway": "link#11", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "1", 
		            "rt_ifa": "192.168.1.38", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "192.168.1\/32", 
		            "expire": "!", 
		            "flags": "UCS", 
		            "gateway": "link#11", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "4", 
		            "rt_ifa": "192.168.1.38", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "192.168.1.1\/32", 
		            "expire": "!", 
		            "flags": "UCS", 
		            "gateway": "link#11", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "1", 
		            "rt_ifa": "192.168.1.38", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "192.168.1.1\/32", 
		            "expire": "1194", 
		            "flags": "UHLWIir", 
		            "gateway": "8:7b:12:52:7f:c0", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "39", 
		            "rt_ifa": "192.168.1.38", 
		            "use": "544" 
		        }, 
		        { 
		            "destination": "192.168.1.38\/32", 
		            "expire": "!", 
		            "flags": "UCS", 
		            "gateway": "link#11", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "1", 
		            "rt_ifa": "192.168.1.38", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "192.168.1.38\/32", 
		            "expire": "", 
		            "flags": "UHLWI", 
		            "gateway": "72:83:6c:59:a6:39", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "192.168.1.38", 
		            "use": "1626" 
		        }, 
		        { 
		            "destination": "192.168.1.95\/32", 
		            "expire": "1152", 
		            "flags": "UHLWIi", 
		            "gateway": "2:98:88:21:c3:af", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "1", 
		            "rt_ifa": "192.168.1.38", 
		            "use": "236" 
		        }, 
		        { 
		            "destination": "192.168.1.145\/32", 
		            "expire": "353", 
		            "flags": "UHLWI", 
		            "gateway": "fc:3f:db:2c:d8:d1", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "192.168.1.38", 
		            "use": "29" 
		        }, 
		        { 
		            "destination": "192.168.1.255\/32", 
		            "expire": "!", 
		            "flags": "UHLWbI", 
		            "gateway": "ff:ff:ff:ff:ff:ff", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "192.168.1.38", 
		            "use": "63" 
		        }, 
		        { 
		            "destination": "224.0.0\/4", 
		            "expire": "!", 
		            "flags": "UmCS", 
		            "gateway": "link#11", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "1", 
		            "rt_ifa": "192.168.1.38", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "224.0.0.251\/32", 
		            "expire": "", 
		            "flags": "UHmLWI", 
		            "gateway": "1:0:5e:0:0:fb", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "192.168.1.38", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "255.255.255.255\/32", 
		            "expire": "!", 
		            "flags": "UCS", 
		            "gateway": "link#11", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "192.168.1.38", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "::\/0", 
		            "expire": "", 
		            "flags": "UGcg", 
		            "gateway": "fe80::a7b:12ff:fe52:7fc0", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "36", 
		            "rt_ifa": "fe80::1c24:e81b:5f13:3dae%en0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "::\/0", 
		            "expire": "", 
		            "flags": "UGcIg", 
		            "gateway": "fe80::", 
		            "interface": "utun0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "fe80::fd98:59f3:da79:41f8%utun0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "::\/0", 
		            "expire": "", 
		            "flags": "UGcIg", 
		            "gateway": "fe80::", 
		            "interface": "utun1", 
		            "mtu": "1380", 
		            "refs": "0", 
		            "rt_ifa": "fe80::bb34:5061:787d:adca%utun1", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "::\/0", 
		            "expire": "", 
		            "flags": "UGcIg", 
		            "gateway": "fe80::", 
		            "interface": "utun2", 
		            "mtu": "2000", 
		            "refs": "0", 
		            "rt_ifa": "fe80::6ed3:cf78:67bf:80%utun2", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "::\/0", 
		            "expire": "", 
		            "flags": "UGcIg", 
		            "gateway": "fe80::", 
		            "interface": "utun3", 
		            "mtu": "1000", 
		            "refs": "0", 
		            "rt_ifa": "fe80::ce81:b1c:bd2c:69e%utun3", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "::\/0", 
		            "expire": "", 
		            "flags": "UGcIg", 
		            "gateway": "fe80::", 
		            "interface": "utun5", 
		            "mtu": "1380", 
		            "refs": "0", 
		            "rt_ifa": "fe80::742:f5af:c5d7:c01e%utun5", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "::\/0", 
		            "expire": "", 
		            "flags": "UGcIg", 
		            "gateway": "fe80::", 
		            "interface": "utun6", 
		            "mtu": "1380", 
		            "refs": "0", 
		            "rt_ifa": "fe80::e4de:d9bc:ce9a:371d%utun6", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "::1\/128", 
		            "expire": "", 
		            "flags": "UHL", 
		            "gateway": "::1", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "1", 
		            "rt_ifa": "::1", 
		            "use": "888" 
		        }, 
		        { 
		            "destination": "2603:8000:e300:3a92::\/64", 
		            "expire": "", 
		            "flags": "UC", 
		            "gateway": "link#11", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "5", 
		            "rt_ifa": "fe80::1c24:e81b:5f13:3dae%en0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "2603:8000:e300:3a92::1\/128", 
		            "expire": "", 
		            "flags": "UHLWIi", 
		            "gateway": "8:7b:12:52:7f:c0", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "2", 
		            "rt_ifa": "fe80::1c24:e81b:5f13:3dae%en0", 
		            "use": "960" 
		        }, 
		        { 
		            "destination": "2603:8000:e300:3a92::1196\/128", 
		            "expire": "", 
		            "flags": "UHL", 
		            "gateway": "72:83:6c:59:a6:39", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "2603:8000:e300:3a92::1196", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "2603:8000:e300:3a92::1960\/128", 
		            "expire": "", 
		            "flags": "UHLWIi", 
		            "gateway": "2:98:88:21:c3:af", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "7", 
		            "rt_ifa": "fe80::1c24:e81b:5f13:3dae%en0", 
		            "use": "1834" 
		        }, 
		        { 
		            "destination": "2603:8000:e300:3a92:860:5c1d:ae22:6dd2\/128", 
		            "expire": "", 
		            "flags": "UHL", 
		            "gateway": "72:83:6c:59:a6:39", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "2603:8000:e300:3a92:860:5c1d:ae22:6dd2", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "2603:8000:e300:3a92:8b3:e8e0:9db3:2777\/128", 
		            "expire": "", 
		            "flags": "UHLWI", 
		            "gateway": "2:98:88:21:c3:af", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "fe80::1c24:e81b:5f13:3dae%en0", 
		            "use": "38" 
		        }, 
		        { 
		            "destination": "2603:8000:e300:3a92:343f:90a0:7233:c134\/128", 
		            "expire": "", 
		            "flags": "UHL", 
		            "gateway": "72:83:6c:59:a6:39", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "2603:8000:e300:3a92:343f:90a0:7233:c134", 
		            "use": "2959" 
		        }, 
		        { 
		            "destination": "2603:8000:e300:3a92:58b2:e1e5:8dbf:fb72\/128", 
		            "expire": "", 
		            "flags": "UHLWI", 
		            "gateway": "2:98:88:21:c3:af", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "fe80::1c24:e81b:5f13:3dae%en0", 
		            "use": "26" 
		        }, 
		        { 
		            "destination": "fe80::\/64", 
		            "expire": "", 
		            "flags": "UcI", 
		            "gateway": "fe80::1", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "1", 
		            "rt_ifa": "fe80::1%lo0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::1\/128", 
		            "expire": "", 
		            "flags": "UHLI", 
		            "gateway": "link#1", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "fe80::1%lo0", 
		            "use": "17" 
		        }, 
		        { 
		            "destination": "fe80::\/64", 
		            "expire": "", 
		            "flags": "UCI", 
		            "gateway": "link#11", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "3", 
		            "rt_ifa": "fe80::1c24:e81b:5f13:3dae%en0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::a7b:12ff:fe52:7fc0\/128", 
		            "expire": "", 
		            "flags": "UHLWIir", 
		            "gateway": "8:7b:12:52:7f:c0", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "38", 
		            "rt_ifa": "fe80::1c24:e81b:5f13:3dae%en0", 
		            "use": "113" 
		        }, 
		        { 
		            "destination": "fe80::cfd:9592:2a6f:962\/128", 
		            "expire": "", 
		            "flags": "UHLWIi", 
		            "gateway": "2:98:88:21:c3:af", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "2", 
		            "rt_ifa": "fe80::1c24:e81b:5f13:3dae%en0", 
		            "use": "1301" 
		        }, 
		        { 
		            "destination": "fe80::1c24:e81b:5f13:3dae\/128", 
		            "expire": "", 
		            "flags": "UHLI", 
		            "gateway": "72:83:6c:59:a6:39", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "fe80::1c24:e81b:5f13:3dae%en0", 
		            "use": "4" 
		        }, 
		        { 
		            "destination": "fe80::e018:b7ff:fe5b:3628\/128", 
		            "expire": "", 
		            "flags": "UHLI", 
		            "gateway": "e2:18:b7:5b:36:28", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "fe80::e018:b7ff:fe5b:3628%awdl0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::e018:b7ff:fe5b:3628\/128", 
		            "expire": "", 
		            "flags": "UHLI", 
		            "gateway": "e2:18:b7:5b:36:28", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "fe80::e018:b7ff:fe5b:3628%llw0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::\/64", 
		            "expire": "", 
		            "flags": "UcI", 
		            "gateway": "fe80::fd98:59f3:da79:41f8", 
		            "interface": "utun0", 
		            "mtu": "1500", 
		            "refs": "2", 
		            "rt_ifa": "fe80::fd98:59f3:da79:41f8%utun0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::fd98:59f3:da79:41f8\/128", 
		            "expire": "", 
		            "flags": "UHLI", 
		            "gateway": "link#15", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "fe80::fd98:59f3:da79:41f8%utun0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::\/64", 
		            "expire": "", 
		            "flags": "UcI", 
		            "gateway": "fe80::bb34:5061:787d:adca", 
		            "interface": "utun1", 
		            "mtu": "1380", 
		            "refs": "2", 
		            "rt_ifa": "fe80::bb34:5061:787d:adca%utun1", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::bb34:5061:787d:adca\/128", 
		            "expire": "", 
		            "flags": "UHLI", 
		            "gateway": "link#16", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "fe80::bb34:5061:787d:adca%utun1", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::\/64", 
		            "expire": "", 
		            "flags": "UcI", 
		            "gateway": "fe80::6ed3:cf78:67bf:80", 
		            "interface": "utun2", 
		            "mtu": "2000", 
		            "refs": "2", 
		            "rt_ifa": "fe80::6ed3:cf78:67bf:80%utun2", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::6ed3:cf78:67bf:80\/128", 
		            "expire": "", 
		            "flags": "UHLI", 
		            "gateway": "link#17", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "fe80::6ed3:cf78:67bf:80%utun2", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::\/64", 
		            "expire": "", 
		            "flags": "UcI", 
		            "gateway": "fe80::ce81:b1c:bd2c:69e", 
		            "interface": "utun3", 
		            "mtu": "1000", 
		            "refs": "2", 
		            "rt_ifa": "fe80::ce81:b1c:bd2c:69e%utun3", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::ce81:b1c:bd2c:69e\/128", 
		            "expire": "", 
		            "flags": "UHLI", 
		            "gateway": "link#18", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "fe80::ce81:b1c:bd2c:69e%utun3", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::\/64", 
		            "expire": "", 
		            "flags": "UcI", 
		            "gateway": "fe80::742:f5af:c5d7:c01e", 
		            "interface": "utun5", 
		            "mtu": "1380", 
		            "refs": "2", 
		            "rt_ifa": "fe80::742:f5af:c5d7:c01e%utun5", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::742:f5af:c5d7:c01e\/128", 
		            "expire": "", 
		            "flags": "UHLI", 
		            "gateway": "link#20", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "fe80::742:f5af:c5d7:c01e%utun5", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::\/64", 
		            "expire": "", 
		            "flags": "UcI", 
		            "gateway": "fe80::e4de:d9bc:ce9a:371d", 
		            "interface": "utun6", 
		            "mtu": "1380", 
		            "refs": "2", 
		            "rt_ifa": "fe80::e4de:d9bc:ce9a:371d%utun6", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "fe80::e4de:d9bc:ce9a:371d\/128", 
		            "expire": "", 
		            "flags": "UHLI", 
		            "gateway": "link#21", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "fe80::e4de:d9bc:ce9a:371d%utun6", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff00::\/8", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "::1", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "::1", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff00::\/8", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "link#11", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "fe80::c20:f18:67b2:68a5%en0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff00::\/8", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "link#13", 
		            "interface": "awdl0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "fe80::bce2:45ff:fe4b:189e%awdl0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff00::\/8", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "link#14", 
		            "interface": "llw0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "fe80::bce2:45ff:fe4b:189e%llw0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff00::\/8", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::fd98:59f3:da79:41f8", 
		            "interface": "utun0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "fe80::fd98:59f3:da79:41f8%utun0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff00::\/8", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::bb34:5061:787d:adca", 
		            "interface": "utun1", 
		            "mtu": "1380", 
		            "refs": "0", 
		            "rt_ifa": "fe80::bb34:5061:787d:adca%utun1", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff00::\/8", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::6ed3:cf78:67bf:80", 
		            "interface": "utun2", 
		            "mtu": "2000", 
		            "refs": "0", 
		            "rt_ifa": "fe80::6ed3:cf78:67bf:80%utun2", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff00::\/8", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::ce81:b1c:bd2c:69e", 
		            "interface": "utun3", 
		            "mtu": "1000", 
		            "refs": "0", 
		            "rt_ifa": "fe80::ce81:b1c:bd2c:69e%utun3", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff00::\/8", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::742:f5af:c5d7:c01e", 
		            "interface": "utun5", 
		            "mtu": "1380", 
		            "refs": "0", 
		            "rt_ifa": "fe80::742:f5af:c5d7:c01e%utun5", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff00::\/8", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::e4de:d9bc:ce9a:371d", 
		            "interface": "utun6", 
		            "mtu": "1380", 
		            "refs": "0", 
		            "rt_ifa": "fe80::e4de:d9bc:ce9a:371d%utun6", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff01::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "::1", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "::1", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff01::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "link#11", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "fe80::c20:f18:67b2:68a5%en0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff01::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::fd98:59f3:da79:41f8", 
		            "interface": "utun0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "fe80::fd98:59f3:da79:41f8%utun0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff01::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::bb34:5061:787d:adca", 
		            "interface": "utun1", 
		            "mtu": "1380", 
		            "refs": "0", 
		            "rt_ifa": "fe80::bb34:5061:787d:adca%utun1", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff01::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::6ed3:cf78:67bf:80", 
		            "interface": "utun2", 
		            "mtu": "2000", 
		            "refs": "0", 
		            "rt_ifa": "fe80::6ed3:cf78:67bf:80%utun2", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff01::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::ce81:b1c:bd2c:69e", 
		            "interface": "utun3", 
		            "mtu": "1000", 
		            "refs": "0", 
		            "rt_ifa": "fe80::ce81:b1c:bd2c:69e%utun3", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff01::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::742:f5af:c5d7:c01e", 
		            "interface": "utun5", 
		            "mtu": "1380", 
		            "refs": "0", 
		            "rt_ifa": "fe80::742:f5af:c5d7:c01e%utun5", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff01::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::e4de:d9bc:ce9a:371d", 
		            "interface": "utun6", 
		            "mtu": "1380", 
		            "refs": "0", 
		            "rt_ifa": "fe80::e4de:d9bc:ce9a:371d%utun6", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff02::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "::1", 
		            "interface": "lo0", 
		            "mtu": "16384", 
		            "refs": "0", 
		            "rt_ifa": "::1", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff02::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "link#11", 
		            "interface": "en0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "fe80::c20:f18:67b2:68a5%en0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff02::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::fd98:59f3:da79:41f8", 
		            "interface": "utun0", 
		            "mtu": "1500", 
		            "refs": "0", 
		            "rt_ifa": "fe80::fd98:59f3:da79:41f8%utun0", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff02::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::bb34:5061:787d:adca", 
		            "interface": "utun1", 
		            "mtu": "1380", 
		            "refs": "0", 
		            "rt_ifa": "fe80::bb34:5061:787d:adca%utun1", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff02::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::6ed3:cf78:67bf:80", 
		            "interface": "utun2", 
		            "mtu": "2000", 
		            "refs": "0", 
		            "rt_ifa": "fe80::6ed3:cf78:67bf:80%utun2", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff02::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::ce81:b1c:bd2c:69e", 
		            "interface": "utun3", 
		            "mtu": "1000", 
		            "refs": "0", 
		            "rt_ifa": "fe80::ce81:b1c:bd2c:69e%utun3", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff02::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::742:f5af:c5d7:c01e", 
		            "interface": "utun5", 
		            "mtu": "1380", 
		            "refs": "0", 
		            "rt_ifa": "fe80::742:f5af:c5d7:c01e%utun5", 
		            "use": "0" 
		        }, 
		        { 
		            "destination": "ff02::\/32", 
		            "expire": "", 
		            "flags": "UmCI", 
		            "gateway": "fe80::e4de:d9bc:ce9a:371d", 
		            "interface": "utun6", 
		            "mtu": "1380", 
		            "refs": "0", 
		            "rt_ifa": "fe80::e4de:d9bc:ce9a:371d%utun6", 
		            "use": "0" 
		        } 
		    ], 
		    "ipv4-default-gateway": "192.168.1.1", 
		    "ipv4-default-interface": "en0", 
		    "ipv6-default-gateway": "fe80::a7b:12ff:fe52:7fc0", 
		    "ipv6-default-interface": "en0", 
		    "interfaces": [ 
		        { 
		            "friendly": "lo0", 
		            "id": "lo0", 
		            "name": "lo0", 
		            "description": "lo0", 
		            "type": "Loopback", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [ 
		                "127.0.0.1", 
		                "::1", 
		                "fe80::1" 
		            ], 
		            "bind": true 
		        }, 
		        { 
		            "friendly": "gif0", 
		            "id": "gif0", 
		            "name": "gif0", 
		            "description": "gif0", 
		            "type": "Unknown", 
		            "status": "Unknown", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [], 
		            "bind": false 
		        }, 
		        { 
		            "friendly": "stf0", 
		            "id": "stf0", 
		            "name": "stf0", 
		            "description": "stf0", 
		            "type": "Unknown", 
		            "status": "Unknown", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [], 
		            "bind": false 
		        }, 
		        { 
		            "friendly": "anpi1", 
		            "id": "anpi1", 
		            "name": "anpi1", 
		            "description": "anpi1", 
		            "type": "Ethernet", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [], 
		            "bind": false 
		        }, 
		        { 
		            "friendly": "anpi0", 
		            "id": "anpi0", 
		            "name": "anpi0", 
		            "description": "anpi0", 
		            "type": "Ethernet", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [], 
		            "bind": false 
		        }, 
		        { 
		            "friendly": "Ethernet Adapter (en3)", 
		            "id": "en3", 
		            "name": "en3", 
		            "description": "en3", 
		            "type": "Ethernet", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [], 
		            "bind": false 
		        }, 
		        { 
		            "friendly": "Ethernet Adapter (en4)", 
		            "id": "en4", 
		            "name": "en4", 
		            "description": "en4", 
		            "type": "Ethernet", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [], 
		            "bind": false 
		        }, 
		        { 
		            "friendly": "Thunderbolt 1", 
		            "id": "en1", 
		            "name": "en1", 
		            "description": "en1", 
		            "type": "Ethernet", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [], 
		            "bind": false 
		        }, 
		        { 
		            "friendly": "Thunderbolt 2", 
		            "id": "en2", 
		            "name": "en2", 
		            "description": "en2", 
		            "type": "Ethernet", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [], 
		            "bind": false 
		        }, 
		        { 
		            "friendly": "Thunderbolt Bridge", 
		            "id": "bridge0", 
		            "name": "bridge0", 
		            "description": "bridge0", 
		            "type": "Ethernet", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [], 
		            "bind": false 
		        }, 
		        { 
		            "friendly": "ap1", 
		            "id": "ap1", 
		            "name": "ap1", 
		            "description": "ap1", 
		            "type": "Ethernet", 
		            "status": "Unknown", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [], 
		            "bind": false 
		        }, 
		        { 
		            "friendly": "Wi-Fi", 
		            "id": "en0", 
		            "name": "en0", 
		            "description": "en0", 
		            "type": "Ethernet", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [ 
		                "fe80::1c24:e81b:5f13:3dae", 
		                "2603:8000:e300:3a92:860:5c1d:ae22:6dd2", 
		                "2603:8000:e300:3a92:343f:90a0:7233:c134", 
		                "2603:8000:e300:3a92::1196", 
		                "192.168.1.38" 
		            ], 
		            "bind": true 
		        }, 
		        { 
		            "friendly": "awdl0", 
		            "id": "awdl0", 
		            "name": "awdl0", 
		            "description": "awdl0", 
		            "type": "Ethernet", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [ 
		                "fe80::e018:b7ff:fe5b:3628" 
		            ], 
		            "bind": true 
		        }, 
		        { 
		            "friendly": "llw0", 
		            "id": "llw0", 
		            "name": "llw0", 
		            "description": "llw0", 
		            "type": "Ethernet", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [ 
		                "fe80::e018:b7ff:fe5b:3628" 
		            ], 
		            "bind": true 
		        }, 
		        { 
		            "friendly": "utun0", 
		            "id": "utun0", 
		            "name": "utun0", 
		            "description": "utun0", 
		            "type": "Unknown", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [ 
		                "fe80::fd98:59f3:da79:41f8" 
		            ], 
		            "bind": true 
		        }, 
		        { 
		            "friendly": "utun1", 
		            "id": "utun1", 
		            "name": "utun1", 
		            "description": "utun1", 
		            "type": "Unknown", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [ 
		                "fe80::bb34:5061:787d:adca" 
		            ], 
		            "bind": true 
		        }, 
		        { 
		            "friendly": "utun2", 
		            "id": "utun2", 
		            "name": "utun2", 
		            "description": "utun2", 
		            "type": "Unknown", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [ 
		                "fe80::6ed3:cf78:67bf:80" 
		            ], 
		            "bind": true 
		        }, 
		        { 
		            "friendly": "utun3", 
		            "id": "utun3", 
		            "name": "utun3", 
		            "description": "utun3", 
		            "type": "Unknown", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [ 
		                "fe80::ce81:b1c:bd2c:69e" 
		            ], 
		            "bind": true 
		        }, 
		        { 
		            "friendly": "utun5", 
		            "id": "utun5", 
		            "name": "utun5", 
		            "description": "utun5", 
		            "type": "Unknown", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [ 
		                "fe80::742:f5af:c5d7:c01e" 
		            ], 
		            "bind": true 
		        }, 
		        { 
		            "friendly": "utun6", 
		            "id": "utun6", 
		            "name": "utun6", 
		            "description": "utun6", 
		            "type": "Unknown", 
		            "status": "Up", 
		            "bytes_received": "0", 
		            "bytes_sent": "0", 
		            "support_ipv4": true, 
		            "support_ipv6": true, 
		            "ips": [ 
		                "fe80::e4de:d9bc:ce9a:371d" 
		            ], 
		            "bind": true 
		        } 
		    ] 
		} 
		---------------------------- 
		ifconfig: 
		 
		lo0: flags=8049&lt;UP,LOOPBACK,RUNNING,MULTICAST&gt; mtu 16384 
		    options=1203&lt;RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP&gt; 
		    inet 127.0.0.1 netmask 0xff000000 
		    inet6 ::1 prefixlen 128  
		    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1  
		    nd6 options=201&lt;PERFORMNUD,DAD&gt; 
		gif0: flags=8010&lt;POINTOPOINT,MULTICAST&gt; mtu 1280 
		stf0: flags=0&lt;&gt; mtu 1280 
		anpi1: flags=8863&lt;UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500 
		    options=400&lt;CHANNEL_IO&gt; 
		    ether 3a:67:8f:bf:6e:85 
		    media: none 
		    status: inactive 
		anpi0: flags=8863&lt;UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500 
		    options=400&lt;CHANNEL_IO&gt; 
		    ether 3a:67:8f:bf:6e:84 
		    media: none 
		    status: inactive 
		en3: flags=8863&lt;UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500 
		    options=400&lt;CHANNEL_IO&gt; 
		    ether 3a:67:8f:bf:6e:64 
		    nd6 options=201&lt;PERFORMNUD,DAD&gt; 
		    media: none 
		    status: inactive 
		en4: flags=8863&lt;UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500 
		    options=400&lt;CHANNEL_IO&gt; 
		    ether 3a:67:8f:bf:6e:65 
		    nd6 options=201&lt;PERFORMNUD,DAD&gt; 
		    media: none 
		    status: inactive 
		en1: flags=8963&lt;UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST&gt; mtu 1500 
		    options=460&lt;TSO4,TSO6,CHANNEL_IO&gt; 
		    ether 36:28:59:6f:91:00 
		    media: autoselect &lt;full-duplex&gt; 
		    status: inactive 
		en2: flags=8963&lt;UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST&gt; mtu 1500 
		    options=460&lt;TSO4,TSO6,CHANNEL_IO&gt; 
		    ether 36:28:59:6f:91:04 
		    media: autoselect &lt;full-duplex&gt; 
		    status: inactive 
		bridge0: flags=8863&lt;UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500 
		    options=63&lt;RXCSUM,TXCSUM,TSO4,TSO6&gt; 
		    ether 36:28:59:6f:91:00 
		    Configuration: 
		        id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0 
		        maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200 
		        root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0 
		        ipfilter disabled flags 0x0 
		    member: en1 flags=3&lt;LEARNING,DISCOVER&gt; 
		            ifmaxaddr 0 port 8 priority 0 path cost 0 
		    member: en2 flags=3&lt;LEARNING,DISCOVER&gt; 
		            ifmaxaddr 0 port 9 priority 0 path cost 0 
		    nd6 options=201&lt;PERFORMNUD,DAD&gt; 
		    media: &lt;unknown type&gt; 
		    status: inactive 
		ap1: flags=8822&lt;BROADCAST,SMART,SIMPLEX,MULTICAST&gt; mtu 1500 
		    options=400&lt;CHANNEL_IO&gt; 
		    ether b2:57:4a:ff:0e:c6 
		    media: autoselect (none) 
		en0: flags=8863&lt;UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500 
		    options=6460&lt;TSO4,TSO6,CHANNEL_IO,PARTIAL_CSUM,ZEROINVERT_CSUM&gt; 
		    ether 72:83:6c:59:a6:39 
		    inet6 fe80::1c24:e81b:5f13:3dae%en0 prefixlen 64 secured scopeid 0xb  
		    inet6 2603:8000:e300:3a92:860:5c1d:ae22:6dd2 prefixlen 64 autoconf secured  
		    inet6 2603:8000:e300:3a92:343f:90a0:7233:c134 prefixlen 64 autoconf temporary  
		    inet6 2603:8000:e300:3a92::1196 prefixlen 64 dynamic  
		    inet 192.168.1.38 netmask 0xffffff00 broadcast 192.168.1.255 
		    nd6 options=201&lt;PERFORMNUD,DAD&gt; 
		    media: autoselect 
		    status: active 
		awdl0: flags=8863&lt;UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500 
		    options=6460&lt;TSO4,TSO6,CHANNEL_IO,PARTIAL_CSUM,ZEROINVERT_CSUM&gt; 
		    ether e2:18:b7:5b:36:28 
		    inet6 fe80::e018:b7ff:fe5b:3628%awdl0 prefixlen 64 scopeid 0xd  
		    nd6 options=201&lt;PERFORMNUD,DAD&gt; 
		    media: autoselect 
		    status: active 
		llw0: flags=8863&lt;UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500 
		    options=400&lt;CHANNEL_IO&gt; 
		    ether e2:18:b7:5b:36:28 
		    inet6 fe80::e018:b7ff:fe5b:3628%llw0 prefixlen 64 scopeid 0xe  
		    nd6 options=201&lt;PERFORMNUD,DAD&gt; 
		    media: autoselect (none) 
		utun0: flags=8051&lt;UP,POINTOPOINT,RUNNING,MULTICAST&gt; mtu 1500 
		    inet6 fe80::fd98:59f3:da79:41f8%utun0 prefixlen 64 scopeid 0xf  
		    nd6 options=201&lt;PERFORMNUD,DAD&gt; 
		utun1: flags=8051&lt;UP,POINTOPOINT,RUNNING,MULTICAST&gt; mtu 1380 
		    inet6 fe80::bb34:5061:787d:adca%utun1 prefixlen 64 scopeid 0x10  
		    nd6 options=201&lt;PERFORMNUD,DAD&gt; 
		utun2: flags=8051&lt;UP,POINTOPOINT,RUNNING,MULTICAST&gt; mtu 2000 
		    inet6 fe80::6ed3:cf78:67bf:80%utun2 prefixlen 64 scopeid 0x11  
		    nd6 options=201&lt;PERFORMNUD,DAD&gt; 
		utun3: flags=8051&lt;UP,POINTOPOINT,RUNNING,MULTICAST&gt; mtu 1000 
		    inet6 fe80::ce81:b1c:bd2c:69e%utun3 prefixlen 64 scopeid 0x12  
		    nd6 options=201&lt;PERFORMNUD,DAD&gt; 
		utun5: flags=8051&lt;UP,POINTOPOINT,RUNNING,MULTICAST&gt; mtu 1380 
		    inet6 fe80::742:f5af:c5d7:c01e%utun5 prefixlen 64 scopeid 0x14  
		    nd6 options=201&lt;PERFORMNUD,DAD&gt; 
		utun6: flags=8051&lt;UP,POINTOPOINT,RUNNING,MULTICAST&gt; mtu 1380 
		    inet6 fe80::e4de:d9bc:ce9a:371d%utun6 prefixlen 64 scopeid 0x15  
		    nd6 options=201&lt;PERFORMNUD,DAD&gt;
	 



	______________________________________________ 
	 
	NOTE:
 


	
		
			
				Got message to switch to silicon version as current version was to be no longer supported (imminently)
			
			
				Downloaded eddie-ui_2.24.6_macos-10.15_arm64_portable
			
			
				Unpacked &amp; unable to connect after multiple tweaks. Posted help request on Airvpn.
			
			
				Returned to "old" Eddie version: 2.24.6—Eddie OS build: macos_arm64
			
			
				Realised they are the save version. Baffled.]]></description><pubDate>Fri, 15 May 2026 22:01:32 +0000</pubDate></item><item><title>Connection timeouts on random websites</title><link><![CDATA[https://airvpn.org/forums/topic/80282-connection-timeouts-on-random-websites/?do=findComment&comment=262875]]></link><description>Hello, 
	 
	unfortunately the Caelum Server (Austria) went down today, so I have to use either Alderamin or Beemim. But with those two I have the frequent problem that websites are unreachable because of timeouts. This problem though only exists within AirVPN usage, the website itself is fine and reachable via my WAN route or other VPNs. 
	 
	I use AirVPN via WireGuard through my OpenWRT router. Just to be clear: the tunnel itself is fine, this also happened with multiple devices (this is the third OpenWRT router I use for this). This happens randomly, other websites are normally reachable and keep doing so, but a specific website not. The problem persists with this website for some time (usually a couple of days) , after this time passes it's somehow working. No changes made. 
	 
	I tried to comprehend the issue, but it's extremely difficult to troubleshoot. It seems like it's a combination of a DNS and route problem within AirVPN, but this is just a guess of mine. Very strict firewall rules on the OpenWRT router (no LAN to WAN forwarding, default route via VPN, strict no-leak setup) seem to make things worse, but I could not isolate this. Nowadays I use a less strict policy-routing setup. 
	 
	But this issue is very annoying. Together with more and more sites/services which block VPNs altogether, this problem makes AirVPN barely usable for me. I need a working server in Austria, and Alderamin/Beemim are not working so well for me. 
	 
	I tried searching for this problem, but did not find anything useful. Anything helpful would be appreciated. 
	 
	Edit: checking AirVPNs route tool, seems this time the site is not reachable from any server. So probably blocked. Maybe I jumped the gun too fast here, since the pattern was exactly the same as before. So take my description above with a grain of salt. 
	 
	Current example sites: jump25.at and kinder-guide.at</description><pubDate>Fri, 15 May 2026 18:30:04 +0000</pubDate></item><item><title>Someone Spamming X / Instagram?</title><link><![CDATA[https://airvpn.org/forums/topic/80266-someone-spamming-x-instagram/?do=findComment&comment=262845]]></link><description>Hello, 
 
It appears that someone may be spamming or attempting to hack into X.com or instagram through AirVPN, since my accounts were recently suspended or labeled for supposedly malicious behavior.  Today, one minute, I'm just reading x.com, the next minute I'm getting labeled, likely due to someone else misusing the VPN server.  Can those people stop that, or can the Admins figure out who is doing this and resolve this issue?  I like using this VPN, but it's unfortunate that others are causing this response from websites.  Thanks.</description><pubDate>Wed, 13 May 2026 17:31:50 +0000</pubDate></item><item><title>Can't get HighID on aMule...</title><link><![CDATA[https://airvpn.org/forums/topic/80265-cant-get-highid-on-amule/?do=findComment&comment=262844]]></link><description>I've opened ports here on AirVPN, the same ports are opened in my firewall on my server. Still I can't get HighID on aMule. The port tester shows the first, TCP, port as open while getting stuck on the two UDP-ports. And I have ports opened for Transmission and SLSKD which which shows as open. So I would assume it is a problem with UDP-ports here on AirVPN. Or am I completely wrong?</description><pubDate>Wed, 13 May 2026 16:31:12 +0000</pubDate></item><item><title>Importing wireguard configurations name error [Arch Linux]</title><link><![CDATA[https://airvpn.org/forums/topic/80263-importing-wireguard-configurations-name-error-arch-linux/?do=findComment&comment=262841]]></link><description>When I generate a wireguard configuration and then import the file with networkmanager,  I encountered this error 
	 
 

 
 
To fix this I had to rename the generated configurations files to a shorter name and without special characters. The error message isn't very clear, but something about those file names is invalid for wireguard imports. Once renamed, you can import the config 
 
I just saw that you have the solution here:  
https://airvpn.org/linux/wireguard/terminal/</description><pubDate>Wed, 13 May 2026 15:11:13 +0000</pubDate></item><item><title>LA server packet loss</title><link><![CDATA[https://airvpn.org/forums/topic/80236-la-server-packet-loss/?do=findComment&comment=262801]]></link><description>Hello, 
 
I'm curious what causes the brief 1-2 periods of packet loss in the 4 Los Angeles servers. It seems like half of the "issues history" page is just these 4 servers. I have my config set to Los Angeles and Fremont, and it almost always inevitably ends up stable on the Fremont server due to the LA health check problems.</description><pubDate>Tue, 12 May 2026 03:36:58 +0000</pubDate></item><item><title><![CDATA[WireGuard > Handshake timeout]]></title><link><![CDATA[https://airvpn.org/forums/topic/80190-wireguard-handshake-timeout/?do=findComment&comment=262729]]></link><description><![CDATA[Hello, 
For a while now, I’ve been getting “WireGuard &gt; Handshake timeout” errors, with the connection dropping and reconnecting several times a day. 
This has never happened to me before (I’ve been using AirVPN for several years). 
Any ideas? 
Thanks]]></description><pubDate>Fri, 08 May 2026 09:06:59 +0000</pubDate></item></channel></rss>
