You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
TCP connection might cause extension process panics on Linux hosts. This is happening due to configuration in firewall rules to block kernel initiated RST messages for local network sockets that we use in NAT logic.
Start the extension and connect to another Codespace:
sudo gh net start
Make an HTTP request on another Codespace to the IP address defined in (2):
wget -d 173.17.0.1:3000
Notice that request sometimes successful, but subsequent http request to the same endpoint fail. Sometimes the CLI GUI may contain an error stack trace and network forwarding does not work anymore. Sometime the request fails even initially.
Expected behavior
HTTP request completes successfully without causing the extension process to panic. Subsequent HTTP requests to the same endpoint work as expected.
Desktop (please complete the following information):
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.15.0
PRETTY_NAME="Alpine Linux v3.15"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"
TCP connection might cause extension process panics on Linux hosts. This is happening due to configuration in firewall rules to block kernel initiated
RST
messages for local network sockets that we use in NAT logic.Reproduce steps
3000
Codespace:Expected behavior
HTTP request completes successfully without causing the extension process to panic. Subsequent HTTP requests to the same endpoint work as expected.
Desktop (please complete the following information):
Logs
local-side.log
remote-side.log
The text was updated successfully, but these errors were encountered: