-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to send centos packets on the MAC. Procedure #341
Comments
fwknop --destination $IP --access tcp/25002,udp/25002 --server-port 25005 --key-base64-rijndael $KEY1 --key-base64-hmac $KEY2 --source-ip --verbose
[-] WARNING: Should use -a or -R to harden SPA against potential MITM attacks
SPA Field Values:
=================
Random Value: 1116472761702543
Username: xr
Timestamp: 1641613567
FKO Version: 3.0.0
Message Type: 1 (Access msg)
Message String: 0.0.0.0,tcp/25002,udp/25002
Nat Access: <NULL>
Server Auth: <NULL>
Client Timeout: 0
Digest Type: 3 (SHA256)
HMAC Type: 3 (SHA256)
Encryption Type: 1 (Rijndael)
Encryption Mode: 2 (CBC)
Encoded Data: xxxxxxxx
SPA Data Digest: xxxxxxxx
HMAC: xxxxxxxx
Final SPA Data: xxxxxxxx
Generating SPA packet:
protocol: udp
source port: <OS assigned>
destination port: 25005
IP/host: $IP
send_spa_packet: bytes sent: 225
|
+1 macOS 12.3.1 does not send UDP packets out for me.
|
@basbebe If yes, check if firewall software is installed I uninstalled Little Snitch and it works fine, including the newer M1 |
@XRSec Even after disabling little snitch and the macOS firewall, no udp packet gets sent by Using |
@basbebe If you install this software, there will be this problem, but it is useless to disable it. You need to uninstall it completely. Please download the installation package and choose to uninstall the kernel module during the installation process. |
@XRSec Thanks for pointing this out, I will give it a try. Though I don't want to do without little snitch so I might have to forego |
hi, is there any new tool to replace this tool? |
Honestly, Wireguard in UDP mode with a preshared key essentially provides the same protections. |
@jp-bennett tks |
ervery one, this message is latest Hello,
I have talked again to our developers about this and we did some testing.
We assume that you're trying to use a port range of like 25000 here. We only prevent DPI for ports above 49152, the default is above 60000. When we do DPI we change the timing and thus prevent fwknop from working. Rules don't help because we haven't a name. On Ventura, once Apple reliably comes up with a name, that shouldn't be a problem.
Kind regards from Vienna,
Benjamin Gangl
--
Objective Development Software GmbH
[https://obdev.at](https://www.obdev.at/)
https://twitter.com/littlesnitch
https://twitter.com/launchbar
https://twitter.com/micro_snitch |
macos error
# centos tcpdump udp port 25005
ubuntu success
# centos tcpdump udp port 25005
The text was updated successfully, but these errors were encountered: