-
Notifications
You must be signed in to change notification settings - Fork 135
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
Nat network support #82
Conversation
Please take a look at the failing CI @isage. |
It states right there in description that it requires terra-farm/go-virtualbox#13 of course it will fail otherwise. |
Sorry, I missed that. |
I just compiled the code (of course with terra-farm/go-virtualbox#13) and everything works well. The thing is, in NAT Network, we cannot connect to the VM directly. But, usually terraform provisioners require a network connection to control it. Is there any work-around? Like providing a port forward resource and using it as connection? |
I'm not sure of usage cases (i was contracted to implement nat network
support), but yeah, nat network supports port forwarding, so it should be
doable ( in separate pull request)
…On Sun, 3 Nov 2019, 18:17 Nevill, ***@***.***> wrote:
I just compiled the code (of course with terra-farm/go-virtualbox#13
<terra-farm/go-virtualbox#13>) and everything
works well.
The thing is, in NAT Network, we cannot connect to the VM directly. But,
usually terraform provisioners require a network connection to control it.
Is there any work-around? Like providing a port forward resource and using
it as connection?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#82?email_source=notifications&email_token=AACC2IIYDYTO5JJOKRAI6HLQR3TQXA5CNFSM4JESDEQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5VCHY#issuecomment-549146911>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACC2IM66K7MHDGMFN6D5NTQR3TQXANCNFSM4JESDEQA>
.
|
I think need use NAT Network with Host-only Network. |
@patsevanton In this case, |
Yes, I understand the difference. I'd like to use NAT Network if the connection problem mentioned above gets resolved. |
Hello! may be merge PR? |
Hi folks, I'm interested in getting this functionality merged in (in addition to the go library PR). Is there anything else that needs to be done for this, except for rebasing and resolving conflicts? @isage are you still interested in picking this up, or should I create a new PR to pickup the work in? |
I'm not interested, so go ahead. Same goes for go-virtualbox.
…On Mon, May 10, 2021, 01:48 jpts ***@***.***> wrote:
Hi folks, I'm interested in getting this functionality merged in (in
addition to the go library PR <http:///terra-farm/go-virtualbox/pull/13>).
Is there anything else that needs to be done for this, except for rebasing
and resolving conflicts?
@isage <https://github.com/isage> are you still interested in picking
this up, or should I create a new PR to pickup the work in?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#82 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACC2IJHZEPRJHT2DSH6O3DTM4GKZANCNFSM4JESDEQA>
.
|
Closing in favour of #103. |
Add support for virtualbox nat networks as a resource and natnetwork type for NICs
E.g.:
Requires terra-farm/go-virtualbox#13