(usagi-users 03721) Re: problems of ISATAP linux command
Rémi Denis-Courmont <[email protected]>
| Newsgroups | gmane.linux.ipv6.usagi.users |
|---|---|
| Organization | Remlab.net |
| Message-ID | <[email protected]> |
On Tue, Sep 19, 2006 at 04:59:05PM +0800, luzi wrote : > The ISATAP configuration was set up well in router ,in my MS > Windows client,I use "ipv6 rlu 2 192.168.0.1 ", I can get my global-link > address. Now I am changing the client to Fecora Core, My question is if > my host is Linux,what commands should I used? There is no ISATAP support in Linux (neither official or USAGI), at the moment, AFAIK. Miredo[1] has some basic ISATAP support, but while it works fine as an ISATAP router, ISATAP client mode is kind of proof-of-concept-ish. I think the original reason for not having ISATAP was some IPR claim on the protocol. Yet, according IETF IPR database[2], that claim[3] looks GPL-compatible to me: "No License Required for Implementers". As such, I guess it's more a matter of someone actually writing the missing code and pushing it into USAGI (kernel) and iproute2 (userland). [1] http://www.simphalempin.com/dev/miredo/ [2] https://datatracker.ietf.org/public/ipr_search.cgi?option=title_search&title_search=ISATAP [3] https://datatracker.ietf.org/public/ipr_detail_show.cgi?ipr_id=550 -- Remi