General :: VirtualBox And Security From Windows

Aug 21, 2011

If I have VirtualBox, hosted by Windows 7 and I install Linux Ubuntu on this, is there any security risk if I use the Linux OS for the internet but the hosted OS (Windows) has no Virus protection software and I am in Admin mode?

View 3 Replies


ADVERTISEMENT

General :: Get Windows Virtual Machine Via VirtualBox Without Windows?

Jun 2, 2011

My goal is to install Windows 7 on a virtual machine running on Ubuntu. The Lenovo machine came with Windows 7 installed, but did not come with a boot disk. What are my options? Should I ask Lenovo for a disk? Will I need to purchase Windows just for the virtual machine?

View 3 Replies View Related

General :: Safe To Run Windows(r) In Virtualbox?

Sep 28, 2010

I'm planning on running Windows in a VM for the purpose of playing
some game (what else). In the past I have experienced Windows
_arbitrarily_ writing to disks which it has no business touching.
IIRC, Windows will write some BS code to a USB stick if only you
just stick it in there.
I have several encrypted partitions spanning a few disks which I'd
like if Windows didn't even know about. I can't risk Windows messing
up those partitions by scribbling some crap about how "this disk is
not yet formatted" or something right on the disk itself.

I have been googling this for a couple days, and the best I can come
up with is a couple anecdotal references about Windows writing to
the MBR of a HDD even if you don't tell it to do so.

View 8 Replies View Related

General :: Switching And Keeping Windows With VirtualBox?

Dec 21, 2010

I'm currently running a Vista machine, but would like to switch over to Linux, Ubuntu in particular. My question is can I switch over to Ubuntu, keep my Windows partition and use VirtualBox to access the pre-existing Windows partition? Or does VirtualBox require me to create a new install for Guest operating systems?

If not, are there any other free alternatives to accomplish this?

View 3 Replies View Related

General :: Cannot Ssh Into Ubuntu Guest On Virtualbox 4.0.4 On Windows 7

May 15, 2011

I have an Ubuntu guest installed on Virtualbox 4.0.4 running on Windows 7 Home Premium. I have two firewall rules for Vbox which allow any, any inbound for both TCP and UDP and those rules have edge traversal enabled. I have host ports 9080 and 9022 forwarded to 80 and 22 on the guest. The Win7 box is on an Ethernet connection

After some testing, I have a netbook with a Wifi connection and Ubuntu netbook remix which cannot make an ssh connection to the Ubuntu guest.

But, the same netbook can telnet to port 9080 on the Win7 machine's address and successfully connect to a web server running on port 80 of the Ubuntu guest.

In order to check this out, I ran initctl stop ssh on the Ubuntu guest, verified thagt port 22 had no listeners, and ran ssh with /usr/sbin/sshd -d -e. This shows various bits of debug info from the console. Then I ran Putty on the win7 machine to connect to port 9022 on it's own IP address (that it got from DHCP) and made a successful connection to the guest Ubuntu.

The variable that I don't know much about is the landlord's cable router setup, but I can't figure out why that would block packets to 9022 but not packets to 9080.

View 1 Replies View Related

General :: View Specific Virtualhost From Within Virtualbox Windows XP?

Aug 25, 2010

I currently use 192.168.1.10:85 to refer to my localhost ip address, and I setup port-based virtualhosts because this seems like the only feasible/practical way to view this from within Windows XP on my Debian's VirtualBox. Is anyone else aware of some advanced techniques in which I could view it by the ServerName instead? I would assume I have to hook it up to some sort of DNS server? I know I can also edit the hosts file in my Windows XP and point certain urls to my IP address, but it will always resolve to the primary default virtualhost.

View 1 Replies View Related

General :: Share Files From Windows 7 To Ubuntu 10.4 With VirtualBox?

Sep 17, 2010

How to share files across Parent Operating system Windows 7 and Virtual Operating System Ubuntu Linux 10.4?

View 1 Replies View Related

General :: VirtualBox - Internet Access Via Guest OS (Windows)

May 20, 2011

I have an USB internet key (multimode GPRS/EDGE/UMTS/HSDPA) that only works on Windows. Though, I mainly use Linux for development activities and I don't want to move them to Windows. For this reason I decided to use a Windows guest on VirtualBox for internet access and the Linux host for the other stuffs, but I'd greatly prefer to use Linux for everything (internet too) and Windows only as internet gateway.

View 1 Replies View Related

General :: Windows XP Running As Guest On VirtualBox Is Very Slow

Aug 9, 2011

We had an old Windows XP server running a Filemaker database on a 2.6 GHz Intel CPU, but that server died. It's been replaced by a box with two 2.4 GHz Xeon CPUs and 5 GB of RAM that's running Ubuntu 11.04 natively, and Windows is running as a VirtualBox guest. 2GB of RAM has been dedicated to the Windows guest.Of course, these old Xeon CPUs don't have the VT-x extensions, so I wouldn't expect to be able to add CPUs to the VirtualBox guest, but the Filemaker database is running at least 2-3x slower than it did on the old server. I would expect that utilizing one 2.4GHz CPU out of four available shouldn't result in such an astounding difference.

I would also like to be able to continue using this setup, since it would also mean we'd be able to remove our Linux server from the rack, which is running on even slower hardware (not that the system requirements are high for its job though).So my question is: Why is this so slow? Is there anything I can do to change the situation? Or should I just give up now and find more suitable hardware?I understand that the "new" machine should be about 1% slower in theory, so please don't tell me this "should" be fine. I need more concrete answers (as in, "I've tried this before and you should do X") since in the real world, it appears to be about 50% slower. I'm about to blame "virtual" CPUs to multithreading on single core processors, and possibly the difference in CPU architecture between Xeon and Pentium 4 CPUs.

View 3 Replies View Related

General :: Windows - Exporting A Virtualbox VDI To A Harddrive To Boot It Natively

Feb 3, 2011

I have a VirtualBox 3.1.2 image of Debian 5.0.2 running on Windows XP SP3. I would like to export that Debian image to a USB harddrive such that I could boot to that drive and run it natively. Is that possible to do with a VDI?

View 1 Replies View Related

General :: How To Copy Information From System Harddisk To Windows In Virtualbox

Oct 7, 2009

I am using virtualbox to run windows xp.is there a way to access the harddisk occupied by linux and copy the information to the virtual memory in windows xp

View 3 Replies View Related

General :: Using Samba To Share A Folder From A Guest With A Windows Host In VirtualBox

Mar 15, 2011

I would like to share a folder from a Linux Guest with a Windows host (with read and write access if possible) in VirtualBox. I read in these two links: here and here that it's possible to do this using Samba, but I am a little bit lost and need more information on how to proceed.

So far, I managed to set up two network adapters (one NAT and one host-only) and to install Samba on the Linux guest, but I have the following questions now: What do I need to type in samba.conf to share a folder from the Linux guest? (the tutorial provided in one of the links above only explains how to share home directories) Are there any Samba commands that I need to run on the guest to enable sharing? How do I make sure that these folders are only available to the host OS and not on the Internet? Once the Linux guest is setup, how do I access each of the individual shared folders from the Windows host? I read that I need to mount a drive on Windows to do this, but do I use Samba logins, or Linux logins, also do I use localhost? or do I need to set up an IP for this?

View 1 Replies View Related

General :: Accessing Windows Network Printers From A VirtualBox WindowsXP Client

Jun 6, 2011

Is it possible to access windows network printers from a VirtualBox WindowsXP client running under Ubuntu 10.10 host? The networking type is NAT. Would Bridged Networking solve the problem? If so, is there a tutorial on how to set up bridged networking for virutual box?

View 1 Replies View Related

General :: Security Versus Windows Security

Sep 10, 2009

As Linux gains in popularity, (as I believe it will), do you think that Linux will ever become the target of as many virus and worm threats as Windows has faced? If so, do you think that the threats will have much success?

View 2 Replies View Related

Ubuntu :: Windows Licenses - Wipe The Disk, Install Lucid, And Run Windows In Virtualbox?

Sep 28, 2010

Background: I'm a 20+ year Mac user, switched four years ago to Linux.I have NO experience with Windows to speak of. Whenever I've gotten a new box, it's either been home-built or a Mac.Now I have a new Acer Aspire AS7551 laptop, and although I have not yet booted into Windows, it comes with a Windows 7 Home Premium license. I've been running it with Ubuntu 10.04 off a flash drive and everything works perfectly.

What I want to do: I want to wipe the disk, install Lucid, and run Windows in Virtualbox (for the sole purpose of watching some Netflix and learning a little bit about Windows 7). For the purpose of this question, please accept that I DO NOT want to dual boot.The problem: From what I can find, I can't use the "recovery discs" that came with my laptop to create a virtual machine. This is confusing, because it seems like I paid for a legitimate Windows license for use with this laptop.

Questions:

1. Would MS exchange my recovery discs for a regular install disc to go with my license code if I explained this to them?

2. If not, is there a source for Windows ISOs that I can safely use with my license? (I am aware that the legitimacy of that approach is questionable, but I am quite comfortable with the ethics since I paid for Windows 7, own the license, and only want to use it on the same computer.

3.If not,is there any way in heck I can use my recovery disc to create something Virtualbox can work with?

4. If not, how are all of you people getting your Windows virtual machines going??

(I have read that Acer is a major hassle to get a refund from for the "Windows tax" so I might as well be able to use it--this is MS' chance to win over a fan if only they will let me!)

View 9 Replies View Related

Installation :: Use XEN Or VirtualBox To Host Windows 7 On It Or It On Windows 7?

May 17, 2010

Should I use XEN or VirtualBox to host linux on windows 7 or windows 7 on linux? Since I've read about the problems of reading/writing NTFS disks with linux usnig the Linux NTFS driver, I thought it would be better to host windows on linux. I think the problem is that you never can be sure if the linux NTFS driver is going to corrupt your disk because Microsoft does not publish the format for linux developers.

By running windows on linux, I could read and write EXT3 from windows. I think there are EXT3 drivers for windows. Then I got to thinking: If I am running Linux on Windows, am I going to be using SAMBA or the linux NTFS driver? I think I'm going to be using SAMBA to read and write the linux partitions -- correct? Are there other considerations when deciding to host linux on windows or windows on linux? I'm going to using both the linux and windows partitions for software development with java/eclipse and various databases including oracle.

View 2 Replies View Related

Fedora :: Virtualbox With Windows 7

Jul 27, 2010

I am running Fedora 13, I have installed virtual box that is running Windows 7. I am attempting to run a few star wars video games. Everything works in the virtual machine however it doesn't see any 3D hardware therefore not letting me run these games. I had W7 installed on the computer before and I love fedora and I don't want to dual boot. Is there anyway that anyone knows how to get this working or is there another program that can run a virtual machine for me? Quick update, I installed somethings using the Device menu and Install Guest Additions. That go some mouse and a better video resolution to work however, when using dxdiag in Windows 7, it says that the 3D Acceleration is unavailable. In the settings I have 3D accelration enabled of course.

View 3 Replies View Related

OpenSUSE Install :: VirtualBox, Use It To Run Windows?

Feb 25, 2010

openSUSE, just installed 11.2 some days ago and have several problems with kernel 2.6.31 and my hardware, i was wondering if there is a way to upgrade it to version 2.6.32... that i know i dont have any problems with it.The problems that i have is with my ath9x driver, iv'e experience it before with other distros and the same kernel (2.6.31)Another question i have is about VirtualBox, i use it to run windows, and i'm amazed of the lack of speed and performance i have in openSUSE, i dont know if it's because i'm doing something wrong, quite possible since i'm not familiar with the -suse way- of using linux... i read the wiki about virtualbox made all that it's said (used OSE and non-OSE) and nothing changed... it's unusable. i used to use it in other distros with no problems, but in suse i have alot of issues.

apart from all the issues i have concerning speed and performance in openSUSE it's worth of a try.hope that configuring it better will speed up and increase performance.btw, i have a amd athlon x2 2.1ghz, ati radeon hd3200 using fglrx module and 4gb of ram.

View 6 Replies View Related

Ubuntu :: How To Boot Windows In Virtualbox

Feb 12, 2010

I have VirtualBox installed as well as Wine, and I want to run Windows from the VirtualBox (Ubuntu 9.04 is my OS). VirtualBox won't start because "no bootable medium found." Another words I don't have an OS on VirtualBox. How do I get Windows install on VirtualBox, or how do I get Windows to boot through Wine in VirutalBox?

View 9 Replies View Related

Ubuntu :: VirtualBox And Which Version Of Windows Would Use

Aug 12, 2010

i was looking at putting windows on my Lucid laptop, so I can use my windows only apps. my question is, which version of windows would you use, if you had to? it would probably be between either NT, XP or 7.(would WinNT run modern apps?

View 9 Replies View Related

Software :: Get Some Virus On Virtualbox With Windows?

Jan 5, 2010

I have Debian Lenny with virtual-box and I just installed Windows in it.Can I have some virus and destroy me windows on virtual box in Debian?It is recommended to install some anti virus if I think to use it for a long time?

View 5 Replies View Related

Software :: VirtualBox Alternative For 32 Bit Windows XP?

Nov 12, 2010

VirtualBox is not available in 32 bit for Windows XP What should I try next ?

View 3 Replies View Related

Security :: Unable To Use Windows To Change The Security Of The Samba Share?

Mar 19, 2010

I've got a samba share on a linux server, connecting to it with a windows 2k3 server via tools > map network drive. The goal is to be able to use windows to change the security of the samba share. The good news is it works! The bad news is it's not QUITE perfect:

The share is called /company. I started with the following to give everyone access to everything, set the owner of the share to administrator (my domain admin on the Windows domain), and set the group owner to domain users (group that everyone on the domain is part of):

Code:
chmod -R 777 /company
chown -R administrator /company
chgrp -R domain users /company

I then mapped the drive as a regular user, and of course, can access/modify/delete/rename/create anything I want. Then I picked a folder to lock down. Let's call it /company/myFolder. I did this on the Windows server by mapping the drive as administrator (the owner), right click > properties > security tab > advanced > highlight "domain users" and "everyone" and click edit > clear all (i.e. remove all access). Go back to Linux and

[Code]..

The only issue that remains is that I am able to rename/delete "myFolder" as a regular user. I thought this was coming from the "acl map full control = true" parameter in smb.conf, but I changed it to false and verified the change and it still happens. If I remove group and world write access to /company, I am no longer allowed to rename/delete myFolder, but then I can't create a new folder. If I add group write access back in I can create files but can also rename/delete folders within /company that have --- specified for group access. Any ideas what I need to tweak to make this right?

View 1 Replies View Related

Fedora :: Way To Open Windows Partion Via Virtualbox

Jan 18, 2010

Currently i have a dual boot on my laptop of fedora and vista. Is there a way that i can use virtualbox to open my windows partion while using fedora? I understand that virtual box makes a "partition" on my fedora partion and runs of that. It would be pretty awesome if i could open my windows partion while using fedora.

View 14 Replies View Related

OpenSUSE :: VirtualBox Windows System Restore?

Feb 11, 2010

It generally works fine - a couple of issues which I'm trying to get resolved elsewhere.My question is this: My laptop currently dual-boots Windows 7 and openSUSE, with openSUSE being the default. I have XP as a guest under VB. Is it possible for me to create a system image of the Windows 7 operating system, install W7 as a guest under Linux and then restore the backed-up OS so that I would have W7 as a guest (no more XP) but with the same configuration / apps as the original OS?In summary, this is wat I want to achieve:urrent:Dual-boot openSUSE 11.1 & Windows 7VBOx Guest = Windows XP Desired:Dual-boot openSUSE 11.1 & Windows 7VBox Guest = Windows 7 (identical config as the dual-boot version)

View 2 Replies View Related

Ubuntu :: Windows 7 No Longer Works In VirtualBox?

Jan 12, 2011

I installed virtualbox a couple of days ago and had used Windows 7 (guest) multiple times without anproblems. However, upon attempting to share folders, it will no longer boot and I get this error:

p, li { white-space: pre-wrap; } "Failed to open a session for the virtual machine Windows 7.
The virtual machine 'Windows 7' has terminated unexpectedly during startup with exit code 1."
Details:

[code]....

View 3 Replies View Related

Ubuntu :: Windows File Sharing From Virtualbox?

Jan 25, 2011

I use VirtualBox at work, where windows7 is host and ubuntu 10.04 is guest operating system.

I want to access my windows drives, folders in ubuntu, when i did sudo blkid or mount or fdisk -l, i cannot see all the drives on my machine.

So i finally did with shared folders concept. Now i can't mount them wherever i want, but when i say automount in the virtualbox settings->sharedfolder, then it auto mounts in /media/E-drive??

But to see, copy,edit or access those media files, i need to be sudo?? With normal user i can't use those /media files.

Suggest a good method of sharing files from windows7 to ubuntu in virtualbox

View 2 Replies View Related

Software :: VirtualBox Running Windows Slows Down ?

Apr 4, 2010

I need to run VirtualBox on my desktop to run a WinXP partition. I set it up and loaded it fine. Now, Windows slows down to an absolute crawl. It doesn't seem to be using a huge amount of memory in the Task Mangler.

The computer itself isn't being bogged down. I can tell that because I go back to the Linux side of things and it's running fine.

I'm left to question if my settings are correct. Can someone help me review things?

I'm using Ubuntu 7 on that machine. It's WinXP Pro that I'm loading on there.

View 9 Replies View Related

Security :: Security Myths Talking To People Using Windows

May 20, 2011

Do to the last thread I posted got way off topic do to my bad doing , I will post it again to get the thread back on topic.I try it one last time hopefully these myths will be cleared up and this thread will stay on topic an not derail like last one.The myths going around on the internet.

1.Less than 1% use Linux and 10% use Mac Os X it is not that they are so much better but market share .The Malware makers are going windows where the market shares are.

2.Windows have more security but most people don't use it.

3.Mac OS X security is not that good , windows is better.

4.windows it has more gradual permission level than a ON and OFF like Linux or Mac OS X

5.Malware is growing with Linux and Mac OS X now.

View 3 Replies View Related

Ubuntu Networking :: Set Up A VPN Connection From With Virtual Windows XP - Virtualbox

Feb 1, 2010

Trying to set up a VPN connection from with Virtual Windows XP (virtualbox) and the network shows verifying user name and password but then times out and give me a message that it could not connect to the serve.

Since I could connect from a Windows system at another location, I assume there is something in Ubuntu that is preventing the connection so I tried to set up a VPN connection in Ubuntu.

I installed "network-manager-pptp" and "pptp-linux" as mentioned in the documentation but when I try to create a VPN connection using [main menu]>[System]>[Preferences]>[network connections] the VPN tab has a padlock on it. I set up the VPN but did not put a DOMAIN name on it because the server does not have a DOMAIN and it did not appear to be necessary on the dedicated Windows machine.

In spite of configuring the VPN connection, I cannot find the connection anywhere so I can see the server at the other end.

When I try to use [main menu]>[places]>[Connect to Server] using [windows share] and enter the IP number of the server, I get the message "Cannot display location smb:// {server IP address}"

And if anyone knows why the Virtual windows cannot connect.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved