-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allows you to specify the ip spice/vnc listens on #100
base: master
Are you sure you want to change the base?
Conversation
use the option "listen-ip": "some.ip" in the vm json
Hi Josh, it doesn't appear that you have signed the CLA yet. Before we can take a look at this we'd need you to sign it. More information here: http://wiki.smartos.org/display/DOC/Contributing+to+SmartOS |
Hi, my company (Elysium Digital), has signed the CLA. I was told this was enough. Is this not accurate? |
Ah, yes, if they have, then that covers it. Sorry, there's not a good way to map github user to company. |
I wanted to ping on this. What do I need to do to get this accepted? I remember getting a list and forgetting it. Someone on the mailing list could apparently use this :) |
To get this patch accepted should we rebase it to the current master branch? |
Add noinstall grub entry to build_iso
…og config for GZ persistently.
…n_ip Conflicts: src/vm/node_modules/VM.js
use the option "listen-ip": "some.ip" in the vm json
bump, this would be a very welcome addition! |
The hope is for this patch to be re-implemented after IPv6 support makes it into SmartOS. |
use the option "listen-ip": "some.ip" in the vm json to change which ip the vnc/spice connection is listening on,
Note: will continue to use the previous behavior if this is not specified in the json.