tunnel

python bind socket.error: [Errno 13] Permission denied

python bind socket.error: [Errno 13] Permission denied Question: I have a python script which gets packets from a remote machine and writes them (os.write(self.tun_fd.fileno(), ”.join(packet))) to a tun interface gr3: Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.0.0.6 P-t-P:10.0.0.8 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:61 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 …

Total answers: 3