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