-
Notifications
You must be signed in to change notification settings - Fork 62
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 #13
Conversation
Can you explain more on the difference between |
Main difference is that machines with NAT type NICs get the same ip, and
can't communicate, but natnetwork is a virtual network, e.g. all machines
on this network are behind virtual router, they get different ips and can
communicate with each other
…On Fri, 25 Oct 2019, 04:42 Nevill, ***@***.***> wrote:
Can you explain more on the difference between NAT and NATNetwork? From
the manual <https://www.virtualbox.org/manual/ch06.html>, it seems NATNetwork
= NAT + Hostonly, right?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13?email_source=notifications&email_token=AACC2IK6ZRGUKDF6M6F3TI3QQJFITA5CNFSM4JESCSH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECG5GNQ#issuecomment-546165558>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACC2INX2ZS4DUEJ7RUYQXLQQJFITANCNFSM4JESCSHQ>
.
|
@nevill Can you check PR? Thanks |
Hi folks, I'm interested in getting this functionality merged in. 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? |
Closing in favour of #18, as stated in terra-farm/terraform-provider-virtualbox#82 (comment) |
Initial support for creating, configuring and destroying virtualbox nat networks.