FreeBSD4.8 IPFW How to

2016-01-29 18:09 8 1 收藏

FreeBSD4.8 IPFW How to,FreeBSD4.8 IPFW How to

【 tulaoshi.com - Linux 】

FreeBSD4.8 IPFW How to
测试机IP为211.162.77.73 网卡为:xl0 内核中加了流量管理,你可以根据实际需要增删。 uname -a 如果你用的是默认内核GENERIC则如下操作: ============================================= cd /sys/i386/conf cp GENERIC ./GENERIC_IPFW --------------------------------- ee GENERIC_IPFW 添加以下内容 options IPFIREWALL options IPDIVERT options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options IPSTEALTH options ACCEPT_FILTER_DATA options ACCEPT_FILTER_HTTP options ICMP_BANDLIM options DUMMYNET --------------------------------- config ./GENERIC_IPFW cd ../../compile/GENERIC_IPFW make depend all install --------------------------------- ee /etc/rc.conf 添加以下内容 ##########IP-firewall################# firewall_enable="YES" firewall_script="/etc/rc.firewall" firewall_type="/etc/ipfw.conf" firewall_quiet="YES" firewall_logging_enable="YES" --------------------------------- ee /etc/syslog.conf 添加以下内容 !ipfw *.* /var/log/ipfw.log --------------------------------- ee /etc/ipfw.conf 添加以下内容 add 00001 deny log ip from any to any ipopt rr add 00002 deny log ip from any to any ipopt ts add 00003 deny log ip from any to any ipopt ssrr add 00004 deny log ip from any to any ipopt lsrr add 00005 deny tcp from any to any in tcpflags syn,fin #######tcp######### add 10000 allow tcp from 211.162.77.77 to 211.162.77.73 22 in add 10001 allow tcp from any to 211.162.77.73 21,25,80,110,3306,5999 in add 19997 check-state add 19998 allow tcp from any to any out keep-state setup add 19999 allow tcp from any to any out ######udp########## add 20001 allow udp from any 53 to me in recv xl0 add 20002 allow udp from any to 211.162.77.73 53 in recv xl0 add 29999 allow udp from any to any out ######icmp######### add 30000 allow icmp from any to any icmptypes 3,4 add 30001 allow icmp from any to any icmptypes 8 out add 30002 allow icmp from any to any icmptypes 0,11 in

来源:http://www.tulaoshi.com/n/20160129/1504577.html

延伸阅读
FreeBSD 使用手册 http://www.freebsd.org.cn/snap/doc/zh_CN.GB2312/books/handbook/index.html 目前最为权威、内容最全的FreeBSD用户手册,适合各类学习freeBSD阶段的人, 欢迎加入freeBSD学习的行列当中来............... 在chinaunix.net上的手册中心中有更多的不同内容BSD的用户使用手册‘ chinaunix.net的手册中心
在freebsd上安装linuxigd ###tun0 is the internet NIC ###lnc1 is the intranet NIC GATEWAY 在网上把upnpsdk-1.0.4.tar.gz与linuxigd-0.92.tgz这二个包抓回来放在/usr/ports/distfiles下面 在/usr/ports/net/linuxigd里面执行 make install clean 安装好之后修改/etc/rc.local添加二条 portmap_enable="NO" route add -net 239.0.0...
1、远程登录: $ssh 192.168.1.90 -l bsduser 2、传输文件 远程机器: $ftp 到自己的机器(开ftp服务)或者:本地机器使用scp$scp 本地文件 用户名@远程地址:远程目标文件名然后输入password即可。 3、安装软件:#sysinstall,直接安装release的二进制包 4、常用软件:wget,lftp,lynx,cvsup,pkg_install,pkg_remove,pkg_tree 5、如...
标签: 服务器
FreeBSD 8.2 安装教程图文详解 一、说明: 操作系统:FreeBSD 8.2 下载地址:ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/8.2/FreeBSD-8.2-RELEASE-i386-disc1.iso 二、安装系统 用启动盘成功引导之后,出现下面的界面 系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容版权所有,转载请注...
标签: 服务器
配置FreeBSD的FTP和NFS 出现以下提示就可以进行FTP设置了:User Confirmation Requested Do you want to have anonymous FTP access to this machine? Yes [ No ]选择默认的[ No ] 并按下 Enter 键将仍然可以让在这台机器上有账号的用户访问 FTP。要启用FTP匿名访问,用方向键选择 [ Yes ] 然后按 Enter键。您会看到下面(或...

经验教程

820

收藏

100

精华推荐

我对freebsd分区的理解

我对freebsd分区的理解

山人寂寞无语

FreeBSD下提高MySQL使用效率

FreeBSD下提高MySQL使用效率

月小妖丶

How to use OS commands to diagnose Database Performance issues?

How to use OS commands to diagnose Database Performance issues?

year半夜不睡觉

热门标签

微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部