From owner-freebsd-questions@freebsd.org Sun Sep 17 13:52:13 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2DFDE1348A for ; Sun, 17 Sep 2017 13:52:13 +0000 (UTC) (envelope-from zgreenfelder@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3849084641 for ; Sun, 17 Sep 2017 13:52:13 +0000 (UTC) (envelope-from zgreenfelder@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id e71so16735561wmg.4 for ; Sun, 17 Sep 2017 06:52:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=NxHxQPQIN+PD8fghX4dLm2/NDfUNPCNSJ9FcRIYfEE8=; b=BY2BfuDzNkUntEDUPXOk1UCtzW7HjbqsUG2PitggLmCbhWjyPHvLAEIVD5lW+laaGB aLhRyBnmTrtTNl4FlcSZ9UXxBIaeWyqxdmNd4G2lfZ5u61rqCfx4rcWluoEQAs0hcOlK UkQ8J8O1eskUvfAWDW953dx27BTR5HiLye5s4iYpmxvcMQ6QslvV//HkFQioAHv+9bJR jpLX7mx3liMwwp6R8R4/Nf8iiizsQTrx7D6dm9lxUP2S7wPP2VU0edawUw+cmxTJB5Ec OIi3I9/ZPitZXUPwYaOoJbBcY0noWAgORE+vkmH0ffNgkdL+lsgvoosHdt4xb+g04X/g lpWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=NxHxQPQIN+PD8fghX4dLm2/NDfUNPCNSJ9FcRIYfEE8=; b=iGagK5gu3wfcSvFJhE4vkwUMZloAqF5beV+VMBEuOF1xoSlwrh3RAPoM3PzCBm7qGF GjaROp/zMJYCC47gn7lrX47HMvB6RMDsyxKLg32ljEnvS41QYp0xtwMTt0NtKg006/3D +csA2nbVLKxyk5VYvU40gzBGSvjpg0+1+jk3p5bQuZFZNYTEemuMYFRmVVtmVZ/b1XbP aLdq6+HNW1kMKhUCRf7iajf4cyWNx6v0jeTOvql/gz8D4mPPp5fgJSYkj2nTOsysPA/3 eguHCyr2FYwtW9/nMcaxYmpdhSb8RP22vYkzl7MqEoAKhQul05dkOgakwK6vwQ5bmCCK Ccqg== X-Gm-Message-State: AHPjjUgF78/5TK5vXsOcGQOB4p/Z9hhsoFwK9SmZ0u03C3a1Ej0h64ve gyZdfdpitWlbKpOBHvfkDe80PRPMyZlNAoV80sk= X-Google-Smtp-Source: ADKCNb7Em/CJLOgVjfEiUmnshuQfoV+iLJWj+XeKX9q8TQBlLaYSqgirFP9UoiVk+kcEQB5mOyfa5SkBB7aezy8Pb3k= X-Received: by 10.80.217.195 with SMTP id x3mr16905506edj.258.1505656331413; Sun, 17 Sep 2017 06:52:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.171.130 with HTTP; Sun, 17 Sep 2017 06:52:10 -0700 (PDT) In-Reply-To: References: From: zGreenfelder Date: Sun, 17 Sep 2017 09:52:10 -0400 Message-ID: Subject: Re: which network protocol should I choose ? NAT or BRIDGED ADAPTOR in virtual machine ? To: manash pal , freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2017 13:52:13 -0000 I think you need to work on your question On Sun, Sep 17, 2017 at 4:53 AM, manash pal wrote: > > kindly let me know that which network protocol should I choose ? NAT or > BRIDGED ADAPTOR in virtual machine ? can I use it as a dual boot with > windows 10 ? that's somewhat similar to asking 'should I buy a subcompact car or a truck?' the only real answer anyone could give would be 'maybe' NAT means the hypervisor running the machine does Network Address Translation and all network connections for the vm are masqueraded as the hypervisor - any connections to other servers would seem to originate from your machine running virtualbox and no direct connections could be made to your VM from any other host. bridge adapter is like a second, virtual adapter is connected to the same physical wire as your hypervisor, giving it the same access to the same network as the machine running virtualbox. I don't understand what you're asking with the second part about dual booting. > > any help would be appreciated . > -- > Using Opera's mail client: http://www.opera.com/mail/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Even the Magic 8 ball has an opinion on email clients: Outlook not so good.