<div dir="ltr"><div><div><div><div>Hi,<br></div>I installed tinc on two of my server and it runs fine. But I have two problems:<br></div>*
 if I try to ping my server via its tinc address I get a "Communication 
prohibited" error even though I know that the goal server should be open
 to communication. also, I would like to use ssh with the others in my 
vpnĀ  ( right now only my NeetBSD server ) but nmap says the port is filtrered. I made sure to unblock the port
 in iptables. below are some config files. apelsin are my Devuan server, citron is the name of the NetBSD server and citrus is the name of the virtual network.<br></div><div><br></div><div>my /etc/init.d/tinc on my Devuan server:</div><div><a href="https://pastebin.com/Gc8YSdhD">https://pastebin.com/Gc8YSdhD</a></div><div><br></div><div>tinc-up script on my Devuan server:</div><div><br></div><div>#!/bin/sh<br>ip link set $INTERFACE up<br>ip addr add 172.23.22.2 dev $INTERFACE<br>ip route add <a href="http://172.23.22.0/32">172.23.22.0/32</a> dev $INTERFACE</div><div><br></div><div>tinc-up script on my NetBSD server:</div><div><br></div><div>#!/bin/sh<br><br>ifconfig "$INTERFACE" up<br>ifconfig bridge0 addm "$INTERFACE" stp "$INTERFACE"<br></div><div><br></div><div>tinc.conf on my NetBSD server:</div><div><br></div><div>Name = citron<br>Device = /dev/tun0<br>AddressFamily = ipv4<br>Mode=switch<br>ProccessPriority=high<br>ConnectTo=apelsin</div><div><br></div><div>I have the same config file my Devuan file except the lines Name and ConnectTo.<br></div><div><br></div>* NetBSD doesnt seem to have a /etc/rc.d/ file for tinc. how do I start tinc on boot on NetBSD?<br><br></div>thanks for your help</div>