[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02667) tun6to4 - no such device
- To: "Usagi-Users" <usagi-users@xxxxxxxxxxxxxx>
- Subject: (usagi-users 02667) tun6to4 - no such device
- From: "Yang Hsiung" <yhsiung@xxxxxxxxx>
- Date: Thu, 4 Dec 2003 17:31:20 -0800
- Importance: Normal
- Reply-to: usagi-users@xxxxxxxxxxxxxx
Hi,
I tried to setup the 6to4 device using following commands:
/sbin/ip tunnel add tun6to4 mode sit ttl 64 remote any local
<my-ipv4-address>
The above command completed with no error.
Then, I used
/sbin/ip link set dev tun6to4 up
I got "SIOCGIFFLAGS: No such device
The /var/log/messages shows error: modprobe: Can't locate module tun6to4
I use USAGI stable 20030214 kit.
Did I miss any network option to be configured to the kernel?
Yang