tinc.conf Name = server Device = /dev/tun10 TunnelServer = yes Forwarding = kernel KeyExpire = 86400
tinc-up #!/bin/sh /sbin/ifconfig tun10 up /sbin/ifconfig tun10 inet 10.255.1.1/24 On Wed, Apr 27, 2016 at 5:20 PM, Guus Sliepen <[email protected]> wrote: > On Wed, Apr 27, 2016 at 05:15:57PM +0800, hshh wrote: > >> >Updated support for BSD tun/tap devices. >> It is broken on FreeBSD tun. >> >> tcpdump on tun, >> 09:05:07.458988 IP0 bad-hlen 0 > > Can you show me your tinc.conf and tinc-up script? Also, which version > of FreeBSD are you using? > > -- > Met vriendelijke groet / with kind regards, > Guus Sliepen <[email protected]> > > _______________________________________________ > tinc mailing list > [email protected] > https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc > -- @hshh _______________________________________________ tinc mailing list [email protected] https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
