Olivier Mehani <[EMAIL PROTECTED]> wrote: > Maybe you can find interesting having a look at faithd(8) which, > however, relies on an optional feature which is not compiled* in GENERIC > kernels (pseudo-device faith 1 in sys/config/GENERIC).
Another trick you can play is spawning nc(1) from inetd(8) and having it forward connections from v6:$port to 127.0.0.1:$port. This has significant drawbacks such as a high per-connection overhead and loss of the remote address at the v4 end, but depending on the application those may be acceptable. I certainly wouldn't recommend it for a web server, but I used to enable CVSup over v6 back when I ran a public mirror. -- Christian "naddy" Weisgerber [EMAIL PROTECTED]