forked from autotest/virt-test
-
Notifications
You must be signed in to change notification settings - Fork 0
CartesianConfigReference KVM redirs
Lucas Meneghel Rodrigues edited this page Sep 25, 2012
·
1 revision
Sets the network redirections between host and guest. These are only used and necessary when using 'user' mode network.
Example:
redirs = remote_shell guest_port_remote_shell = 22
A port will be allocated on the host, usually within the range 5000-6000, and all traffic to/from this port will be redirect to guest's port 22.
No other documentation currently references this configuration key.