Modules are small kernel extensions ,that may be loaded and unloaded at will● Can implement drivers, filesystems, firewall,and more● Are located under...
分类:
系统相关 时间:
2014-07-29 20:53:52
阅读次数:
235
一、Linux系统安装配置
1.安装系统时选Desktop
2.设置eth0网卡为静态IP,添加子网掩码,网关,DNS,并配置自动启动
3.修改/etc/hosts,添加主机名和对应IP
4.禁用firewall和selinux
chkconfig iptables off
vi /etc/selinux/config
SELINUX=disabled...
分类:
数据库 时间:
2014-07-29 14:18:48
阅读次数:
412
A method includes periodically sending a polling call to an enterprise system outside the firewall at a first polling rate during normal operating con...
分类:
其他好文 时间:
2014-07-25 02:15:34
阅读次数:
480
手动卸载Officescan/osce 当officescan客户端损坏 或其他一些意外情况导致officescan 无法正常卸载时? 可使用手动卸载方案 Solution: ? A.停止如下服务:? OfficeScan NT Firewall (如果存在)? OfficeScan NT ...
分类:
其他好文 时间:
2014-07-21 14:09:16
阅读次数:
1642
LinuxcomeswithahostbasedfirewallcalledNetfilter.Accordingtotheofficialprojectsite:netfilter
isasetofhooksinsidetheLinuxkernelthatallowskernelmodulesto
registercallbackfunctionswiththenetworkstack.Aregistered
callbackfunctionisthencalledbackforeverypackettha..
分类:
系统相关 时间:
2014-07-21 12:34:43
阅读次数:
400
默认情况下ubuntu无firewall,除非你自己安装了,怎么装的就怎么删呗。。
如果是已启用的自备的iptables 删了就行了
sudo apt-get remove iptables。...
分类:
其他好文 时间:
2014-07-18 18:02:19
阅读次数:
213
#!/bin/sh
#
# iptables Start iptables firewall
#
# chkconfig: 2345 08 92
# description: Starts, stops and saves iptables firewall
#
# config: /etc/sysconfig/iptables
# co...
分类:
其他好文 时间:
2014-07-18 12:23:55
阅读次数:
354
[libvirt] FYI: a short guide to libvirt & network filtering iptables/ebtables use Firewall / network filtering in libvirt ============================...
分类:
Web程序 时间:
2014-07-16 18:20:26
阅读次数:
348
#platform=x86, AMD64, or Intel EM64T#version=DEVEL# Firewall configuration,关闭防火墙firewall --disabled# Install OS instead of upgrade,每次安装均为全新安装install# ...
分类:
其他好文 时间:
2014-07-13 23:02:34
阅读次数:
318