CentOS7でifconfigを利用する方法
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#author("2020-05-18T03:28:04+00:00","","")
[[hidekiwiki]]
#html{{
<meta name="description" content="https://fukumoto.tokyo/...
<meta name="keywords" content="普通人間製作所,world fukum...
<link rel="canonical" href="https://fukumoto.tokyo/wiki/"...
<br>
<a href="https://it.blogmura.com/linux/"><img src="https:...
<!-- admax -->
<script src="https://adm.shinobi.jp/s/1a0429ab1f292195e9a...
<!-- admax -->
</html>
}}
** Centos 7では、標準ではifconfig は利用できない。 [#u4ff...
廃止される予定だが、新しいコマンドには慣れない場合は、"n...
どうしても慣れないので、インストール
yum install net-toolsコマンドを実行
**出力例 [#p45e8640]
[root@## ~]# yum install net-tools
読み込んだプラグイン:fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.tsukuba.wide.ad.jp
* extras: ftp.tsukuba.wide.ad.jp
* updates: ftp.tsukuba.wide.ad.jp
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ net-tools.x86_64 0:2.0-0.17.20131004git....
--> 依存性解決を終了しました。
依存性を解決しました
========================================================...
Package アーキテ...
========================================================...
インストール中:
net-tools x86_64 ...
トランザクションの要約
========================================================...
インストール 1 パッケージ
総ダウンロード容量: 304 k
インストール容量: 917 k
Is this ok [y/d/N]: y
Downloading packages:
net-tools-2.0-0.17.20131004git.el7.x86_64.rpm ...
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
インストール中 : net-tools-2.0-0.17.20131004g...
検証中 : net-tools-2.0-0.17.20131004g...
インストール:
net-tools.x86_64 0:2.0-0.17.20131004git.el7
完了しました!
[root@## ~]# ifconfig
eno16777736: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> ...
inet 192.168.11.23 netmask 255.255.255.0 broad...
inet6 fe80::20c:29ff:fe54:487c prefixlen 64 sc...
ether 00:0c:29:54:48:7c txqueuelen 1000 (Ether...
RX packets 15915 bytes 17501578 (16.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 5401 bytes 1309171 (1.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 co...
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 40 bytes 3950 (3.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 40 bytes 3950 (3.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 co...
[root@## ~]# netstat -antp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Addr...
tcp 0 0 127.0.0.1:25 0.0.0.0:* ...
tcp 0 0 0.0.0.0:22 0.0.0.0:* ...
tcp 0 96 192.168.11.23:22 192.168.11.1...
tcp 0 0 192.168.11.23:54027 203.178.132....
tcp6 0 0 ::1:25 :::* ...
tcp6 0 0 :::443 :::* ...
tcp6 0 0 :::80 :::* ...
tcp6 0 0 :::22 :::* ...
終了行:
#author("2020-05-18T03:28:04+00:00","","")
[[hidekiwiki]]
#html{{
<meta name="description" content="https://fukumoto.tokyo/...
<meta name="keywords" content="普通人間製作所,world fukum...
<link rel="canonical" href="https://fukumoto.tokyo/wiki/"...
<br>
<a href="https://it.blogmura.com/linux/"><img src="https:...
<!-- admax -->
<script src="https://adm.shinobi.jp/s/1a0429ab1f292195e9a...
<!-- admax -->
</html>
}}
** Centos 7では、標準ではifconfig は利用できない。 [#u4ff...
廃止される予定だが、新しいコマンドには慣れない場合は、"n...
どうしても慣れないので、インストール
yum install net-toolsコマンドを実行
**出力例 [#p45e8640]
[root@## ~]# yum install net-tools
読み込んだプラグイン:fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.tsukuba.wide.ad.jp
* extras: ftp.tsukuba.wide.ad.jp
* updates: ftp.tsukuba.wide.ad.jp
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ net-tools.x86_64 0:2.0-0.17.20131004git....
--> 依存性解決を終了しました。
依存性を解決しました
========================================================...
Package アーキテ...
========================================================...
インストール中:
net-tools x86_64 ...
トランザクションの要約
========================================================...
インストール 1 パッケージ
総ダウンロード容量: 304 k
インストール容量: 917 k
Is this ok [y/d/N]: y
Downloading packages:
net-tools-2.0-0.17.20131004git.el7.x86_64.rpm ...
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
インストール中 : net-tools-2.0-0.17.20131004g...
検証中 : net-tools-2.0-0.17.20131004g...
インストール:
net-tools.x86_64 0:2.0-0.17.20131004git.el7
完了しました!
[root@## ~]# ifconfig
eno16777736: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> ...
inet 192.168.11.23 netmask 255.255.255.0 broad...
inet6 fe80::20c:29ff:fe54:487c prefixlen 64 sc...
ether 00:0c:29:54:48:7c txqueuelen 1000 (Ether...
RX packets 15915 bytes 17501578 (16.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 5401 bytes 1309171 (1.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 co...
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 40 bytes 3950 (3.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 40 bytes 3950 (3.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 co...
[root@## ~]# netstat -antp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Addr...
tcp 0 0 127.0.0.1:25 0.0.0.0:* ...
tcp 0 0 0.0.0.0:22 0.0.0.0:* ...
tcp 0 96 192.168.11.23:22 192.168.11.1...
tcp 0 0 192.168.11.23:54027 203.178.132....
tcp6 0 0 ::1:25 :::* ...
tcp6 0 0 :::443 :::* ...
tcp6 0 0 :::80 :::* ...
tcp6 0 0 :::22 :::* ...
ページ名: