Eu tenho uma rede que é colocada on-line e acessível em um túnel, tun0.
Este tun0 é iniciado com um script python da seguinte forma:
tun_name = 'tun0'.encode()
ifs = ioctl(self.virtualIf, TUNSETIFF, struct.pack("16sH", tun_name, IFF_TUN))
sel...
08.08.2017 / 09:18