Soren,<br><br>Thanks for your response and well spotted with the network mask, must have got tired staying up playing with this so late!!<br><br>I have updated the network address on the host the /etc/network/interfaces file now reads<br>
<br>## START /etc/network/interfaces file on HOST ##<br><br>auto eth0<br>iface eth0 inet manual<br><br>auto br0<br>iface br0 inet static<br> address 88.208.249.44<br> network 88.208.248.0<br> netmask 255.255.252.0<br>
gateway 88.208.248.1<br> bridge_ports eth0<br> bridge_stp off<br> bridge_fd 0<br> bridge_maxwait 0<br><br>## END /etc/network/interfaces file on HOST ##<br><br>These changes have been enabled and I can still ssh between both the host and the guest, but still no external conectivity for the guest.<br>
<br>The routing table on the guest is as follows<br><br>## START routing table ##<br><br>Kernel IP routing table<br>Destination Gateway Genmask Flags Metric Ref Use Iface<br>88.208.248.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0<br>
0.0.0.0 88.208.248.1 0.0.0.0 UG 100 0 0 eth0<br><br>## END routing table ##<br><br>Any more ideas?<br><br>Kind Regards,<br>Jamie.<br><br><br><div class="gmail_quote">On Tue, Jun 8, 2010 at 11:31 PM, Soren Hansen <span dir="ltr"><<a href="mailto:soren@ubuntu.com">soren@ubuntu.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Tue, Jun 08, 2010 at 10:49:04PM +0100, Jamie McDonald wrote:<br>
> #### START /etc/network/interfaces on HOST ####<br>
><br>
> auto eth0<br>
> iface eth0 inet manual<br>
><br>
> auto br0<br>
> iface br0 inet static<br>
> address 88.208.249.44<br>
> network 88.208.249.0<br>
> netmask 255.255.252.0<br>
> gateway 88.208.248.1<br>
<br>
</div>I probably doesn't matter, but that address with that netmask doesn't<br>
give that network.<br>
<div class="im"><br>
> auto eth0<br>
> iface eth0 inet static<br>
> address 88.208.249.45<br>
> netmask 255.255.252.0<br>
> network 88.208.248.0<br>
> broadcast 88.208.251.255<br>
> gateway 88.208.248.1<br>
<br>
</div>This adds up, though :)<br>
<div class="im"><br>
> Symptoms<br>
> ----------------<br>
> I can now ssh from the host into the guest (from the host) and from the<br>
> guest to the host, however try as I might I cannot get the guest to access<br>
> the outside world or the host to pass packets to the guest.<br>
<br>
</div>It is not the job of the host to do any of this, really.<br>
<div class="im"><br>
> As you can see, the bridge is working and when I start the VM from<br>
> virsh# the vnet0 adapter is created, however no tap0 is being created.<br>
<br>
</div>vnet0 is the tap device. This is the expected behaviour.<br>
<div class="im"><br>
> As far as I am aware you should not need ipv4 forwarding enabled in<br>
> the Kernel for bridged networks<br>
<br>
</div>That's correct.<br>
<div class="im"><br>
> If any of you could shed any light on this issue (since I can't seem<br>
> to find anyone else with the issue) it would be most appreciated.<br>
<br>
</div>Off the top of my (arguably quite tired) head, it looks good. Can I see<br>
the routing table in the guest?<br>
<font color="#888888"><br>
<br>
--<br>
Soren Hansen<br>
Ubuntu Developer<br>
<a href="http://www.ubuntu.com/" target="_blank">http://www.ubuntu.com/</a><br>
</font><br>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.10 (GNU/Linux)<br>
<br>
iEYEARECAAYFAkwOxKQACgkQonjfXui9pOMD8gCgq/662euFJg8kaSDnpKvHYU5T<br>
EcoAn1FaO6+SO0RSai276jVq84ab/IQr<br>
=Cayb<br>
-----END PGP SIGNATURE-----<br>
<br></blockquote></div><br>