lxc port forwarding doesn't work #1292
-
My lima guest is ubuntu-lts with lxd installed via snap. Set up port forwarding via lxc network forward create lxdbr0 127.0.0.1
lxc network forward port add lxdbr0 127.0.0.1 tcp 2222 10.127.122.108 22 then journalctl -f:
|
Beta Was this translation helpful? Give feedback.
Answered by
AkihiroSuda
Jan 11, 2023
Replies: 1 comment
-
Unsupported, as the port forward detection is currently hardcoded for CNI lima/pkg/guestagent/iptables/iptables.go Lines 20 to 34 in 45ca822 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
onsails
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unsupported, as the port forward detection is currently hardcoded for CNI
lima/pkg/guestagent/iptables/iptables.go
Lines 20 to 34 in 45ca822