multiple tunnel devices aren't detected correctly. A kernel with device tun 2; start one ppp (using tun0); start the next ppp gives: device not configured, cause opening /dev/tun0 gives an ENXIO in os.c. (and yes, I have /dev/tun1 :-) Fix: Good question :-) How-To-Repeat: Start one ppp, start a next one
State Changed From-To: open->feedback A fix was applied to rev. 1.24 of /usr/src/sys/net/if_tun.c, can you get this file and see if it fixes your problem?
State Changed From-To: feedback->closed Submitter reports problem is fixed