linux-网络管理

Posted dailycode

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux-网络管理相关的知识,希望对你有一定的参考价值。

网络管理

环境:ubuntu-16.04.4-server-amd64

/etc/network/interfaces 网卡配置信息
auto lo #auto 表示系统启动(boot up)时 自动加载lo接口
iface lo inet loopback #接口 lo 用作 loopback 本地回环测试
auto ens33
iface ens33 inet dhcp

/etc/resolv.conf dns配置信息
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 192.168.2.1

/etc/init.d 存储服务的快捷方式
# ll /etc/init.d |grep apa
-rwxr-xr-x 1 root root 8087 6月 11 22:24 apache2*
# ps -ef|grep apa
root 1270 1 0 09:41 ? 00:00:00 /usr/sbin/apache2 -k start

ifconfig












以上是关于linux-网络管理的主要内容,如果未能解决你的问题,请参考以下文章

Linux网络管理

linux网络配置

linux 查看当前的网络配置

linux怎么配置网络设置(linux怎么配置网络 连接外网)

linux网络设置

linux如何消耗网络流量?