Christian Lademann <ladem...@zls.de> said: > Hello, James hello, Christian, > > is it also going to be supported in 2.0 to have multiple tup/tap interfaces > but only a single TCP-port on the server side waiting for incoming > connections?
The ultimate goal is to have all connection options open in either point-to-point or point-to-multipoint mode. The initial 2.0 beta will specialize in serving multiple clients on a single UDP port, single tun/tap interface, and single config file. Actually if you want single TCP-port, one tun/tap interface per client, that sounds like the inetd-based forking server model which is already functional (in a limited sense) in the 1.6 beta series. The limitation is that you use SSL/TLS + bridging. See the FAQ for more info. James