IX2015を触ってみる

LOCALの澤田さんが、IX2015を貸してくれたので、ちょろっと設定してみる。わざわざ夜遅く自転車でIX2015を持ってきてくれた澤田さん、ありがとうございます。

IX2015は階層型CLIなので、まぁCiscoっぽいっちゃーCiscoぽいけど、やっぱり多少コマンドに癖がありますね。楽だけど。
---
(1)Configモードに移行。
# enable-config

(2)タイムゾーンの設定
(config)# timezone 9
(config)# clock 21 10 0 19 5 2009
(config)# show clock

(3)ホスト名の設定
(config)# hostname ixrt01

(4)インターフェースの設定。僕の環境だとADSLルータの後ろにもう1つセグメント作る形に。
(config)# ip route default 192.168.0.1
(config)# interface FastEthernet0/0.0
(config-FastEthernet0/0.0)# ip address 192.168.0.100/24
(config-FastEthernet0/0.0)# no shutdown
(config-FastEthernet0/0.0)# show ip address
(config-FastEthernet0/0.0)# show interface
(config-FastEthernet0/0.0)# exit
(config)# interface FastEthernet1/0.0
(config-FastEthernet1/0.0)# ip address 192.168.10.254/24
(config-FastEthernet1/0.0)# no shutdown
(config-FastEthernet1/0.0)# show ip address
(config-FastEthernet1/0.0)# show interface
(config-FastEthernet1/0.0)# exit
(config)# show ip route

(5)Proxy DNSでADSLルータを指定。
(config)# proxy-dns server 192.168.0.1
(config)# proxy-dns ip enable

(6)DHCPサーバ設定。
(config)# ip dhcp enable
(config)# ip dhcp profile home
(config-dhcp-home)# assignable-range 192.168.10.10 192.168.10.50
(config-dhcp-home)# subnet-mask 255.255.255.0
(config-dhcp-home)# default-gateway 192.168.10.254
(config-dhcp-home)# dns-server 192.168.0.100
(config-dhcp-home)# show ip dhcp profile home
(config-dhcp-home)# exit
(config)# interface FastEthernet1/0.0
(config-FastEthernet1/0.0)# ip dhcp binding home
(config-FastEthernet1/0.0)# exit

(7)TelnetサーバをACL付けで設定。
(config)# telnet-server ip enable
(config)# ip access-list home permit ip src 192.168.10.0/24 dest any
(config)# show ip access-list home
(config)# telnet-server ip access-list home

(8)お約束。
(config)# wr m
---
折角IPv6が使えるルータなので、IPv6で触りたいなぁと思って、何故かOCN光withフレッツ+IPv6オプションを申し込み中です。あれ?

このブログの人気の投稿

転職のお知らせ

40代の減量戦略 〜体重-14kg、体脂肪率-12%を実現した具体的な方法〜

45歳になりました