Redhat7 network

  ip addr                       查看IP

  ifconfig

ip -s link show ens33   查看网卡流量

ip route                      查看路由

route -n

ping -c 3 192.168.1.1

tracepath 8.8.8.8 –n

traceroute 8.8.8.8

ss –lnt                      查看本地监听的TCP端口

[[email protected] ~]# ss -lnt
State      Recv-Q Send-Q                                               Local Address:Port                                                 Peer Address:Port
LISTEN     0      100                                                      127.0.0.1:25                                                              *:*
LISTEN     0      128                                                              *:60927                                                           *:*
LISTEN     0      128                                                              *:111                                                             *:*
LISTEN     0      128                                                              *:22                                                              *:*
LISTEN     0      128                                                      127.0.0.1:631                                                             *:*
LISTEN     0      100                                                            ::1:25                                                             :::*
LISTEN     0      128                                                             :::39912                                                          :::*
LISTEN     0      128                                                             :::111                                                            :::*
LISTEN     0      128                                                             :::80                                                             :::*
LISTEN     0      128                                                             :::22                                                             :::*
LISTEN     0      128                                                            ::1:631                                                            :::*
LISTEN     0      128                                                             :::23                                                             :::*
[[email protected] ~]# netstat -anpt
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      2127/master
tcp        0      0 0.0.0.0:60927           0.0.0.0:*               LISTEN      1637/rpc.statd
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      1295/rpcbind
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1108/sshd
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      2646/cupsd
tcp6       0      0 ::1:25                  :::*                    LISTEN      2127/master
tcp6       0      0 :::39912                :::*                    LISTEN      1637/rpc.statd
tcp6       0      0 :::111                  :::*                    LISTEN      1295/rpcbind
tcp6       0      0 :::80                   :::*                    LISTEN      5006/httpd
tcp6       0      0 :::22                   :::*                    LISTEN      1108/sshd
tcp6       0      0 ::1:631                 :::*                    LISTEN      2646/cupsd
tcp6       0      0 :::23                   :::*                    LISTEN      1/systemd
tcp6       0    157 192.168.1.128:23        192.168.1.101:51008     ESTABLISHED 1/systemd

nmcli配置网络  (nmcli和networkmanager配置网络)

显示所有连接

[[email protected] ~]# nmcli connection show
名称  UUID                                  类型            设备
eth0  8071cc7b-d407-4dea-a41e-16f7d2e75ee9  802-3-ethernet  ens33

 

nmcli connection show eth0     查看网络设备信息

[[email protected] ~]# nmcli connection show eth0
connection.id:                          eth0
connection.uuid:                        8071cc7b-d407-4dea-a41e-16f7d2e75ee9
connection.interface-name:              --
connection.type:                        802-3-ethernet
connection.autoconnect:                 yes
connection.timestamp:                   1448718817
connection.read-only:                   no
connection.permissions:
connection.zone:                        --
connection.master:                      --
connection.slave-type:                  --
connection.secondaries:
connection.gateway-ping-timeout:        0
802-3-ethernet.port:                    --
802-3-ethernet.speed:                   0
802-3-ethernet.duplex:                  --
802-3-ethernet.auto-negotiate:          yes
802-3-ethernet.mac-address:             00:0C:29:25:CD:BF
802-3-ethernet.cloned-mac-address:      --
802-3-ethernet.mac-address-blacklist:
802-3-ethernet.mtu:                     自动
802-3-ethernet.s390-subchannels:
802-3-ethernet.s390-nettype:            --
802-3-ethernet.s390-options:
ipv4.method:                            manual
ipv4.dns:                               8.8.8.8, 8.8.4.4
ipv4.dns-search:
ipv4.addresses:                         { ip = 192.168.1.128/24, gw = 192.168.1.1 }
ipv4.routes:
ipv4.ignore-auto-routes:                no
ipv4.ignore-auto-dns:                   no
ipv4.dhcp-client-id:                    --
ipv4.dhcp-send-hostname:                yes
ipv4.dhcp-hostname:                     --
ipv4.never-default:                     no
ipv4.may-fail:                          yes
ipv6.method:                            ignore
ipv6.dns:
ipv6.dns-search:
ipv6.addresses:
ipv6.routes:
ipv6.ignore-auto-routes:                no
ipv6.ignore-auto-dns:                   no
ipv6.never-default:                     no
ipv6.may-fail:                          yes
ipv6.ip6-privacy:                       -1 (未知)
ipv6.dhcp-hostname:                     --
GENERAL.名称:                           eth0
GENERAL.UUID:                           8071cc7b-d407-4dea-a41e-16f7d2e75ee9
GENERAL.设备:                           ens33
GENERAL.状态:                           已激活
GENERAL.默认:                           是
GENERAL.DEFAULT6:                       否
GENERAL.VPN:                            否
GENERAL.ZONE:                           --
GENERAL.DBUS-PATH:                      /org/freedesktop/NetworkManager/ActiveConnection/1
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/Settings/0
GENERAL.SPEC 对象:                      --
GENERAL.MASTER-PATH:                    --
IP4.地址[1]:                            ip = 192.168.1.128/24, gw = 192.168.1.1
IP4.DNS[1]:                             8.8.8.8
IP4.DNS[2]:                             8.8.4.4
IP6.地址[1]:                            ip = fe80::20c:29ff:fe25:cdbf/64, gw = ::
[[email protected] ~]#

 

[[email protected] ~]# cd /etc/sysconfig/

[[email protected] sysconfig]# cat grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed ‘s, release .*$,,g‘ /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.lvm.lv=rhel/root crashkernel=auto  rd.lvm.lv=rhel/swap vconsole.font=latarcyrheb-sun16 net.ifnames=0 biosdevname=0 vconsole.keymap=us rhgb quiet"
GRUB_DISABLE_RECOVERY="true"
[[email protected] sysconfig]# grub2-mkconfig -o /boot/grub2/grub.cfg
时间: 2024-10-07 00:44:37

Redhat7 network的相关文章

firewalld 网络端口安全详细介绍

redhat7 network port security 网络端口安全 目录: * 1.firewald ---firewalld 服务 * 2.configuring a firewall---配置防火墙 * 3,managing rich rules---管理富规则 * 4,masquerade and port forwarding---伪装和端口转发 * 5,forwarding a port --端口映射 * 6,adding custom firewalld zone and se

基于redhat7.3 ceph对象存储集群搭建+owncloud S3接口整合生产实践

一.环境准备 安装redhat7.3虚拟机四台 在四台装好的虚拟机上分别加一块100G的硬盘.如图所示: 3.在每个节点上配置主机名 4.集群配置信息如下 admin-node node1 node2 node3 192.168.42.110 192.168.42.111 192.168.42.112 192.168.42.113 deploy.osd*1 mon*1.osd*1. rgw*1.mds*1 mon*1.osd*1 mon*1.osd*1 5.各节点配置yum源 #需要在每个主机上

kvm+pxe+kickstart自动化安装redhat7.2

准备软件: kvm.tftp-server.xinetd.dhcp.kickstart.httpd Redhat7.2镜像 前置准备yum源设置: cat /etc/yum.repos.d/media.repo  [media] name="media" baseurl="file:///media" enabled=1 gpgcheck=0 挂载光盘:  mount /dev/sr0 /media 各软件安装配置: 一.kickstart安装 a.安装 yum i

redhat7最小化安装后网络的配置

1.使用ip addr 查看ip地址,检查ip是否生效,一安装好redhat7的时候,默认是没有配置ip地址的 [[email protected] ~]# ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN      link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00     inet 127.0.0.1/8 scope host lo

RedHat7.3搭建KVM

RedHat7.3搭建KVM 1. 宿主机安装RedHat7.3系统 1.1选择语言 中文.简体中文(中国) 1.2安装位置 1.2.1自定义分区,选择LVM,将分区空间全部分配给根 1.2.2禁用Kdump 2.安装KVM 2.1安装前准备 2.1.1配置yum源 2.1.2防火墙处理 setenforce 0 sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux systemctl disable fir

redhat7学习笔记之从零到部署javaweb项目

REDHAT7学习笔记 1. 安装vmware10 安装过程略,下载地址:链接: https://pan.baidu.com/s/16odKKkRYBxGWDVo1cz_wxA 注意,10以上版本不在支持32位,只有10这个版本支持32位同时支持redhat7  64位 2.下载Redhat7  64位 地址:链接: https://pan.baidu.com/s/1NLtT9wuwZDo5IdU33oWCxA 3.查看ip Pifconfig: 在命令行中输入ifconfig是没有用的, 在R

【Redhat7】新装Redhat7使用前基本配置

一.系统配置环境 1.平台:Exsi6.0虚拟化环境2.系统:Redhat7X86_64 二.配置固定IPV4网卡 1.首先切换到"/etc/sysconfig/network-scripts"目录中 cd /etc/sysconfig/network-scripts 2.使用VIM编辑器修改网卡文件"ifcfg-eno16777736" TYPE=Ethernet #设备类型 BOOTPROTO=static #地址分配模式 NAME=eno16777736 #网

ubuntu开机出现waiting for network configuration

ubuntu启动时,出现waiting for network configuration,waiting up to 60 more seconds for network configuration等,进入桌面后网络图标也不见了 解决方法,首先在 /etc/network/interfaces 文件里面无关的都删去,留下lo这个 然后再到/etc/init/failsafe.conf文件里将sleep59改成5或10,sleep50意思是等待59秒

Linux 性能监控 : CPU 、Memory 、 IO 、Network

一.CPU 1.良好状态指标 CPU利用率:User Time <= 70%,System Time <= 35%,User Time + System Time <= 70% 上下文切换:与CPU利用率相关联,如果CPU利用率状态良好,大量的上下文切换也是可以接受的 可运行队列:每个处理器的可运行队列<=3个线程 2.监控工具 vmstat $ vmstat 1 procs -----------memory---------- ---swap-- -----io---- --s