[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Regarding Linux TUN/TAP
From: |
Paul Brook |
Subject: |
Re: [Qemu-devel] Regarding Linux TUN/TAP |
Date: |
Fri, 15 Apr 2005 23:33:19 +0100 |
User-agent: |
KMail/1.7.2 |
> Another solution would be to run a PPP server on the host and connect
> through PPP (using user-net) from the guest to the host. In this case,
> provided the host routes the connection, you should have your virtual
> machine fully on the net.
This is no better than just using tun/tap. In fact it takes significantly more
work to setup, and is probably slower.
Paul