On Tuesday 27 July 2004 11:25, James Yonan wrote: > Neil, > > Thanks for the patches... here are some comments: > > * You've obviously put a lot of effort into understanding the code to write > this patch. But did you consider any alternative approaches, such as > starting multiple OpenVPN instances and binding each to a separate local > interface?
This will fail for dynamic ip addresses and dynamic interfaces. Also it will incur memory and context switch time penalties. Just imagine a host with 100 ip addresses. -- vda