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

(usagi-users 02672) Re: tun6to4 - no such device



I figured out the problem was because I used a private IPv4 address.
Once I used a public IPv4 address I can successfully bring up the
tun6to4 interface.

Yang

-----Original Message-----
From: Yang Hsiung [mailto:yhsiung@xxxxxxxxx]
Sent: Thursday, December 04, 2003 5:31 PM
To: Usagi-Users
Subject: (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