Questions tagged [guest]

Guests are users of a system that do not have their own identity in that system and have less privileges than a normal user.

84 questions
1
vote
1 answer

Can you list virtual hardware of a guest via the CLI in ESXi 5.0?

Can any one tell me of an ESXi line command that can be used to list the different virtual hardware components assigned to VMWare guests running on ESXi, with vcenter? E.g. I want to find out how many of our guests are running with the e1000 network…
Jason Tan
  • 2,742
  • 2
  • 17
  • 24
1
vote
2 answers

KVM attach drive to FreeBSD guest

Im running FreeNas on a KVM guest. I need to add (attach) a virtual drive. I run: qemu-img create -f qcow2 morespace.img 10G virsh: attach-disk freenas /space/morespace.img vdb I restart the FreeNas guest, but the spare drive is not shown on 'gpart…
Brent
  • 305
  • 2
  • 11
1
vote
1 answer

Setting up a web server on a virtual machine viewable from the host and all other vms running on the host

I have set up an Apache web server on a windows 7 ultimate VM guest machine. This machine also has all the software I need to develop server-side scripts (aptana, VS 2008 etc) The VM is bridged with its own ip address 10.1.10.19 and the apache…
Andrew S.
  • 113
  • 1
  • 5
1
vote
1 answer

How do I access a website hosted on a Virtualbox guest OS from host OS

I have Windows XP, in which I have installed a Windows Server 2003 VM on Virtualbox. I have hosted my website in the guest server with IIS. I am able to access that site by using following link in the guest OS http://localhost/Test/index.aspx The…
Milan
  • 11
  • 1
  • 2
1
vote
1 answer

ISA Server 2006 SP1 :: Allow unauthenticated users (non domain users) access to external (internet)

Now that we have applied an internal to external rule blocking all users access to the internet, other than those users in a whitelist, we have the obvious issue of non authenticated users, not on our domain, i.e.; domain-less guests not being able…
Klaptrap
  • 157
  • 12
1
vote
1 answer

Xen: How to install bootloader for domU (guest os)?

I tried to install with "grub-install" grub for guest os (which is debian) from host (centos). Tried with chroot, tried with deboostrap, tried with netinstaller. Centos is running on two raid hdd's,under LVM. Lvm volumes are created everything is…
holms
  • 1,464
  • 7
  • 20
  • 37
1
vote
3 answers

How do I set up a wireless guest network

I have 2 wireless routers and a wired router. I need to have a secured wireless network (i have up and running) and i would like a wireless network for customers to use and not see our internal network computers and only acces the internet. Setting…
David
  • 11
  • 1
1
vote
2 answers

How can I use dd to back up the whole disk from inside a linux-vserver guest?

I have a Linux-vserver guest I want to dump the whole disk of. I have no access to the host. I tried: dd if=/dev/hdv1 | gzip -c | ssh user@remote.host.net 'dd of=/path/to/file.img' bs=2048 but the result was: dd: opening `/dev/hdv1': No such file…
ria
  • 163
  • 1
  • 4
1
vote
2 answers

A space-efficient guest filesystem for grow-as-needed virtual disks?

A common practice is to use non-preallocated virtual disks. Since they only grow as needed, it makes them perfect for fast backup, overallocation and creation speed. Since file systems are usually based on physical disks they have the tendency to…
1
vote
3 answers

Monthly Cloning of guest

I am setting a two guests one DEV and one TEST, what i want to do is each month have a script run that will clone(Copy) the DEV guest over top the TEST guest replacing the TEST Guest. I will need it to change the server name, the ip address and the…
rlp62
1
vote
1 answer

Can an Azure AD guest user RDP to an Azure VM?

I've created an Azure VM and joined it to the Azure AD domain. I've enabled Azure AD login on the VM, and added users to the Azure AD AAD DC Administrators group, which is assigned the Administrator role in the VM. I can RDP to the VM as a user in…
1
vote
0 answers

Not able to access the console when I install a guest VM on a KVM

I am trying to write a script for installing a guest VM on a KVM using virt-install. I have a knoppix live cd based iso. The underlying OS is Debian 6.0.2. I am using this command to install the guest vm : virt-install --name wanem --memory 2048…
1
vote
0 answers

Same sysctl kernel parameters for KVM host and guest

I need to set up a KVM guest with the following sysctl kernel parameters: net.core.rmem_max = 16777216 net.core.wmem_max = 16777216 net.ipv4.tcp_rmem = 4096 87380 16777216 net.ipv4.tcp_wmem = 4096 87380 16777216 net.ipv4.udp_rmem_min =…
dshykuts
  • 11
  • 1
0
votes
1 answer

Guest share for domain-integrated Samba-Server

Have set up a Windows-domain-integrated samba server. Sharing files is working pretty well but failing to set up a guest share as long the security is set to ads. This is a shortened version of the configuration containing a share free to a certain…
michi.0x5d
  • 154
  • 8
0
votes
1 answer

vlans for corp and guest networks SSID broadcast

Cenario: Two separated physical connections: 01 Corp (Internet, shared network resources, etc) 192.168.10.x 02 Guest 192.168.1.x (Internet only) AP: ZyXEL NWA3560-N Lab switch: HP 1810-24G What I’m trying to accomplish is connecting two different…