Closed briprowe closed 11 years ago
Example: to configure an adapter that port forwards the host's port 8080 to the guest's port 80:
(configure-network machine {:attachment-type :nat :nat-rules [{:name "http", :protocol :tcp, :host-ip "", :host-port 8080, :guest-ip "", :guest-port 80}]})
Example: to configure an adapter that port forwards the host's port 8080 to the guest's port 80: