パソねた: 2009年6月アーカイブ
IP電話のアダプタNTTのVoIPアダプタをいじる!
何を?このVoIPにはWANとLANポートがあり動作モードはアダプタのくせにDHCPサーバーが有効、設定を触るにはLANポートにパソコンをつなぎ192.168.100.1にアクセスしないと接てが開けない!くせにWAN側からの保守の有効無効がある!
どないやねん!
ということで、
・DHCPサーバーを無効
・WAN側IPで管理画面が開けるように
・NATを無効に
をするためにいじってみる
まずはファームをVer.2.52 へダウン
→ http://www.ntt-west.co.jp/kiki/download/flets/voip/index2.html
telnetでWAN側IPへアクセス
・まずはログイン
ID: r00t
PASS: voipfone
・WAN側IPで管理画面が開けるように
MTA> cd net
MTA/net> wanport_web on
You need to enter the 'write' and 'reset' command to apply the changes.
MTA/net> write
NVRAM parameters updated.....
MTA/net> reset
・DHCPサーバーを無効
MTA> cd dhcps
MTA/dhcps> enable off
You need to enter the 'write' and 'reset' command to apply the changes.
MTA/dhcps> write
NVRAM parameters updated.....
MTA/dhcps> reset
・ MTA> cd nat
MTA/nat> enable off
You need to enter the 'write' and 'reset' command to apply the changes.
MTA/nat> write
NVRAM parameters updated.....
MTA/nat> reset
これでWAN側だけネットワークに接続されていればWebから管理画面が開ける
当方のネットワークはWindows 2003 Server のDHCPサーバーを使っているので予約の設定を行った