1、 毕业设计(论文) Linux 下的防火墙网页程序研发下的防火墙网页程序研发 LINUX IPTABLES WEB APPLICATIONS UNDER DEVELOPMENT 学生学号 学生姓名 学院名称 信电工程学院 专业名称 计算机科学与技术 指导教师 2011 年 6 月 8 日 I 摘要 随着 Internet 的迅猛发展, 安全问题成为了网络信息传输的头等大事, 针对安全问题, 我们引入了防火墙的概念。 本系统基于 Linux 系统,核心是 Linux 下的强大的 netfilter/iptables 工具,由于 Linux 下 的操作为命令行模式,对普通用户的使用造成了极大的不便
2、,本系统使用 B/S 模式,将防 火墙设置简洁直观的用网页的方式显示出来,以 Java+Mysq+Tomcat 为平台,使用 Eclipse 工具编写。本系统将实现数据包过滤、端口映射等防火墙必备功能。 关键词关键词 Internet;Linux;Eclipse;Mysql;Java;Tomcat;防火墙;安全; II Abstract With the rapid development of Internet, safety problems became the priority of network information transmission, according to secu
3、rity issues, we introduce the concept of the firewall. This system is based on Linux, the core is the powerful tool of netfilter/iptables under Linux, because the under Linux operation is command-line mode, for the operation of the use of ordinary users, caused a great inconvenience, this system use
4、s B/S model, the firewall Settings concise intuitive way with web pages, in order to show Java+Mysq+Tomcat Mysq , Eclipse tool used to writte platform. This system will achieve the packet filtering, port mapping etc. Function necessary firewall. Keywords Internet Linux Eclipse Mysql Java Tomcat Firewall Safe I 目目 录录 1 系统概述 1 1.1 研究背景及意义 . 1 1.2 论文总体结构 . 1 2 系统关键技术及介绍 2 2.1 防火墙技术简介 . 2 2.1.1 Linux下的防火墙 2 2.1.2 IPTABLES 简介 2 2.1.3 IPTABLES 结构 2 2.2 B/S 模式和开发平台 4 2.2.1 B/S 模式 4 2.2.2 开发工具与开发环