[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Open Source Festa
許です。
> interfaceにle0を持っているマシンがv6 routerになるなら、同じく-currentは
> /etc/rc.confに
> ip6forwarding=YES
> rtadvd=YES rtadvd_falgs="le0"
> tunnelの設定をするのに/etc/netstart.localに
> gifconfig gif0 le0 210.139.124.1 対向address
> v4/v6 addressをするのに/etc/ifconfig.le0に
> inet 203.139.124.1 netmask 255.255.255.0 media 10baseT
> inet6 3ffe:505:知らん:知らん:MAC:ADff:feDR:ESS prefixlen 64
> inet6 3ffe:505:知らん:知らん:: prefixlen 64 alias anycast
> と書けばいいかなぁ。添削よろしくです>許さん
これで、基本的に大丈夫だと思う。
> あと、IRIとの間のroutingがstatic以外ならroutedなりzebra + ripngdなりを
> 上げる必要がありです。
RIPngにしようか?
static なら、route add -inet6 default 3ffe:504:まだ:まだ:....
をnetstatrt.localに書けばいいけど。
ほ