There are two new ports: * security/vm-to-tor - service that connects any number of virtual machines to the tor network. Virtual machines aren't able to see the host at all (except for the optional NFS connection). All network traffic is directed through the tor network by the firewall rules. * net/tiny-network-utilities - set of simple network servers that support vm-to-tor. They are also useful by themselves. vm-to-tor works with any kind of virtual machines that use /dev/tap0 to tunnel their network connection. vm-to-tor is extremely easy to use.
Created attachment 156948 [details] vm-to-tor shar
Created attachment 156949 [details] tiny-network-utilities shar
Created attachment 156950 [details] vm-to-tor poudriere log
Created attachment 156951 [details] tiny-network-utilities poudriere log
These two are together because they both new and one uses another. You can commit them in one commit, or not, doesn't matter. tiny-network-utilities is used by vm-to-tor, so should be committed first.
A commit references this bug: Author: pawel Date: Wed Oct 28 20:29:15 UTC 2015 New revision: 400415 URL: https://svnweb.freebsd.org/changeset/ports/400415 Log: The collection of minimalistic network server implementations to support virtual machine network connectivity: DHCP, UDP proxy, UDP anti-NAT. WWW: https://github.com/yurivict/tiny-network-utilities PR: 200333 Submitted by: Yuri Victorovich <yuri@rawbw.com> Changes: head/net/Makefile head/net/tiny-network-utilities/ head/net/tiny-network-utilities/Makefile head/net/tiny-network-utilities/distinfo head/net/tiny-network-utilities/pkg-descr
A commit references this bug: Author: pawel Date: Wed Oct 28 20:30:13 UTC 2015 New revision: 400416 URL: https://svnweb.freebsd.org/changeset/ports/400416 Log: Framework to connect any number of virtual machines to the tor anonymity network. WWW: https://github.com/yurivict/vm-to-tor PR: 200333 Submitted by: Yuri Victorovich <yuri@rawbw.com> Changes: head/security/Makefile head/security/vm-to-tor/ head/security/vm-to-tor/Makefile head/security/vm-to-tor/distinfo head/security/vm-to-tor/files/ head/security/vm-to-tor/files/pkg-message.in head/security/vm-to-tor/pkg-descr