Hello,

In my system (uname -a -> Linux 2.6.18-348.1.1.el5.centos.plus #1 SMP
Tue Jan 22 19:16:31 EST 2013 i686 athlon i386 GNU/Linux), I see a tun0
interface.
Yours is ?
uname -a: Linux myvm 3.13.7-1-ARCH #1 SMP PREEMPT Mon Mar 24 19:50:04 CET 2014 i686 GNU/Linux
I don't see a tun0 (at least not in ifconfig -a or /dev/), though I see:

crw-rw-rw- 1 root root 10, 200 10. Jun 12:27 /dev/net/tun
(which is what the mknod command of the README would create)

There is a line in the makefile which you have to set to your system:
#To compile for linux: make ARCH=linux
#To compile for cygwin: make ARCH=cygwin
ARCH=linux
Yes, I used this option.

simrouter creates its own tap (so no tun) device after its started. Is the missing tun maybe the cause?


_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to