10.12 firewalld和netfilter 关闭SELinux 关闭firewalld 安装iptables,打开netfilter 10.13 netfilter5表5链介绍 filter 表用于过滤包,最常用的表有INPUT丶FORWARD丶OUTPUT三个链 nat表用于网络地址转换, ...
分类:
其他好文 时间:
2018-08-27 21:53:14
阅读次数:
177
10.11Linux网络相关修改配置网卡配置文件/etc/sysconfig/network-scripts/ifcfg-xxx(网卡)ifconfig查看网卡的ip,安装网卡的命令:yuminstallnet-toolsifdownens33&&ifupens33重启网卡(服务器上和终端连接)systemctlrestartnetwork重启网卡mii-toolens33:查看ens33网卡是否
分类:
Web程序 时间:
2018-07-16 16:24:39
阅读次数:
189
一:linux网络相关ifconfig命令,如果没有,用下列命令安装一下yuminstall-ynet-tools如果想禁用一个网卡:ifdownens33启用网卡ifupens33重启网卡ifdownens33&&ifupens33设定虚拟网卡ens33:0cd/etc/sysconfig/network-scripts/cpifcfg-ens33ifcfg-ens33\:0vi
分类:
Web程序 时间:
2018-07-13 01:26:24
阅读次数:
227
iptables和netfilter的关系: netfilter在内核空间的代码根据table中的rules,完成对packet的分析和处置。但是这些table中的具体的防火墙rules,还是必须由系统管理员亲自编写。内核中的netfilter只是提供了一个机制,它并不知道该怎样利用这个机制,写出合 ...
分类:
Web程序 时间:
2018-06-23 01:42:53
阅读次数:
325
#setenforce0//临时关闭selinux#vi/etc/selinux/config//永久关闭selinux需要修改这个配置文件将SELINUX=enforcing修改为SELINUX=disabled#getenforce//查看selinux是否关闭centos7之前使用netfilter防火墙centos7开始使用firewalld防火墙以下是在centos7上关闭firewal
分类:
Web程序 时间:
2018-05-09 10:52:31
阅读次数:
175
Linux网络相关centOS版本6里,如果想用ifconfig得安装个net-tools[root@localhost~]#yuminstall-ynet-tools关闭一个网卡[root@localhost~]#ifdownens33开启网卡[root@localhost~]#ifupens33重启网卡[root@localhost~]#ifdownens33&&ifupens
分类:
Web程序 时间:
2018-05-08 23:03:09
阅读次数:
249
Linux网络相关ifconfig查看网卡ip(需要安装net-tools包)ipadd也可以查看网卡ipyuminstall-ynet-tools当你的网卡没有ip的时候是不显示的,但是加上-a就可以查看到。ifconfig-a关闭指定网卡(如果你正在连接这个网卡使用该命令会断开连接,所以不要用该命令关闭正在使用的网卡)(ens33是网卡名,根据当前服务器网卡名使用)ifdownens33启动指
分类:
Web程序 时间:
2018-05-08 19:32:28
阅读次数:
189
10.11Linux网络相关ifconfig查看网卡的ip(yuminstallnet-tools)ifdownens33&&ifupens33这个命令在终端连接重启网卡的时候比较好用mii-toolens33查看ens33网卡是否连接(link-ok)ethtoolens33这个命令也可以查看网卡是否连接(detectedyes/no)更改主机名为aminglinux:hostn
分类:
Web程序 时间:
2018-05-07 10:21:34
阅读次数:
197
firewalld和netfilterselinux零时关闭防火墙setenforce0selinux永久关闭vim/etc/selinux/config把SELINUX=enforcing改为disabled别改成下面的,会影响开机更改后重启系统就可以了可以用getenforce查看状态Centos7之前使用netfilter防火墙Centos7开始使用firewalld防火墙关闭firewal
分类:
Web程序 时间:
2018-03-22 23:46:52
阅读次数:
258
三十一、Linux网络相关、firewalld和netfilter、netfilter5表5链介绍、iptables语法
分类:
Web程序 时间:
2018-03-22 01:39:10
阅读次数:
262