How To Find All IP Addresses on LinuxすべてのIPアドレスを検索する方法をLinux
Run the command:コマンドを実行します:
ip address show IPアドレスの詳細
In the output you will find lines like these:行して、 [出力には、これらのように:
inet 127.0.0.1 /8 scope host loのinet 127.0.0.1 / 8範囲内のホストlo
inet 192.168.1.10 /24 brd 192.168.1.255 scope global eth1のinet 192.168.1.10 / 24 brd 192.168.1.255グローバルスコープeth1
The highlighted portions are your (ipv4) ip addresses.の部分が強調して( IPv4の) IPアドレスです。
The /8 or /24 represents your network.は、 / 8または/ 24お客様のネットワークを表しています。 /8 means your subnet mask is 255.0.0.0 and /24 means your subnet mask is 255.255.255.0. / 8を意味してサブネットマスクは255.0.0.0と/ 24を意味してサブネットマスクが255.255.255.0を指定します。 You will not have a subnet typically for a point-to-point connection.サブネット上には表示されません、通常は、ポイントツーポイント接続します。
Note: The lines containing inet6 provides the ipv6 addresses.注: inet6には、 IPv6アドレスを含む行です。
Filed under提出されて Fedora 7 7ソフト帽 , 、 Fedora Core 6 Fedora Coreの6 , 、 Headline Newsニュースの見出し , 、 How Toどのように , 、 Linuxリナックス , 、 Linux Migration Linuxへの移行 , 、 Webウェブ , 、 Web Hostingウェブホスティング | |
| |
RSS 2.0 RSS 2.0を | |
Trackbackトラックバック this Article |この記事|
Email this Article電子メールこの記事
You may also like to readを読むようにすることも可能 |




October 4th, 2007 at 9:30 pm 2007年10月4日の午後9時30分
I want to know the IP address of the LINUX SERVER for practicing the linux commnads.のか、知りたいのは、 LinuxサーバーのIPアドレスを、 Linuxの練習commnadsです。 We have a network system in our office.私たちは、ネットワークシステムの弊社事務所です。