lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 06 Apr 2007 15:01:46 -0700
From:	Ben Greear <greearb@...delatech.com>
To:	Stephen Hemminger <shemminger@...ux-foundation.org>
CC:	"Eric W. Biederman" <ebiederm@...ssion.com>,
	Jeff Garzik <jgarzik@...ox.com>,
	Andrew Morton <akpm@...ux-foundation.org>,
	David Miller <davem@...emloft.net>, netdev@...r.kernel.org,
	Alexey Kuznetsov <kuznet@....inr.ac.ru>,
	Daniel Lezcano <dlezcano@...ibm.com>,
	Dmitry Mishin <dim@...nvz.org>,
	Linux Containers <containers@...ts.osdl.org>
Subject: Re: [PATCH] net: Add etun driver

Stephen Hemminger wrote:
> On Fri, 06 Apr 2007 14:38:50 -0700
> Ben Greear <greearb@...delatech.com> wrote:
>
>   
>> Stephen Hemminger wrote:
>>     
>>> Why not implement a true virtual network rather than simple
>>> tunnel pairs?
>>>   
>>>       
>> What would a true virtual network do?  You mean with routers and such?
>>     
>
> Rather than just a pair, you could do address matching of destination
> address.
>   
At layer-2, you can already do this by adding the etun device to a 
bridge and let the bridge
do the work.

At layer-3, you can use the routing tables...and all of the other clever 
logic of the linux
kernel.

Imagine what you could do if you had 2000 ethernet ports on your machine 
and lots of
loop-back cables..that is essentially what etun gives you...

Lord knows I love writing virtual devices..but it always seems to turn 
out best if you
leave each piece simple and use the normal linux tools and features to 
put the simple
features together into something much more powerful.

Ben


-- 
Ben Greear <greearb@...delatech.com> 
Candela Technologies Inc  http://www.candelatech.com


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ