Re: [uml-user] Connecting eth interfaces together

2009-11-08 Thread /dev/rob0
On Sun, Nov 08, 2009 at 09:42:00AM -0500, lanas wrote: > Is it possible to connect two eth interfaces from different umls > together w/o using a switch ? I've tried by having them two go > through different host tap devices, as in: > > tunctl -u user -t tap0 > ip a a 192.168.2.100/24 dev tap0 >

[uml-user] Connecting eth interfaces together

2009-11-08 Thread lanas
Hello all, Is it possible to connect two eth interfaces from different umls together w/o using a switch ? I've tried by having them two go through different host tap devices, as in: tunctl -u user -t tap0 ip a a 192.168.2.100/24 dev tap0 ip l s dev tap0 up tunctl -u user -t tap1 ip a a 192.16