Ubuntu Networking :: Vmware - Finding / Mapping Network Shares In Win7 Guest On 10.10 64 Bit
Jan 23, 2011
finding / mapping network shares on Win 7 guest in vmware. I am running 10.10 64 bit ubuntu and installed vmware workstation 7 (64 bit version). I created and installed win 7 (ultimate) vm. everything is good so far. The issue is I have a second desktop with ubuntu and I have shared 4 drives on that desktop. I want those shared available to the win 7 guest. And even after enabling the shared folders I do not see them.
Note: I have a shared folder on the same machine where I have vmware installed and win7 has assess to that drive.. its just that the shares on network are not available. Note2: i had virtualbox installed and it worked fine.
I have Samba guest shares working - win7 and android tablet see the shares. However, a media player just reports No Folders Found. The media player can see Win7 and Android samba shares. Here's the testparm -s
I am not able to connect to the internet via Ubuntu guest in Vmware Workstation. Here is the ipconfig:
Here is the ifconfig -a:
I have the vmware os settings to connect through a nat connection and I am able to ping domains however I am unable to open a page in either firefox or chrome.
I have been using VMware Player for some time to host Fedora VMware images on Windows XP. I have been using Fedora 11 and 12 (both 32 and 64 bit) and recently started to use Fedora 13.
I use as a base the images provided by thoughtpolice. http://www.thoughtpolice.co.uk/
I usually install VMware tools and also keep the images updated (yum update) which sometimes changes the kernel.
I have recently had problems with the snapshots not having a network when I restore them. So far I don't have the problem with Fedora 11 and do have it with Fedora 12 (but used not to). I do have it with Fedora 13.
In each case the problem goes away when I uninstall the VMware tools and comes back when I install them again.
One of the symptoms is that SElinux complains about not being able to do something with /var/run/vmware-active-nics.
It looks to me that something is incorrect in the actions being taken when the snapshot is being restored. It does not happen every time and sometimes the network restores itself.
The network can be restored by rebooting the image.
This is the first time I have run into issues mounting windows shares but I really can't figure this out. Can someone put me out of my windows misery please.
First off, last week I rebuilt my work PC fromWIN7 32bit to WIN7 64bit since then I can no longer mount the window share on my ubuntu server:
I recreated my windows share called "Linux" and used the properties, advanced sharing and added everyone, full access and my domain account full access.
If I browse to \ipaddress I can see my share and access it. From a XP machine I can see the share and access it.
From linux I use the same mount point as before, /linux I use the same fstab and it fails
Code:
I try this manually now:
Code:
Next I try to mount it:
Code:
I looked at my firewall rules and they seem ok.
Next test was connecting to my 2nd pc on windows XP no probs mounted first time.
I'st just installed 10.10 on Virtual Box. I'm trying to map some windows drives (On the host) permanently. Using Places->Connect To Server etc I can connect to my windows box no problem and see the directories etc in Nautilus (2.32.0) all ok.But rebooting the system results in my having to log in again - I've looked atis that the only what to get this to work permanently?Also, and more importantly K-Develop (And possibly others) can't see this mapped drive when I want to open a file from it? What would be the problem here?
I have some samba shares working where all I did was right click on the folder, enable sharing and enable guest access. These work fine.
However, when I tried to use the manual way:
[URL]
to create samba shares, so that they would be password protected, I cant access them. In windows 7, the shares are visible so I click them, click "use another account" and type in my samba name and password I created, but I can't access them.
Here is smb.conf
Code: # # Sample configuration file for the Samba suite for Debian GNU/Linux. # #
I'm running Ubuntu 9.1 i386 in test with Vmware 2.0.2. I used Radu Cotescu's patch and instructions to get vmware installed. Everything seems to be running fine in the guest machine (CentOS 5), except I can't ssh from the Ubuntu host to the guest machine.
This guest is a clone of one that is running under on my Ubuntu 8.1 host and networking is fine there. I'm wondering if there were changes to routing or bridging in Ubuntu 9.1 to cause this. I've been digging through google for a while, but haven't seen others reporting any issues. This is definitely particular to Karmic Koala though.
The host's routing table is:
Code:
Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 * 255.255.255.0 U 2 0 0 wlan0 192.168.0.0 * 255.255.255.0 U 0 0 0 vmnet3
[code]....
My routing table on the Ubuntu 8.1 host differs by the link-local line only, and the guests are exactly the same.I can ssh from the guest into the host, as 192.168.0.2 is the hosts ip on the vm network. The host should be able to ssh to the guest as it does in Ubuntu 8.1.
I'm trying to get my Ubuntu computer to connect my Windows 7 shares. I do have Samba installed and it can "see" my Windows 7 computer...however, I cannot connect to the machine. I think I've heard some issues with the way how Windows 7 deals with networking now and Samba doesn't work with Windows 7 now or something? If possible, I can always use an NFS server and client for my Windows 7 computer.
I have VMWare on a notebook, guest Windows running on Linux host. The network in that virtual machine is configured as NAT. I want to share/transfer files from Linux (host) to Windows (guest). So I leave sshd always running on the notebook, I go into Windows and run an SSH/SFTP program. My Wifi router has address 192.168.1.1, my desktop has address 192.168.1.2 and my notebook has address 192.168.1.3. On the notebook, that SSH/SFTP program connects to 192.168.1.3 (i.e. the notebook itself) and everything works fine. But it's a notebook, and when I leave home with it, 192.168.1.3 is no longer accessible. How can I let the guest OS connect to the host OS when I'm away from my Wifi network?
Since "upgrading" (ha!) to lucid I have had a number of problems that I am working my way through. The latest is accessing samba shares from a Win7 PC. It takes minutes to open the requested share from the Windows 7 PC. File transfers, once the directory is accessed, can be measured in bytes. It is an absolute trickle.
AFAIK the smb.conf is unchanged and, in any case, there is no problem accessing the shares from another linux PC.
I am running VMware workstation on a Linux host and WinXP guest using NAT. I have shared a folder on WinXP, and I am able to mount it on the linux host with: mount -t smbfs -o username=Administrator,password=mypasswd //192.168.100.129/Shared /mnt/tmp This works fine. However, I want to mount the same folder from a different linux machine (not the host).
I added port forwarding in /etc/vmware/vmnet8/nat/nat.conf: [incomingtcp] #445 = 192.168.100.129:445
If I run: mount -t smbfs -o username=Administrator,password=mypasswd //external_ip_number/Shared /mnt/tmp
I am getting: mount error 112 = Host is down Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
It doesn't work even if I try the above command from the linux host itself. It only works if I use the internal IP number. I suspect vmware is not forwarding port 445 but I am not sure how to verify it. I am not running smbd on the linux host, in case that make any difference. I didn't think that was required because the server is really on the WinXP and the linux is just a client.
I do not have any shares setup on my home network so this has never been a big deal to me. My mother finally took enough interest in my operating system to allow me to dual boot 3 of her computers. Everything was up and running like a charm and then she asked "What about connecting to the file server?"
I click on "network" under nautilus and start clicking around - no where in here is the file server that every Windows system on the network can see (5 or so other systems with xp/vista/7 on them - so I know the share works). A small bit of time and some command life foo later I had hunted down and manually mounted the share and added and fstab entry for the drive so my mother would never have to go through that on her own.
That being said - did I do things the hardway here? Can someone please tell me there is an easy method that successfully detects and connects to samba shares without having to resort to CLI? Personally I do not mind doing this, but it is an issue when I am installing Linux for a beginner.
have a workstation, that, even after a fresh reboot, has a constant network activity.I used Wireshark on the machine, and i saw there is a constant HTTP trafic(even after a fresh reboot).I just know that my local TCP/44188 port is used to send the HTTP trafic to the web server on Internet.However; I don't know which process is doing that.How can I identify the binary responsible for using this particular TCP port and sending data?
In my university linux lab I have access to a linux network drive where I save programming code.I have ubuntu as a guest in virtualbox on my xp computer in my dorm. How can I map the linux network drive to ubuntu for use in virtualbox? I already have it mapped in windows, but can't get it mapped in ubuntu / virtualbox
I am running Ubuntu 9.10 and Windows 7 (Wubi). Windows Networking shows all devices on the network (computers, routers, etc). Is there a way to get Ubuntu to do this (Would prefer GUI)?
I've been trying to understand how Linux creates the network/interfaces on a machine (been reading the Linux admin guide), but as I'm pretty new to this subject, I've got lost in the forest.
To provide with my goal: 1.) Learn about network setups on Linux 2.) Be able to maintain my own (virtual) network 3.) Configure my (virtual) network
I just upgraded to the newest VirtualBox, version3.2.4.r62467 and installed Ubuntu 10.4/64 guest on an Ubuntu 9.10/64 host. I installed the guest additions and set 3 shared drives. I can see them in the "machine folders" names, paths and access modes in the "shared folders" dialog. But, when I try to write to them, I always get Permission Denied!
I mounted it as root: mount -t vboxsf tera /vb/tera It shows up in mtab: root@ubu-10:/vb# grep tera /etc/mtab tera /vb/tera vboxsf rw 0
I can see the listing: root@ubu-10:/vb# ls /vb/tera bak Recycled <snip>
But, the permissions are wrong and can not be corrected. Chmod and chown are ignored?! root@ubu-10:/vb# ll /vb | grep tera drwxr-xr-x 1 root root 12288 2010-05-04 09:42 tera/ root@ubu-10:/vb# chown brianp /vb/tera root@ubu-10:/vb# chmod 775 /vb/tera root@ubu-10:/vb# ll /vb | grep tera drwxr-xr-x 1 root root 12288 2010-05-04 09:42 tera/
I am running as root: root@ubu-10:/vb# whoami root The VB shared folders dialog, machine folders shows /tera with access Full. /etc/mtab confirms that it is rw
I own it on the host: brianp@trex:~$ ll / | grep tera drwxr-xr-x. 16 brianp root 12K 2010-05-04 09:42 tera Why can't I write to it?
Have been configuring fedora 14 to connect to a windows domain server and have been successful so far....am now on mapping network drives when the user logs in via the gnome gui.
If there is a better method of mapping network drives on login
After reading up on PAM_MOUNT and using that for mapping drives on login I have been able to successfully map them, but it doesn't do this automatically on gnome login.
Problem is as follows: It works when i connect / login using the terminal but requires me to enter the password once (even when i logged into the user account on gnome).
How I want it to work:I would like the mapping to occur when i login via gnome so that i dont have to open a terminal once logged in to gnome to map the network drives. I would like it to login without having to type the password again as the user is already logged in
Home network with 3 Win7 boxes and one elderly Fedora 11 box (heloise) which has been running Samba well for several years. I've just built and started configuring a new Fedora 14 box (abelard) to replace heloise, but can't get the Win7 boxes to see shares on it.
Windows Explorer on the Win7 boxes can see abelard, and they can see the two shares I've created on it, but if I double-click on a share I get the "Windows cannot access" dialog.
I've set a Samba password for one user (ralph), the same as that user's login password, and set the "smb password file" entry to point to the resulting .tdb file.
All IP addresses are static (via Static DHCP), everybody can ping everybody, I can ssh from a Win7 box to abelard via Putty, and the network operates cleanly in all other respects. Here's my smb.conf:
# Samba config file created using SWAT # from UNKNOWN (127.0.0.1) # Date: 2011/05/07 11:25:27 [global] workgroup = MSHOME
In our current setup Win 7 users get prompted for a user-name and password which they don't need, and I have even tried root password. so I think i need to upgrade my samba server.
I'm running Ubuntu 9.10. I am hooked into my home network with several windows machines attached. On a daily basis I browse the network and use network shares. Today, I can't. Today I can't see any other machines from ubuntu. I haven't changed any settings in Ubuntu, and nothing has been changed on the network, but yesterday it worked fine and today it doesn't.
I just installed a F12 server at home, replacing a FC9 server that ran samba to share media files. I had no problems connecting to samba on FC9 (the version escapes me, sorry) however Win7 seems to be fighting the F12 samba (v3.4.7) trying to do the same thing. I create a directory share, it shows up in windows explorer, but when I try and open it win7 tells me I dont have rights to it.
I created a printer share via samba, and successfully connected to it from win7 and use it as my default printer, and that works OK. I know win7 uses smb2 as its samba protocol, and that might be some of the problem (or all of it), but I'm not sure. I also have googled and saw that people have had had issues with samba as their domain controller while trying to join win7 into the domain, however I do not use win7 as a pdc at all. The solution for this seems to be registry hacks, but I am not sure they apply to me as I haven't seen anyone correlate it. Tailing the logs, this is what I see when I try and explore the file share from win7:
Code: [2010/04/26 13:09:56, 1] smbd/notify_inotify.c:421(inotify_watch) inotify_add_watch returned Permission denied
Now I have edited smb.conf manually in the past but to try anything I've even played with webmin to see all the options I might be missing, still my conf is fairly simple:
[Code]...
I see the movies share in win7, but it doesn't let me in. I tried disabling requiring 128bit encryption for NTLM as one suggestion but that didn't work. Also changing local security policies to send LM & NTLM responses, and that didn't work.
I read in documentation that the recommended kernel line settings for 64-bit Red Hat Enterprise Linux 5 running as a VMware guest are:
divider=10 notsc iommu=soft elevator=noop
But for single instance databases with dedicated storage the deadline scheduler is recommended. The deadline scheduler reorders I/O to optimized disk heads movement and caps maximum latency per request to prevent resource starvation for I/O intensive processes. I have an Oracle instance on RHEL5 running as a VMware(ESX) guest with dedicated storage. What scheduler is better in my case?
I have a new public mail server running under Vmware Server 2.0 installed on Windows Server 2008. I'm not satisfy about performance, virtual machine has got 3gb of ram and 2 virtual cpu. Physical machine has got one intel xeon cpu 2.4ghz quad core, 8 gb of ram and 3 hdd 500gb raid5. I already set this option: Fit all virtual machine memory into reserved host RAM. How can I increase performance? Are there any kernel build for virtual installation?
I have on my computer 9.1 and I want to try some virtualization. I want to install WinXP or 7 as guest on my U9.1 box. what is your opinion? Which VMware or VirtualBox should I try?
I've built a customized 2.6.32 kernel over Ubuntu 10.04 server (physically) -note: it is the same version that comes with the livecd-. Then I added my stuff, cloned the disk, applied it to 3 different hardware boxes and it works perfectly. But when I put that image on a VMWare Workstation 7.1 or VirtualBox machine it doesn't load... I get a "kernel panic: not syncing vfs unable to mount root fs on unknown-block 0,0". So, I've created a new vm, I've installed ubuntu and it booted without a problem.
I ran my kernel patching as I did on the physical machine, but when I rebooted with the new kernel, I got the same error. So, the problem seems to be something in the customized kernel, but specifically going over virualized copies. By the way - In a previous version, specifically Debian 5 with kernel 2.6.18, I did the same stuff about a year ago and the machine loads perfectly in any virtualized environment. Then, the only thing left to think about my problem is that some grub parameter or kernel driver or something is messing up with booting. The customization of the kernel is only the patching for IMQ stuff.
I am trying Lubuntu 10.04 as a guest in VMWare Workstation 6.5.4. My host is a Windows XP SP3 PC (soon to move to Ubuntu 10.04). The installation went fine and the vm seems to be working perfectly - all latest updates were applied and all the supplied software works.
However, the only item that is annoying is that Lubuntu always start up with 800x600 screen resolution. I can set the resolution to the one I want (1152x864) using Preference -> Monitor Setting but when I restart the vm again, Lubuntu always defaults to 800x600. BTW, my LCD monitor has a native resolution of 1920x1080 - a screen resolution of 800x600 is simply too small for my needs.
I note that there is no xorg.conf in the /etc/X11 directory and after researching the internet, I also found out that this is normal for the version of X that Lubuntu uses. I also tried out the 'xrandr' command on a console - this also works in setting the screen resolution to 1152x864 but it also is NOT persistent across restarts.how do I make the vm always start up in the resolution I want - 1152x864? I don't want to fiddle around in xorg.conf if this can be avoided.
I'm trying to share some folders over the network, but the shared folders are not visible on another computer. This is through double clicking my computer from the Network list in Nautilus. However, I can access the share by typing the full address(<computer name>/<share name>) in "File > Connect to Server...".Since I can't type the address manually from my blu-ray drive, I need to get the shares to show on the network. What is wrong with my settings?