public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Frank Bonnet <f.bonnet@esiee.fr>
To: kvm@vger.kernel.org
Subject: Guest host cannot be connected to the LAN through 802.1q VLANs
Date: Mon, 04 Mar 2013 08:33:46 +0100	[thread overview]
Message-ID: <51344E5A.7050708@esiee.fr> (raw)

Hello

I'm in trouble with a guest host that is not living on the same subnet
than the hypervisor that I would like to connect to my LAN through
802.1q VLAN ( ubuntu 12.10 server amd64 )

The hypervisor VLAN number is 30
The guest VLAN number is 110

See below the /etc/network/interfaces file of the hypervisor

# The loopback network interface
auto lo
iface lo inet loopback

# For  Guest-VM

auto em1.110
iface em1.110 inet manual

auto br0-110
iface br0-110 inet manual
bridge_ports em1.110
bridge_stp off
bridge_fd 0
bridge_maxwait 0

# For Vm-Mother

auto em1.30
iface em1.30 inet manual

auto br0-30
iface br0-30 inet static
address 147.215.1.25
netmask 255.255.255.0
network 147.215.1.0
broadcast 147.215.1.255
gateway 147.215.1.1
dns-nameservers 147.215.1.4 147.215.128.128
dns-search esiee.fr
bridge_ports em1.30
bridge_stp off
bridge_fd 0
bridge_maxwait 0


IF ANYONE COULD HELP ... Thanks a LOT












             reply	other threads:[~2013-03-04  7:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-04  7:33 Frank Bonnet [this message]
2013-03-08 18:55 ` Guest host cannot be connected to the LAN through 802.1q VLANs Vlad Yasevich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51344E5A.7050708@esiee.fr \
    --to=f.bonnet@esiee.fr \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox