similar to: bridged networking using VLAN : guest with 2 NIC

Displaying 20 results from an estimated 1000 matches similar to: "bridged networking using VLAN : guest with 2 NIC"

2013 Nov 05
0
libvirt networking using VLAN Tag basics
topology : two guest connected to physical LAN (vlan 620 and vlan 621) on host : 1) creating bridge br0 2) creating bridge for guest 1 and guest 2 - to separate traffic 3) virtual network1 : I have default NAT 192.168.122.x DHCP feeding IP to eth1 4) virtual network2 : I want to use 192.168.0.0 for eth0 my question is what would be my virtual network2 looks like : following is default xml :
2013 Jun 04
3
Centos6.4 routing problem
dear All, I'm facing this routing problem, the setup is actualy part of ltsp, but I think this problem is Centos-specific. The server is a Dell Poweredge R210. The install is standard 6.4, updated. I have one nic facing the public internet: vi /etc/sysconfig/network-scripts/ifcfg-em1 DEVICE=em1 BOOTPROTO=none HWADDR=d4:ae:52:c1:28:2b NM_CONTROLLED=no ONBOOT=yes TYPE=Ethernet
2007 Aug 30
1
Help with nis password changes
I normally try not to ask questions until I have done as much research as possible, and again, this is the case... Just after I thought I had my RH5 samba/nis server working fine, I come across the inability to update nis passwords. >From the server as root: passwd guest1 Changing password for user guest1. New UNIX password: Retype new UNIX password: NIS password could not be changed.
2008 Nov 12
5
xm create- exit with panic message
Hi Xen-users, I am trying to boot of my fist guest domain. The below attached message was thrown on the screen. I am not quite sure that the below information is sufficient to root cause the issue. Where do i look for additional logs to root cause the issue. Appreciate any info that you think might be useful. Thanks, Karthik xm create -c guest1.conf vmid=2 Using config file
2005 Dec 02
1
roaming profiles odd.
using samba 3.14a, windows xp sp2 configured with roaming profiles. the profile seems to download properly but the start menu seems to be empty of shortcuts. anything tht requires reading of files seems to be acting strangely the files exist on the server but somehow they are not read on the workstation all of the /profiles/username directories are configured exactly the same. drwx------ 13
2007 Mar 26
1
Backing Up A Xen Guest
Here's the problem. We perform full tar backups of our CentOS 4/5 machines in real-time at regular intervals. And when a disaster happens, we are able to restore those backups onto virgin filesystems, make the /dev/null, /dev/zero and /dev/console devices .. and boot the machine. This has worked well on standalone systems, and also on Xen 3.0.3 guests on CentOS 4.4 machines, where each guest
2009 May 18
0
[PATCH server] fixed functional tests after recent controller refactoring and managed node controller fixes.
Signed-off-by: Scott Seago <sseago at redhat.com> --- src/test/functional/host_controller_test.rb | 41 -------------------- .../functional/managed_node_configuration_test.rb | 14 ++++--- src/test/functional/nic_controller_test.rb | 8 ---- src/test/functional/permission_controller_test.rb | 15 ++++--- src/test/functional/quota_controller_test.rb | 2 +-
2013 Apr 18
1
libvirt 1.0.3 Vs 1.0.4 / cgroup devices
Hi there, I am using libvirt with lxc to create fedora 16 & 18 containers on fedora 18 host. first I did the setup with libvirt 1.0.3 and everything worked fine, then after upgrading to libvirt 1.0.4, I could not create character device on the guests : Test on the guest1 : # ls -l /dev total 0 lrwxrwxrwx. 1 root root 10 Apr 17 21:18 console -> /dev/pts/0 lrwxrwxrwx. 1 root root 11
2018 Oct 04
3
Need help with Linux networking interfaces and NIC bonding
Hello everyone I am running into some strange issues when configuring networking interfaces on my physical server running Centos 7.5. Let me give you an overview of what's going on: We have a physical server, running CentOS 7.5. This server has one 4 port NIC and one 2 port NIC and a Dell IDRAC port. The first port of the 4 port NIC, em1, is used for Management traffic. The first port of
2011 Jun 24
2
Nested VM
Hello, As part of my project for my MSc, I am looking for a solution to implement nested virtual machines. My current scenario is: - I have a server with AMD Phenom II X6 1100T and 8GB RAM - virtualization enabled at BIOS. - I have installed 64bit CentOS-5.6 with Xen enabled (let''s call it as base1). - On top of base1 I have also installed 64bit CentOS-5.6 (guest1) with Xen enabled and
2008 Sep 12
2
Can''t see changes in LV Size inside domU (after lvextend on dom0)
Hi guys, I''ve seen this post regarding "lvm resize" and this contains all the information I need to resize a disk inside domU : http://lists.xensource.com/archives/html/xen-users/2006-11/msg00019.html >From this post: "With this I can extend the LVs in the Dom0, and either shutdown the DomU and resize2fs from Dom0 or even (tested on test VMs and low-use
2010 Feb 25
1
guest management: 1 and only 1 instance
Gang, ???? I run several KVM host machines.? Due to updates, maintenance, and unexpected reboots sometime host machines are restarted.? I can easily envision a scenario where HostX needs some critical packages updated or is acting up.? I migrate guest0, guest1, guest2 etc. from HostX to HostY.? Then, in either a planned (i.e. scheduled maintenance) or unplanned (i.e. unplanned reboot) event
2017 Oct 31
1
Install virtual guest from console
HI all, Is it possible to install a virtual guest (FreeBSD and OpenBSD mainly) from kvm host's console? I have tried to do some search about this but I haven't found anything about it. My idea is to launch "virsh start guest1" and inmediately "virsh console guest1", but it doesn't works until serial console is configured inside guest .... Any tip? Thanks.
2015 Jun 25
1
Possible bug in kickstart
Hello All, I seem to have run into a bug with the new --bridgeslaves=<INTERFACE> option. It would seem that if I tell the bridge device to use a virtual interface (like bond0) rather than a physical interface (em1/em2) that kickstart completely barfs on it. I have provided my network section below which works fine as long as i don't enable all the bridge content. When the
2012 Feb 24
4
Resize guest filesystem question
Greetings - I am going through some testing steps to expand a logical volume and the corresponding filesystem on a KVM guest and have run across a deficiency in my knowledge. I spent the afternoon yesterday googling for answers, but had have come up blank still. What I am trying to do is resize the file system to use the additional disk space that I added to the logical volume that the
2013 Mar 18
1
CentOS 6.4 kickstart bonding
Hi all, Someone played with kickstart bonding with centos 6.4 ? CentOS 6.4, as upstream now support ifcae bonding in kickstart network section. I've an issue with configuring a second bonding iface in kicstart on CentOS 6.4. The first bonding (bond0) works as espected but the second is not configured during installation. I've a 6 nic server (two for "puclic" network, two for
2012 Nov 06
0
No driver found during virt-install / kickstart
Hi Folks: I am getting a "No driver found" dialogue when I try to build a guest using virt-install using a kickstart file. I am stuck. I am not sure how to fix or even debug this problem. Can anyone suggest a way forward? Here are the commands that I am using: $ # ================================================================ $ # Create the volume $ #
2012 May 15
2
New tool proposal
Hi Rich, We just talked about a new tool virt-diff which can diff files between two guest, suggested by Kamezawa Hiroyuki <kamezawa.hiroyu at jp.fujitsu.com> things like below, # virt-diff -Nru --guest=Guest0 --guest=Guest1 /etc/hosts Any thought about this? Another question, what do you think about implement iptables, firewall, yum, rpm, etc into libguestfs? Thanks, Wanlong Gao
2015 Feb 25
2
Kickstart with multiple eth devices
Starting back in RHEL/Cent 5 I found that the only way to make sure your interface enumeration was consistent after install with what you had during install was to create a udev rules file using the mac addresses as the key. It is easy to run a short script in postinstall to create it based on how anaconda has seen them. In order for this to work on Cent 6 you have to set biosdevname=0
2013 Jan 09
0
network not accessible through bridged interface but traffic visible
I had a major HD failure and need to rebuild my host server and the virtual servers that resided on it. I am moving from CentOS 5.6 to CentOS 6.3. I am using the same configuration, as best as I can tell, that was working only hours ago on 5.6 but does not work on 6.3. My guest server can see network traffic on the bridged network device but I cannot seem to interact with it. Iptables turned