IX2015+HE.netで始めるIPv6トンネル接続
提供:泣かないでゆり子
ナビゲーションに移動検索に移動大学がIPv6プリフィックスを配ってくれないので、私設のCisco1721ルータで研究室からIPv6接続をしていたが、Cisco1721でPPPoE+IPoE接続をするために大学から自宅にCiscoルータを持って帰ってしまい、IPv6接続ができなくなってしまったので、別に新しく買ったNEC Univerge IX2015を研究室に設置してIPv6接続をしてみた(^^♪
5Mbpsくらいしか出ないCiscoルータと比べて、82.16Mbpsも出るw ちなみにv4の実効速度は455Mbpsほど。
コンフィグの説明
気が向いたら書く・・・
コンフィグ
Current configuration : 1952 bytes ! NEC Portable Internetwork Core Operating System Software ! IX Series IX2010 (magellan-sec) Software, Version 7.3.27, RELEASE SOFTWARE ! Compiled Apr 27-Thu-2006 14:03:32 JST #2 ! Current time Oct 19-Mon-2015 13:21:09 JST ! service password-encryption ! hostname IX2015 timezone +09 00 ! ! username admin password hash ******************** administrator ! ! ! !NTP:fitntp.fit.ac.jp ntp server 150.43.1.5 !NTP:ntp.nict.jp ntp server 133.243.238.163 ntp server 2001:df0:232:eea0::fff3 ! ! ! logging buffered 1048576 logging subsystem all error logging timestamp timeofday ! ! ! ip route default 150.43.***.** ip access-list telnet permit ip src 150.43.***.**/27 dest 150.43.***.**/32 ! ! ipv6 route default Tunnel0.0 ipv6 access-list telnet6 permit ip src 2001:470:24:a17::0/64 dest 2001:470:24:a1 7::1 ipv6 access-list telnet6 permit ip src fe80::0/64 dest fe80::1 ! ! ! !DNS:ns01.fit.ac.jp ip name-server 150.43.1.3 !DNS:google-public-dns-a.google.com ip name-server 8.8.8.8 ipv6 name-server 2001:4860:4860::8888 !DNS:google-public-dns-b.google.com ipv6 name-server 2001:4860:4860::8844 ! ! telnet-server ip enable telnet-server ip access-list telnet telnet-server ipv6 enable telnet-server ipv6 access-list telnet6 ! ! ! ! ! ! ! ! device FastEthernet0/0 ! device FastEthernet0/1 ! device FastEthernet1/0 ! device BRI1/0 isdn switch-type hsd128k ! interface FastEthernet0/0.0 description LocalLAN ip address 150.43.***.**/27 ipv6 enable ipv6 address 2001:470:24:a17::1/64 ipv6 address fe80::1/64 ipv6 nd send-ra no shutdown ! interface FastEthernet0/1.0 no ip address shutdown ! interface FastEthernet1/0.0 no ip address shutdown ! interface BRI1/0.0 encapsulation ppp no auto-connect no ip address shutdown ! interface Loopback0.0 no ip address ! interface Null0.0 no ip address ! interface Tunnel0.0 description Hurricane Electric IPv6 Broker tunnel mode 6-over-4 tunnel destination 74.82.46.6 tunnel source 150.43.***.** no ip address ipv6 enable ipv6 address 2001:470:23:a17::2/64 no shutdown
関連項目
Cisco1721+HE.netで始めるIPv6トンネル接続 - Ciscoルータを使う場合のコンフィグ