TUN1
if ((tunfd[1] = open("/dev/" TUN1, O_RDWR)) < 0)
errx(1, "Cannot open /dev/" TUN1);
system("ifconfig " TUN1 " " TUN1_ADDR