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
>
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