web-dev-qa-db-ja.com

「ユニバーサル」wifiアダプターのデフォルトゲートウェイ設定

IOGear Universal Wi-Fi N Adapter のデータシートには、Linux(Fedora 10(Kernel:2.6.27.5-117))がサポートされているが、マニュアルには指示がありません。

Xfceネットワーク接続GUIを使用して静的IPアドレスをセットアップする場合:

enter image description here

マニュアルの33ページには、次の指示が記載されています(Macの場合):

左ペインでイーサネット接続を選択します。次に、configureをManualに変更し、IPアドレス192.168.1.100とサブネットマスク255.255.255.0を入力します。 [ルーター]ボックスと[DNS]ボックスのエントリをすべて削除し、[適用]をクリックします。

デフォルトゲートウェイは0.0.0.0ですか?または、アダプターがインターネット接続を取得するルーターのIPアドレス(この場合は192.168.0.1)ですか? デフォルトゲートウェイのウィキペディアページ を読んだところ、「はい」が示唆されましたが、よくわかりません。

または、アダプター自体のIPアドレスにする必要がありますか?

1
Thufir

ゲートウェイは、インターネットへの接続を提供するルーターのIPである必要があります。 0.0.0.0に設定しても、どこにも行きません。ゲートウェイを見つける1つの方法は、既にインターネットに接続されているシステムを使用して、 Ctrl+Alt+T キーボードでターミナルを開きます。開いたら、以下のコマンドを実行します:

route

この出力: enter image description here

デフォルトゲートウェイを追加するには、質問にあるGUIユーティリティまたはターミナルから使用できます。 (あなたの場合)

Sudo ip route add default via 192.168.0.1
2
Mitch

重要なステップは、アダプターの電源を再投入することです(はい、細かいマニュアルを読むことに頼らなければなりませんでした)。 (また、アダプターをリセットしました。)

interfaces.staticinterfacesにコピーした後、service networking restartを実行し、firefoxを192.168.1.252(以前のように)にナビゲートし、ワイヤレス(SSIDとパスワード)を構成しました。

重要なステップは、アダプターの電源を入れ直すことです。次に、dhcpに戻り、ネットワークを再起動します。

thufir@dur:/etc/network$ 
thufir@dur:/etc/network$ ll
total 44
drwxr-xr-x   6 root root  4096 Jun  4 18:42 ./
drwxr-xr-x 166 root root 12288 Jun  9 14:58 ../
drwxr-xr-x   2 root root  4096 May 13 00:59 if-down.d/
drwxr-xr-x   2 root root  4096 May 13 00:50 if-post-down.d/
drwxr-xr-x   2 root root  4096 May 12 21:00 if-pre-up.d/
drwxr-xr-x   2 root root  4096 May 13 01:01 if-up.d/
-rw-r--r--   1 root root   268 Jun  9 15:08 interfaces
-rw-r--r--   1 root root   268 Jun  4 18:42 interfaces.dhcp
-rw-r--r--   1 root root   336 Jun  6 21:26 interfaces.static
lrwxrwxrwx   1 root root    12 May 12 20:17 run -> /run/network/
thufir@dur:/etc/network$ 
thufir@dur:/etc/network$ 
thufir@dur:/etc/network$ nl interfaces.static 
     1  # This file describes the network interfaces available on your system
     2  # and how to activate them. For more information, see interfaces(5).

     3  # The loopback network interface
     4  auto lo
     5  iface lo inet loopback

     6  # The primary network interface
     7  auto eth1
     8  iface eth1 inet static
     9  address 192.168.1.100
    10  netmask 255.255.255.0
    11  gateway 192.168.1.252
thufir@dur:/etc/network$ 
thufir@dur:/etc/network$ nl interfaces.dhcp 
     1  # This file describes the network interfaces available on your system
     2  # and how to activate them. For more information, see interfaces(5).

     3  # The loopback network interface
     4  auto lo
     5  iface lo inet loopback

     6  # The primary network interface
     7  auto eth1
     8  iface eth1 inet dhcp
thufir@dur:/etc/network$ 
thufir@dur:/etc/network$ ping 192.168.1.252
PING 192.168.1.252 (192.168.1.252) 56(84) bytes of data.
^C
--- 192.168.1.252 ping statistics ---
7 packets transmitted, 0 received, 100% packet loss, time 6048ms

thufir@dur:/etc/network$ 
thufir@dur:/etc/network$ ping ie100.net
PING ie100.net (61.147.105.17) 56(84) bytes of data.
64 bytes from 61.147.105.17: icmp_req=1 ttl=112 time=176 ms
64 bytes from 61.147.105.17: icmp_req=2 ttl=112 time=178 ms
64 bytes from 61.147.105.17: icmp_req=3 ttl=112 time=184 ms
64 bytes from 61.147.105.17: icmp_req=4 ttl=112 time=176 ms
64 bytes from 61.147.105.17: icmp_req=5 ttl=112 time=177 ms
64 bytes from 61.147.105.17: icmp_req=6 ttl=112 time=176 ms
^C
--- ie100.net ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 5005ms
rtt min/avg/max/mdev = 176.565/178.483/184.375/2.757 ms
thufir@dur:/etc/network$ 
thufir@dur:/etc/network$ route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.0.1     0.0.0.0         UG    0      0        0 eth1
link-local      *               255.255.0.0     U     1000   0        0 eth1
192.168.0.0     *               255.255.255.0   U     0      0        0 eth1
thufir@dur:/etc/network$ 
thufir@dur:/etc/network$ 

私にとって不明確なのは、アダプターをpingできない理由です。アダプターは192.168.1.252にありますが、pingできないようです。実際、なぜ静的からdhcpに変更しなければならないのか、ルーターの電源を入れ直さなければならない理由はわかりません。おそらくルーターは特定のIPアドレスからのpingのみを受け入れ、コンピューターがDHCPで接続するときにその魔法のIPアドレスが割り当てられないのでしょうか?

アダプタをリセットし、電源を再投入すると問題が「解決」したと思います。なぜ私がそうしなければならなかったのか分からない。

0
Thufir