近況 Twitter

2014年10月06日(月)

RTX1200でIIJmio FiberAccess/NFDS-Liteを使う

IIJmio FiberAccess/NFで、DS-Liteを使ったIPv4 over IPv6が使えるようになったとのことなので、RTX1200で接続できるか試してみたところ、ipipトンネルであっさり接続できました。

以下が最低限のconfigです。

tunnel select 1
 tunnel encapsulation ipip
 tunnel endpoint address <gw.transix.jpのIPv6アドレス>
 ip tunnel mtu 1500
 ip tunnel tcp mss limit auto
 tunnel enable 1

実際に使う上では、最低限のフィルタくらいはかけた方がいいと思います。

ip filter 1 reject * * * * *
ip filter 2 pass * * * *

ip filter dynamic 1 * * ftp
ip filter dynamic 2 * * domain
ip filter dynamic 3 * * tcp
ip filter dynamic 4 * * udp

ipv6 filter 1 reject * * * * *
ipv6 filter 2 reject * * * * *

tunnel select 1
 tunnel encapsulation ipip
 tunnel endpoint address <gw.transix.jpのIPv6アドレス>
 ip tunnel mtu 1500
 ip tunnel secure filter in 1
 ip tunnel secure filter out 2 dynamic 1 2 3 4
 ip tunnel tcp mss limit auto
 ipv6 tunnel secure filter in 1
 ipv6 tunnel secure filter out 2
 tunnel enable 1

お楽しみ、スピードテストの結果はと言えば、それなりに速かったです。

=== Radish Network Speed Testing Ver.3.2.2 - Test Report ===
測定条件
 精度:高 データタイプ:標準
下り回線
 速度:292.5Mbps (36.56MByte/sec) 測定品質:95.1
上り回線
 速度:92.56Mbps (11.57MByte/sec) 測定品質:86.6
測定者ホスト:***.***.*.***.shared.user.transix.jp
測定サーバー:東京-WebARENA
測定時刻:2014/10/7(Tue) 1:27
------------------------------------------------------------
測定サイト http://netspeed.studio-radish.com/
============================================================
トラックバック - http://d.hatena.ne.jp/pekeq/20141006/p1