Displaying 1 result from an estimated 1 matches for "apelsin".
Did you mean:
abelson
2018 Aug 09
0
"Communication prohibited" error when pinging
...rohibited" 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.
my /etc/init.d/tinc on my Devuan server:
https://pastebin.com/Gc8YSdhD
tinc-up script on my Devuan server:
#!/bin/sh
ip link set $INTERFACE up
ip addr add 172.23.22.2 dev $INTERFACE
ip ro...