- FutureNet製品活用ガイド
- FutureNet NXR,VXRシリーズ
- LANインタフェース編
FutureNet
NXR,VXRシリーズ
LANインタフェース編
2. DHCP設定
2-1. DHCPサーバ設定
LAN内の端末に自動的にIPv4アドレス等を設定するDHCPサーバの設定例です。なお特定の端末に対して常に同じIPアドレスを割り当てる設定も行っています。
コンテンツ | |||||
構成図 | 設定フロー | 設定例 | 設定例解説 | 端末の設定例 | 付録 |
【 構成図 】
- MACアドレス「00:80:6D:XX:XX:XX」 の端末には、DHCPサーバから固定IPアドレスを割り当てます。
【 設定フロー 】
【 設定例 】
nxrg100#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
nxrg100(config)#interface ethernet 0
nxrg100(config-if)#ip address 192.168.10.1/24
nxrg100(config-if)#exit
nxrg100(config)#dhcp-server bind 00:80:6D:XX:XX:XX 192.168.10.250
% restart dhcp-server to apply this setting.
nxrg100(config)#dhcp-server 1
nxrg100(config-dhcps)#network 192.168.10.0/24 range 192.168.10.200 192.168.10.210
nxrg100(config-dhcps)#gateway 192.168.10.1
nxrg100(config-dhcps)#dns-server 203.0.113.253 203.0.113.254
nxrg100(config-dhcps)#exit
nxrg100(config)#ip route 0.0.0.0/0 203.0.113.2
nxrg100(config)#interface ethernet 1
nxrg100(config-if)#ip address 203.0.113.1/30
nxrg100(config-if)#ip masquerade
nxrg100(config-if)#ip spi-filter
nxrg100(config-if)#ip tcp adjust-mss auto
nxrg100(config-if)#exit
nxrg100(config)#dns
nxrg100(config-dns)#service enable
nxrg100(config-dns)#address 203.0.113.253
nxrg100(config-dns)#address 203.0.113.254
nxrg100(config-dns)#exit
nxrg100(config)#fast-forwarding enable
nxrg100(config)#exit
nxrg100#save config
Enter configuration commands, one per line. End with CNTL/Z.
nxrg100(config)#interface ethernet 0
nxrg100(config-if)#ip address 192.168.10.1/24
nxrg100(config-if)#exit
nxrg100(config)#dhcp-server bind 00:80:6D:XX:XX:XX 192.168.10.250
% restart dhcp-server to apply this setting.
nxrg100(config)#dhcp-server 1
nxrg100(config-dhcps)#network 192.168.10.0/24 range 192.168.10.200 192.168.10.210
nxrg100(config-dhcps)#gateway 192.168.10.1
nxrg100(config-dhcps)#dns-server 203.0.113.253 203.0.113.254
nxrg100(config-dhcps)#exit
nxrg100(config)#ip route 0.0.0.0/0 203.0.113.2
nxrg100(config)#interface ethernet 1
nxrg100(config-if)#ip address 203.0.113.1/30
nxrg100(config-if)#ip masquerade
nxrg100(config-if)#ip spi-filter
nxrg100(config-if)#ip tcp adjust-mss auto
nxrg100(config-if)#exit
nxrg100(config)#dns
nxrg100(config-dns)#service enable
nxrg100(config-dns)#address 203.0.113.253
nxrg100(config-dns)#address 203.0.113.254
nxrg100(config-dns)#exit
nxrg100(config)#fast-forwarding enable
nxrg100(config)#exit
nxrg100#save config
【 設定例解説 】
1. <LAN側(ethernet0)インタフェース設定>
nxrg100(config)#interface ethernet 0
nxrg100(config-if)#ip address 192.168.10.1/24
nxrg100(config-if)#ip address 192.168.10.1/24
ethernet0インタフェースのIPアドレスを設定します。
2. <DHCPサーバ設定>
nxrg100(config)#dhcp-server bind 00:80:6D:XX:XX:XX 192.168.10.250
IPアドレスの固定割り当てを設定します。
nxrg100(config)#dhcp-server 1
DHCPサーバのサーバナンバとして1を設定します。
nxrg100(config-dhcps)#network 192.168.10.0/24 range 192.168.10.200 192.168.10.210
DHCPサーバで配布するIPアドレスのネットワークおよびリース範囲を設定します。
nxrg100(config-dhcps)#gateway 192.168.10.1
DHCPサーバで配布するゲートウェイアドレスを設定します。
nxrg100(config-dhcps)#dns-server 203.0.113.253 203.0.113.254
DHCPサーバで配布するDNSサーバアドレスを設定します。
3. <スタティックルート設定>
nxrg100(config)#ip route 0.0.0.0/0 203.0.113.2
デフォルトルートを設定します。
4. <WAN側(ethernet1)インタフェース設定>
nxrg100(config)#interface ethernet 1
nxrg100(config-if)#ip address 203.0.113.1/30
nxrg100(config-if)#ip address 203.0.113.1/30
ethernet1インタフェースのIPアドレスを設定します。
nxrg100(config-if)#ip masquerade
nxrg100(config-if)#ip spi-filter
nxrg100(config-if)#ip tcp adjust-mss auto
nxrg100(config-if)#ip spi-filter
nxrg100(config-if)#ip tcp adjust-mss auto
IPマスカレード、ステートフルパケットインスペクションを有効にします。またTCP MSSの調整機能をオートに設定します。
5. <DNS設定>
nxrg100(config)#dns
nxrg100(config-dns)#service enable
nxrg100(config-dns)#service enable
DNSサービスを有効にします。
nxrg100(config-dns)#address 203.0.113.253
nxrg100(config-dns)#address 203.0.113.254
nxrg100(config-dns)#address 203.0.113.254
プロバイダから指定されたプライマリ,セカンダリのDNSサーバアドレスを設定します。
6. <ファストフォワーディング設定>
nxrg100(config)#fast-forwarding enable
ファストフォワーディングを有効にします。ファストフォワーディングを有効にすることでパケット転送を高速に処理することができます。
(☞) ファストフォワーディングの詳細および利用時の制約については、NXR,WXRシリーズのユーザーズガイド(CLI版)に記載されているファストフォワーディングの解説をご参照ください。
【 端末の設定例 】
IPアドレス | DHCPサーバから自動取得 |
サブネットマスク | |
デフォルトゲートウェイ | |
DNSサーバ |
【 付録 】
目次
更新情報
→ 一覧へカテゴリ
タグ
- CRG
- DDNS
- DHCP
- DNAT
- DNSインターセプト
- Ethernet
- IIJモバイル
- IKE Modeconfig
- IKEv2 Configuration Payload
- IPinIP
- IPoE
- IPv6
- KDDI
- L2TPv3
- MAP-E
- NGN
- NTTドコモ
- PBR
- Policy Based IPsec
- PPP
- PPPoE
- QoS
- RADIUS連携
- RAシリーズ
- Route Based IPsec
- SMS
- SNAT
- SoftBank
- UPnP
- URL転送
- VLAN
- VRRP
- Web認証
- WiMAX
- コンフィグロールバック
- ネットイベント
- フィルタ
- ブリッジ
- モニタログ
- ワイモバイル
- 仮想スイッチ
- 冗長化
- 無線LAN