|
From: | Friedrico |
Subject: | Re: [lwip-users] unix port: simrouter SIOCADDRT: No such device |
Date: | Tue, 10 Jun 2014 08:05:34 +0200 |
User-agent: | Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
Hello,
uname -a: Linux myvm 3.13.7-1-ARCH #1 SMP PREEMPT Mon Mar 24 19:50:04 CET 2014 i686 GNU/LinuxIn 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 ?
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?
[Prev in Thread] | Current Thread | [Next in Thread] |