Chinaunix首页 | 论坛 | 博客
  • 博客访问: 297863
  • 博文数量: 61
  • 博客积分: 1508
  • 博客等级: 上尉
  • 技术积分: 720
  • 用 户 组: 普通用户
  • 注册时间: 2007-01-13 08:26
文章分类

全部博文(61)

文章存档

2010年(1)

2009年(1)

2007年(59)

我的朋友

分类: BSD

2007-10-15 23:09:10

1、
  Q:ipfw: getsockopt(IP_FW_GET): Protocol not available.

  A:Add following option to /etc/rc.conf
Code:
firewall_enable="YES"
firewall_script="YES"
firewall_script="/usr/local/etc/ipfw.rules"
Setup firewall rules in /usr/local/etc/ipfw.rules and restart or reboot the server. If you are using old version or if you need NAT compile freebsd kernel. More info in our FAQ section:

阅读(2774) | 评论(9) | 转发(0) |
给主人留下些什么吧!~~

cuplinux2008-03-20 10:25:09

Q: NIS架设 A: http://linux-vbird.hillwood.cn/linux_server/0430nis.htm

cuplinux2008-03-19 21:19:16

Q: NFS quotas: Cannot register service: RPC: Unable to receive A: NFS 需要 portmap 支持,必须启动portmap服务