[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 02667) tun6to4 - no such device



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