From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: Your message of "Thu, 24 Oct 2013 21:23:25 +0200." <526973AD.8030605@zoho.com> References: <526973AD.8030605@zoho.com> Date: Thu, 24 Oct 2013 13:27:52 -0700 From: Bakul Shah Message-Id: <20131024202752.52C73B82A@mail.bitblocks.com> Subject: Re: [9fans] network support on virtualbox Topicbox-Message-UUID: 88562f02-ead8-11e9-9d60-3106f5b1d025 On Thu, 24 Oct 2013 21:23:25 +0200 Sakis Kasampalis wrote: > > Is there any chance of getting network (IP) support on virtualbox? My > adapter according to lspci is: Ralink corp. RT3090 Wireless 802.11n > 1T/1R PCIe [I am ssuming you are running VirtualBox on a linux box and you want a plan9 VM to have network access] Adapter type on the host doesn't matter. In VirtualBox settings->Network menu just enable network adapter. The easiest thing to do is to choose NAT which has some limitations (but you can forward some TCP ports if you want external access to your VM). You can also bridge to a host adapter if there is a DHCP server on your network. The settings that work for me on a macbookpro: attached to: bridged adapter name: en0: wi-fi(airport) adapter type: intel pro/1000 mt desktop You also need to do some configuration on the plan9 side. There is probably a better way to do this but I just add the following to /rc/bin/termrc.local ndb/cs -f $NDBFILE ip/ipconfig ndb/dns -r TIMESYNCARGCS=(-n pool.ntp.org) Also see http://plan9.bell-labs.com/wiki/plan9/Network_configuration/index.html