-
I noticed a bit of activity for the project lately, version 3 looks interesting...
I can compile version 2 successfully but having error compiling v3 under MacOSX
Seems there is no change in "tuntap…
-
Bonjour,
j'aggrege 2 lignes vdsl d'un meme fournisseur, qui ont une latence identique, mais un débit différent (problème que je dois voir car ce n'est pas normal).
Ligne 1: 34.4 Mbps / 11.2 Mbps (…
-
// The way TUNTAP allocated IP
// #define TUNTAP_IP_MODE_SN_ASSIGN 0
// #define TUNTAP_IP_MODE_STATIC 1
// #define TUNTAP_IP_MODE_DHCP 2
-
1. Apple M1 doesn't support tuntap-osx (not my case)
2. Apple deprecates tuntap kexts (all cases)
3. There're some bugs that would not be fixed in tuntap-osx (latest update 2015 year) and sometimes …
-
without tuntap, minitun throw exception
*** open_tun() failed: No such file or directory.
-
### Description of the bug:
when using linux-sandbox, it didn't remount /sys, leave /sys/class/net still being host network devices, not ones inside the network namespace. remount /sys (similar to …
-
Why I got permission denied?
# OS
`uname -a`
Darwin unix 19.4.0 Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64 x86_64
# Step to reproduce
…
-
cat /dev/net/tun 这里的内容输入到变量,再作判断,如
```
tuntap=$(cat /dev/net/tun 2>&1 | tr '[:upper:]' '[:lower:]')
[[ ! $tuntap =~ 'in bad state' ]] && [[ ! $tuntap =~ '处于错误状态' ]] && echo -e "${Error} 未开启 tun/ta…
-
@hdkmike I ran tunnel_easy.py on my raspberry PI and got this error message:
``` python
kb1lqd@raspberrypi:~/Documents/hdkmike_tuntap/simple-tuntap/src $ python tunnel_easy.py
tunnel - DEBUG - T…
-
i use:
tt.write(packet);
to send ip packet and than use tcp dump to capture the packet:
tcpdump -i tun8
it seems tcp dump can't recognize the packet.
here is my tun device setup:
tt = tuntap…