From: Gerald B. <gbr...@mi...> - 2000-04-30 05:26:44
|
> > this could probably be enhanced a bit adding ethertap support to > > uml-net so it can potentially communicate with the host os, this was > > an idea i'd had before but hadn't thought of it possibly communicating > > with multiple uml's on the same machine. > > I think there are basically two kinds of possible nets here - ones that > communicate with the host os and ones that just communicate between umls. I > don't see any reason that they should be combined. I'm happy with a > point-to-point driver that connects to the host and a ethernet-like driver > that lets a bunch of umls talk to each other. The thought I had was that the ethertap interface is much more versitile than a slip interface. You can send much more arbitrary network data, more protocols, etc. Also, it allows you to setup bridging fairly trivially on the host such that eth0 is bridged to tap0 which would let you have the uml hosts appearing on the same outer network as the host, just as vmware does bridging (though it does it through a slightly different manner). -- Gerald |