Skip to content

Commit 7e8016a

Browse files
authored
Merge pull request #301 from rancher-sandbox/test-priv-port
Enable testing of forwarding privileged ports to 127.0.0.1
2 parents 7059017 + f1f1e8e commit 7e8016a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hack/test-port-forwarding.pl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,9 @@ sub JoinHostPort {
245245
# forward: :: 3032 → ipv4 2032
246246
# forward: ::1 3033 → ipv4 2033
247247
248-
# Forwarding privileged ports to 127.0.0.1 does not work yet
249248
- guestPortRange: [300, 309]
250249
251-
# Hostagent will try to setup forward, but ssh will fail to bind to port
252-
# skip: 127.0.0.1 300 → 127.0.0.1 300
250+
# forward: 127.0.0.1 300 → 127.0.0.1 300
253251
254252
- guestPortRange: [310, 319]
255253
hostIP: 0.0.0.0

0 commit comments

Comments
 (0)