トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS

その他設定(RTX1100)

Last-modified: 2016-03-23 (水) 12:31:59 (2949d)
Top / その他設定(RTX1100)

その他設定(RTX1100)

DHCPサーバの設定

RTX1100のDHCPサーバを用いて、IPアドレスを配布
Ex.192.168.0.200~239まで、40個のIPアドレスをDHCPにて配布

dhcp service server
dhcp scope 1 192.168.0.200-192.168.0.239/24

winsサーバの設定

DHCPを用いたIPアドレスの配布時に、winsサーバ設定も配布

wins server xxx.xxx.xxx.xxx

proxyサーバの設定

DHCPを用いたIPアドレスの配布時に、proxyサーバ設定も配布
Ex.192.168.0.254にて、proxy.pacファイルを配置してある場合

dhcp scope option 1 252=68,74,74,70,3a,2f,2f,31,39,32,2e,31,36,38,2e,30,2e,32,35,34,2f,70,72,6f,78,79,2e,70,61,63

DHCP予約機能

DHCPを用いたIPアドレスの配布時に、配布IPアドレスをあらかじめMACアドレスにて予約
Ex.クライアントPCのDHCP設定は変更したくないが、社内では特定IPアドレスを使わせたい場合等

dhcp scope bind 1 192.168.0.200 ethernet 00:12:34:56:78:90
dhcp scope bind 1 192.168.0.201 ethernet 00:ab:cd:ef:12:34