全部博文(80)
发布时间:2013-07-09 16:28:11
iptables简介 netfilter/iptables(简称为iptables)组成Linux平台下的包过滤防火墙,与大多数的Linux软件一样,这个包过滤防火墙是免费的,它可以代替昂贵的商业防火墙解决方案,完成封包过滤、封包重定向和网络地址转换(NAT)等功能。iptables基础 规则(rules)其.........【阅读全文】
发布时间:2013-07-09 15:40:55
了解 iptables 的工作流程对于理解其各种命令和参数以及选项非常有帮助,也是设计 iptables 的基础。开启了 iptables 之后,所有通过系统网卡接口的数据都会经过 iptables 的检查和处理。iptables 就像是一道流水线,其各条规则就像是流水线上的技工,各规则按照一定的顺序排列在流水线上。所有进入 iptables 的数据包.........【阅读全文】
发布时间:2013-01-05 14:35:44
SIP requestsRequest nameDescriptionDefined inINVITEIndicates a client is being invited to participate in a call session.RFC 3261ACKConfirms that the client has received a final response to an INVITE request.RFC 3261BYETerminates a call and can be sent by either the caller or the callee.RFC 3261CANCE......【阅读全文】