On Sat, Oct 09, 2010 at 12:58:59PM +0400, cronfy wrote:
> Hello.
> 
> I've set up a guest with networking, as described here:
> http://www.linux-kvm.org/page/Networking (public bridge,  Solution 1
> -> Debian's way). But on guest restart or stop there is several
> seconds freeze for network access to the host system. How can I avoid
> this pause?

Maybe forwarding delay is still enabled in bridge?
Try checking with:
cat /sys/class/net/br0/bridge/forward_delay

> I also want to forbid usage of all other IPs except one for the quest.
> How do I do that? Should I take a look at "iptables/routing"
> networking solution instead of "public bridge" one?
> 
> Thanks in advance.

Not sure do you mean exactly. Prevent guest from changing it's IP or
sending packets with other IP addresses?  You can still use a bridge I
guess just add iptables rules to filter by a given IP.

> -- 
> // cronfy
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to