Displaying 1 result from an estimated 1 matches for "gc8ysdhd".
2018 Aug 09
0
"Communication prohibited" error when pinging
...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 route add 172.23.22.0/32 dev $INTERFACE
tinc-up script on my NetBSD server:
#!/bin/sh
ifconfig "$INTERFACE" up
ifconfig bridge0 addm "$INTERFACE" stp "$INT...