I've a network:
[host] <------->[host] <----------- [workstation]
^ ^ ^ ^
/ \ / \
/ \ / \
[client] [client] [client] [...]
(pointers are ConnectTo directives)
(host:=linux, client:=win, workstation:={linux,win})
How could i prevent a direct (logical) connection from a client to another client but allow the workstation to access everything in the network.
Is there a tinc way to do this?
i use tinc version 1.1pre14.
You may use a strict argument and not exchange keys between clients then set the hosts and workstation firewall to no accept connections from the clients subnet.