No Connectivity to Local Resources
Describe the bug I am unable to connect to resources local to my device
Reproduce steps Steps to reproduce the behavior:
- Install
ghandgh-neton macOS - Launch a GitHub Codespace with following definition
{ "name": "devcontainer", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/devcontainers/features/common-utils:1": { "installZsh": "true", "installOhMyZsh": "true", "upgradePackages": "true", "nonFreePackages": "false" }, "ghcr.io/devcontainers/features/sshd:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {} } } - Start
gh-neton macOSgh net start --codespace ${CODESPACE_NAME} --trace trace --trace-dest ~/codespace-trace.log
Expected behavior Connections from GitHub Codespace to local resources work, e.g. SSH to A.B.C.D
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: macOS
- Version: 13.0
- Platform architecture: Apple M1
Additional context I have disabled the macOS firewall
Logs
I've dumped my local gh-net log to https://gist.github.com/jacobwoffenden/638a8502792bb88e993c92978ed87f4f, please let me know what specific log you would like from the GitHub Codespace
@jacobwoffenden, the scenario you describe is different from the main flow we've intended to support with this tool, but I'm getting more and more requests to support this, so I will prioritize it.
Could you share more info on how you would expect to reach the local resources? e.g. would you like a reserved DNS name for that, or would you want to request a specific IP address of your machine's network interface IP address?
Related issue: https://github.com/github/gh-net/issues/44
Hey @legomushroom,
Apologies if I've misunderstood or worded my issue incorrectly!
Based on:
This GitHub CLI extension allows you to bridge the network between a Codespace and your local machine, so the Codespace can reach out to any remote resource that is reachable from your machine
I assumed I could:
- Start a GitHub Codespace
- Fire up
gh neton my MacBook - Connect from GitHub Codespace to something local to my MacBook
Redoing my test, I've:
- Created a GitHub Codespace with the default definition
- Installed and setup
ghandgh net - Initiated
gh netto my GitHub Codespace - Tried to SSH from GitHub Codespace to a machine on the network local to MacBook
In the screenshot, you can see the resolved DNS entries for the machine I'm trying to SSH into
Output of the log:
2022-12-05T22:30:51.564298Z INFO network: connected ""
2022-12-05T22:30:51.564736Z INFO network: connected ""
2022-12-05T22:31:02.360230Z INFO resovle-job: DNS hostname solicitation: [Question { qname: Name("vortex.data.microsoft.com"), prefer_unicast: false, qtype: A, qclass: IN }]
2022-12-05T22:31:02.360230Z INFO resovle-job: DNS hostname solicitation: [Question { qname: Name("vortex.data.microsoft.com"), prefer_unicast: false, qtype: AAAA, qclass: IN }]
2022-12-05T22:31:49.995939Z INFO resovle-job: DNS hostname solicitation: [Question { qname: Name("az764295.vo.msecnd.net"), prefer_unicast: false, qtype: A, qclass: IN }]
2022-12-05T22:31:49.995939Z INFO resovle-job: DNS hostname solicitation: [Question { qname: Name("az764295.vo.msecnd.net"), prefer_unicast: false, qtype: AAAA, qclass: IN }]
2022-12-05T22:31:52.202945Z INFO resovle-job: DNS hostname solicitation: [Question { qname: Name("mobile.events.data.microsoft.com"), prefer_unicast: false, qtype: A, qclass: IN }]
2022-12-05T22:31:52.202945Z INFO resovle-job: DNS hostname solicitation: [Question { qname: Name("mobile.events.data.microsoft.com"), prefer_unicast: false, qtype: AAAA, qclass: IN }]
2022-12-05T22:36:08.840137Z INFO resovle-job: DNS hostname solicitation: [Question { qname: Name("nuc01.int.bny.woffenden.net"), prefer_unicast: false, qtype: AAAA, qclass: IN }]
2022-12-05T22:36:08.840137Z INFO resovle-job: DNS hostname solicitation: [Question { qname: Name("nuc01.int.bny.woffenden.net"), prefer_unicast: false, qtype: A, qclass: IN }]
I join the question, to me it seems the exact use for gh-net? Having the same issue though
@legomushroom just checking in to see if there are any others logs or diagnostics I can collect for you?
I'm getting the same issue, there is no routable traffic on the NAT side of the TUI
I've tried a bunch of workaround and downgrading gh-net but nothing is working...
FWIW I (and I think the original author of this issue) are just using GH net to access any resources private to our macbook, not just "local" ports.