Thread: Virtualbox
i installed oracle vm virtualbox in computer pc having win 7 ultimate os , connected lan. installed ubuntu 11.04 desktop inside virtualbox allow file sharing using samba. followed steps/tutorial below ubuntu website configure samba, cannot view ubuntu pc when browse nework .
possibly went wrong ? need on this.
whole tutorial tried follow no luck
setup samba server in ubuntu
this tutorial will teaching how setup samba server on ubuntu. using samba server share files between ubuntu , windows computers, 1 of best , easiest ways accomplish this. lets started , install required packages running following command.
sudo apt-get install samba
this should install required packages still need configure samba server lets open smb.conf in gedit.
sudo gedit /etc/samba/smb.conf
now lets change following 2 values in samba server config.
workgroup = workgroup
at bottom of samba server config add , modify needs.
[share]
comment = ubuntu file server share
path = /srv/samba/share
browsable = yes
guest ok = yes
read = no
create mask = 0755
now thats left create samba server directory , restart samba services, go open terminal , run following commands.
sudo mkdir -p /srv/samba/share
sudo chown nobody.nogroup /srv/samba/share/
sudo restart smbd
sudo restart nmbd
congrats! have functional ubuntu samba server!
i think need set network settings in virtualbox give vm bridged network connection instead of nat (which default).
Forum The Ubuntu Forum Community Ubuntu Specialised Support Virtualisation [ubuntu] Virtualbox
Ubuntu
Comments
Post a Comment