Guests are users of a system that do not have their own identity in that system and have less privileges than a normal user.
Questions tagged [guest]
88 questions
2
votes
2 answers
Wifi router supporting bridge mode + isolated guest network
I am in a building where wired internet is provided in a number of rooms, giving you a local IP address when connected to. I now want to add WiFi routers across a number of rooms acting as a single logical network (same SSID).
The best way to do…

SoftMemes
- 143
- 5
2
votes
1 answer
KVM Guest not powering back on
I have recently setup a homelab with a KVM hypervisor:
qemu-kvm-1.5.3-105.el7_2.3.x86_64
libvirt-1.2.17-13.el7_2.4.x86_64
I have almost everything working the way I want it (networking/vnc), but there is something that I cannot figure out and seem…

user233179
- 23
- 2
2
votes
3 answers
vSphere ESXi 5.5 Windows Guest Network card not active after reboot
Problem:
Windows 2008 R2 or Windows 2012 servers have no network access after a reboot
Not all VMs affected, but multiple VMs and mulitiple hosts.
Windows Network configuration shows the correct info
Ipconfig shows a 169.254.x.x IP…

Paul
- 81
- 2
- 7
2
votes
0 answers
Proxmox - Port forwarding from Host to Guest
I'll just quickly start by apologising due to my lack of knowledge in Linux networking and I appreciate all the help I'll receive from any patient users willing to help a newbie. I have a Linux (Debian Wheezy Proxmox-VE) installation setup on my…

Terrum
- 21
- 1
- 4
2
votes
1 answer
Which NTP source should I use in ESXi virtual machines?
I have a ESXi host running ~20 virtual machines (mostly EL6, but also one or two Windows Server 2008 R2).
What is the best practice for timekeeping on virtual machines?
I'm thinking about 3 different ways to do it, but I'm having trouble to find…

user195176
- 21
- 1
- 2
2
votes
2 answers
Can I host a domain on a kvm guest with a private IP?
I have a server on which I want to host several domains.
Let's say these:
example1.com
example2.com
example3.com
I only have one public IP (currently). I have configured all A-records to point to that public IP address. I can configure my apache to…

Yashima
- 223
- 1
- 3
- 8
2
votes
1 answer
kvm, can't access guest from outside host
following ubuntu guide on kvm, I've a test server up and running at this ip address 192.168.0.210 (netmask 255.255.255.0).
The virtual machine (same as host ubuntu 11 server) use dhcp but has a specific ip 192.168.122.99.
The host (already in bridge…

gsscoder
- 121
- 1
- 5
2
votes
4 answers
VirtualBox - Public Static IP for a Debian Guest on a Dedicated Server
Goal:
I want to run a Debian-squeeze-Guest in VirtualBox and give the guest it's own public static ip.
I found tons of threads about this topic, but all in all I'm now trying for 10 hours (reading the manual, the forums, trying to learn about…

user86296
- 21
- 1
- 4
2
votes
1 answer
Why is allowing the guest account network access considered insecure?
I was recently interested in allowing the guest account network access as related to a research project I was doing.
This was on a Windows Server OS.
The outcry was amazing....people freaking out and saying how insecure it is and how there just had…
user47587
2
votes
3 answers
KVM: Can one have a graphical OS as the guess OS running on a host OS such as Ubuntu Server?
Perhaps this is a foolish question, but searching for answers proved fruitless as so many of the search terms come up in this domain anyway, but here goes:
Is it possible to have a graphical OS (e.g. say Ubuntu Desktop or Win7) running under KVM…

Neil
- 185
- 1
- 5
2
votes
2 answers
Best Practices for "temporary" accounts in a Windows server environment?
Are there any best practices for "temporary worker" accounts in a Windows server environment?
We have a couple of contractors joining the organization temporarily. They only need access to a few folders.
Aside from joining them to the "Domain…
Millman
2
votes
1 answer
Windows Server 2008 R2 Virtual Network Setup
Some background: I'm very much new to networking in general, and virtualization in particular. I'm trying to set up a series of VMs as we are transitioning to a thin client setup. I have been supplied a limited number of static ip addresses. The…
jpearl01
2
votes
3 answers
Weird fluctuating time on a XEN linux guest
I have a weird problem with some servers here at work. We have a few XEN guests who's current time fluctuates.
# date;date;date;date;date;date;date
Thu Feb 25 16:00:40 PHT 2010
Thu Feb 25 16:00:48 PHT 2010
Thu Feb 25 16:00:40 PHT 2010
Thu Feb 25…

Vin-G
- 143
- 6
2
votes
2 answers
Immutable/ephemeral W10 desktops
(As reader may guess, I'm more familiar & comfortable in the Linux/POSIX world, so please keep that in mind)
I'm in the process of rebuiling n+20 laptops, intended for semi-public use (MakerSpace: think classroom or library), and want to set them up…

jakes
- 21
- 1
1
vote
2 answers
Security effects of granting guest access to a database
I'm doing a compare of my development server with production and find one has this:
EXEC sp_grantdbaccess N'guest'
How would anyone take advantage of the guest user in a connection string? It doesn't seem to be mapped to a logon. In pubs I see…

MatthewMartin
- 309
- 1
- 6
- 14