これRed Hat Enterprise Linux 7ネットワーキングガイド(リンクを参照)次の構文を使用して、サブネットをゲートウェイに割り当てる必要があることを示します。
nmcli connection modify eth0 +ipv4.routes “192.168.122.0/24 10.0.0.1”
255.255.255.248
インターネットサービスプロバイダが提供するサブネットマスクとデフォルトゲートウェイに対応するように上記の内容をどのように調整しますか?aa.aa.aaa.aa6
それは次のとおりです。
nmcli connection modify eth0 +ipv4.routes “255.255.255.248 aa.aa.aaa.aa6”
気づく:
サブネットは2つの形式で提供されます。
ㅏ。 RHEL7ネットワーキングガイドは192.168.122.0/24
b形式のサブネットを提供します
。インターネットサービスプロバイダは255.255.255.248
。さらに重要なことは、
a。 RHEL7ネットワーキングガイドでは、ゲートウェイを次のように考えています。プライベートIP、一方
b.インターネットサービスプロバイダは、ゲートウェイを次の目的で使用します。公開IP。
注:上記の情報を次の手順に従って提供すると、Windowsノートブックがインターネットに接続され、有効なIPアドレスの5つのうちの1つとして認識される可能性があります。
1. Control Panel > Network and Internet > Network and Sharing Center
2. Click “Change Adapter Settings”
3. Right click on “Ethernet 2” connection and click on “Properties”
4. Select “Internet Protocol Version 4 (TCP/IPv4)”
5. Then click on “Properties” Button to open the target dialog box:
a. In the default state, the “Obtain IP address automatically” option is checked
b. To claim a specific IP instead, click “Use The Following IP Address” and enter the following information:
i. IP Address: aa.aa.aaa.aa1
ii. Subnet Mask: 255.255.255.248
iii. Default Gateway: aa.aa.aaa.aa6
iv. Preferred DNS Server: bb.bb.bb.bb
v. Alternate DNS Server: bb.bb.cc.cc
vi. Check the “Validate Settings on Exit” option.
vii. Click OK
6. Click on any other open dialog boxes to return computer to normal state