<html><head>


<meta name="Generator" content="Novell Groupwise Client (Version 14.2.2  Build: 126868)">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=11"><style></style></head>
<body style="font: 10pt/normal Segoe UI; font-size-adjust: none; font-stretch: normal;"><div class="GroupWiseMessageBody" id="GroupWiseSection_1528681404000_robert@gainplus.asia_0AE2278002F000008C53A30038005B00_"><div>I currently am using tinc 1.0.33 on a 4 node Ubuntu 14.04 server network at Digital Ocean connecting on the Eth1 private network interfaces.  This works great.</div><div><br></div><div>Recently I added two more Ubuntu 18.04 servers at the same location and attempted to link them to the Tinc mesh already established.  The 18.04 servers do not allow me to use the net-tools ipconfig command and so I have adapted my tinc-up commands to use iproute2 commands.</div><div><br></div><div>#!/bin/sh<br># tinc-up<br>ip tuntap add dev $INTERFACE mode tun<br>ip addr add 10.0.0.3/24 dev $INTERFACE<br>ip link set dev $INTERFACE up</div><div><br></div><div>However, when I run this command I get the error <br>Error: either "name" is duplicate, or "tun" is a garbage.<br>Command line is not complete. Try option "help"<br>Cannot find device "up"</div><div><br></div><div>I have tried variations of the commands in the tinc-up file, but cannot get a result without errors.</div><div><br></div><div>my /etc/tinc/vpn/tinc.conf file:<br>Name = web3<br>AddressFamily = ipv4<br>BindToAddress = 10.132.115.166 (changed)<br>Interface = tun0<br>ConnectTo = db1</div><div><br></div><div>systemctl status tinc:<br>tinc.service - Tinc VPN<br>   Loaded: loaded (/lib/systemd/system/tinc.service; enabled; vendor preset: enabled</div><div><br></div><div>Question, when using iproute2 on ubuntu 18.04 should I use a different configuration for tinc-up?<br><br><br></div></div></body></html>