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
I documented this issue with iVPN here: ivpn/desktop-app#278 since an iVPN account is required to troubleshoot this.
I'm not sure whether this issue pertains to iVPN, or to lima, trellis or even something upstream. I imagine it's between lima and iVPN, but each team has their own specialised knowledge of their product and may have an angle that could shed some light. Please let me know what I can do to help troubleshoot, such as further info/tests.
The issue
Even with the usual IP range "exceptions" confugured, when spinning up boxes using lima, the ssh connection is refused which causes connectivity problems. I am using Trellis as a wrapper for lima.
Description
I documented this issue with iVPN here: ivpn/desktop-app#278 since an iVPN account is required to troubleshoot this.
I'm not sure whether this issue pertains to iVPN, or to lima, trellis or even something upstream. I imagine it's between lima and iVPN, but each team has their own specialised knowledge of their product and may have an angle that could shed some light. Please let me know what I can do to help troubleshoot, such as further info/tests.
The issue
Even with the usual IP range "exceptions" confugured, when spinning up boxes using lima, the ssh connection is refused which causes connectivity problems. I am using Trellis as a wrapper for lima.
Steps to reproduce:
brew install roots/tap/trellis-cli
trellis new example.com
trellis vm start
limactl start example.com --debug
Observed Results:
Connection refused at ssh stage
Log...
limactl start example.com --debug > output.log 2>&1
Expected Results:
The normal IP address exceptions allow the connection to proceed
Log...
ivpn firewall -off
limactl start example.com --debug > firewall-off.log 2>&1
Relevant Code:
The text was updated successfully, but these errors were encountered: