I ran tinc on Solaris but unable to ping, and found out tinc-up needs to be fixed in order to get rid of problem. Here is an example tinc-up. #!/bin/sh /usr/sbin/ifconfig $INTERFACE 10.x.1.1 netmask 255.255.0.0 up /usr/sbin/route add -net 10.x 10.x.1.1 255.255.0.0 -interface For some reason, that "/usr/sbin" and trailing "up" have to be there, otherwise ping will fail if they're missing. These only apply to Solaris. Linux is OK. Don't know why. ____________________________________________________________________________________ Want to start your own business? Learn how on Yahoo! Small Business. http://smallbusiness.yahoo.com/r-index -------------- next part -------------- An HTML attachment was scrubbed... URL: http://brouwer.uvt.nl/pipermail/tinc/attachments/20070112/00ab10c4/attachment.htm