-net tap,ifname=tap2 -net nic,model=rtl8139The first
-net option indicates that you want to use a tap
interface, specifically tap2. The second -net option
specifies that this interface will appear to code in the QEMU machine
to be a network interface card of the specific model RTL8139. Note
that this is a model for which we have a driver. If tap2 were
bridged, we'd get global connectivity. If not, we would just get
local connectivity.