スポンサーリンク
スポンサーリンク

【対処法】NEC IXルーター初期化してもWeb GUIが有効にならないときの2ステップ(Web GUI有効化)

備忘録
スポンサーリンク

IX2106

コンフィグモードに移行してから、設定を流し込む。

Router# enable-config
timezone +09 00
logging buffered 131072
logging subsystem all warn
logging timestamp datetime
ip ufs-cache enable
ip dhcp enable
ip access-list web-http-acl permit ip src any dest 192.168.1.254/32
http-server ip access-list web-http-acl
http-server ip enable
ip dhcp profile web-dhcp-gigaethernet1.0
  dns-server 192.168.1.254
device GigaEthernet0
device GigaEthernet1
interface GigaEthernet0.0
  no ip address
  shutdown
interface GigaEthernet1.0
  ip address 192.168.1.254/24
  ip dhcp binding web-dhcp-gigaethernet1.0
  no shutdown
interface Loopback0.0
  no ip address
interface Null0.0
  no ip address
web-console system information
  o lan1 GigaEthernet1.0

最後に設定を記憶させます。

Router(config)#  exit
Router# write memory