-
Notifications
You must be signed in to change notification settings - Fork 111
QETH networking with utun devices on macOS #736
Copy link
Copy link
Open
Labels
AApple reported or Apple-only issue (i.e. something that doesn't seem to occur on Windows or Linux.)Apple reported or Apple-only issue (i.e. something that doesn't seem to occur on Windows or Linux.)EnhancementThis issue does not describe a problem but rather describes a suggested change or improvement.This issue does not describe a problem but rather describes a suggested change or improvement.HELP!Help is needed from someone more experienced or I'm simply overloaded with too much work right now!Help is needed from someone more experienced or I'm simply overloaded with too much work right now!RelatedThis issue is closely related to another issue. Consider this issue a "sub-issue" of the other.This issue is closely related to another issue. Consider this issue a "sub-issue" of the other.
Description
Metadata
Metadata
Assignees
Labels
AApple reported or Apple-only issue (i.e. something that doesn't seem to occur on Windows or Linux.)Apple reported or Apple-only issue (i.e. something that doesn't seem to occur on Windows or Linux.)EnhancementThis issue does not describe a problem but rather describes a suggested change or improvement.This issue does not describe a problem but rather describes a suggested change or improvement.HELP!Help is needed from someone more experienced or I'm simply overloaded with too much work right now!Help is needed from someone more experienced or I'm simply overloaded with too much work right now!RelatedThis issue is closely related to another issue. Consider this issue a "sub-issue" of the other.This issue is closely related to another issue. Consider this issue a "sub-issue" of the other.
NOTE: issue #771 (TCP/IP Network is not present and not supported on macOS OSX) is also closely related to this issue.
QUICK QUESTION: Can Hercules automatically create a utun device on macOS? I heard
tuntaposxdoesn't work with newer versions of macOS (and I'm not keen to install akextanyway), but macOS providesutundevices for this use case.Can Hercules create these devices? I've not been able to find much info on how to create them myself. I've tried
ifname utun9but Hercules can't create it.sudo ifconfig utun9 createfails withifconfig: SIOCIFCREATE2: Invalid argument.My end goal is to configure a QETH network on macOS. I'm on macOS 15. I believe the info on the website is outdated also, as macOS doesn't use
/dev/tunanymore.