Netcat not working with localhost

58 views
Skip to first unread message

Rich Walsh

unread,
Feb 2, 2026, 9:45:46 AMFeb 2
to ql...@googlegroups.com
Is this a Tahoe thing, or have I forgotten how to do everything today? This won’t work for me anymore:

do shell script "echo '/go' | nc -u -w 0 localhost 53535"


I have to force IPv4 now:

do shell script "echo '/go' | nc -4 -u -w 0 localhost 53535"


I can also use an explicit IP address such as 127.0.0.1, or the ones listed in the OSC Access settings.

Thanks.

Rich

Paul

unread,
Feb 4, 2026, 5:27:08 AMFeb 4
to QLab
I've got the same thing on 13.7.8 Ventura, now have to use

do shell script "echo '/go' | nc -4 -u -w0 localhost 53535"

looks like netcat now default to IPv6  so need to explicitly specify v4;  I guess it's a recent update.

Rich Walsh

unread,
Feb 4, 2026, 5:59:00 AMFeb 4
to ql...@googlegroups.com
Strange that it should suddenly start impacting Ventura (macOS 13) when that is relatively old and I think this technique worked on Sequoia (macOS 15) last time I tested it. Research suggests that Apple have been pushing for IPv6 to be preferred over IPv4 for quite a while, but I can’t find a decisive update that would have broken this behaviour for multiple OS versions.

Could it be that QLab has stopped listening on IPv6? Maybe it never has?

It’s an annoying silent failure to be aware of when dusting off old code that used to work! Maybe 127.0.0.1 would have been a better destination all along. I think I’ll switch to that from now on.

Rich

Chris Ashworth

unread,
Feb 4, 2026, 8:23:59 AMFeb 4
to ql...@googlegroups.com
That’s correct — QLab doesn’t listen on IPv6.

-C
--
Contact support anytime: sup...@figure53.com
User Group Code of Conduct: https://qlab.app/code-of-conduct/
 
Instagram: https://www.instagram.com/Figure53
TikTok: https://www.tiktok.com/@QLab.app
Bluesky: https://bsky.app/profile/qlab.app
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qlab/9838DC9E-3A2D-4459-BE71-9AAC11F15663%40mac.com.
Reply all
Reply to author
Forward
0 new messages