使用freebsd构建pppoe server服务器
时间: 2010-04-23 - 分类: 榆树网-系统 - 无评论 - 98 views相对于在linux下做pppoe server服务器,在freebsd下要简单得多。
一、安装freebsd,安装内核的源码或者用cvsup同步最新的内核源码。
二、重新编译内核。
相对于在linux下做pppoe server服务器,在freebsd下要简单得多。
一、安装freebsd,安装内核的源码或者用cvsup同步最新的内核源码。
二、重新编译内核。
http://www.routerclub.com/viewnews_303.html
讲述了制作pppoeserver的方法,但是它有一个性能上的缺点,因为它是工作在用户模式中,所以在流量和多用户的情况下,会不能胜任。
这里有一篇文章作了详细的比较:
Read the rest of this entry »
听说ZFS挺强悍的,由于对Sun的系统有恐惧症,并且FreeBSD 8.0上的ZFS文件系统不再是试验性的特性了,所以应该比较完善的具备ZFS的各项功能。 Read the rest of this entry »
由于Panabit不再开发基于Freebsd 6.2的软件包,所以必须升级操作系统,以前也没有试过跨大版本升级(6.x直接升级到8.x,以前完成过一次7.2升级到8.0),于是翻出7.0-RELEASE的Release-Notes,根据升级说明进行操作(根据如下操作,完成FreeBSD6.2-8.0的升级工作,注意原文是-r 7.0-RELEASE这里已经改成-r 8.0-RELEASE,由于机器没有安装任何Port包,所以portupgrade -faP也省略了):
这次提示:
zabbix_agentd [12234]: Can not create Semaphore [No space left on device]
zabbix_agentd [12234]: Unable to create mutex for log file
这次又是另外一个错误,根据上次的经验,通过修改sysctl.conf试试
kern.ipc.shmall=40960000 kern.ipc.shmmax=204800000
居然好用了
平常使用Linux比较多,为熟悉和了解FreeBSD,在虚拟机下安装了一个FreeBSD,为了了解FreeBSD的升级功能,特意安装7.2版本,通过网络升级,升级到8.0版本。
最近对FreeBSD的升级和安装进行了一些了解,同时也试着在OpenBSD找寻相同的方法,于是就有这篇文章啦;本文不注重详细比较FreeBSD和OpenBSD的区别,只是记录一下我所涉及的一些功能。
Simplifying by assuming a single partition, a secure network, and ucspi-tcp already installed on ORIG…
Install fresh hard disk in CLONE, and boot from a FreeBSD rescue floppy.
Q. How do I install and configure iSCSI initiator service under FreeBSD server?
A. FreeBSD 7.x has full support for iSCSI. Older version such as FreeBSD 6.3 requires backport for iSCSI. Following instruction are known to work under FreeBSD 7.0 only.
This document describes how to build *BSD (FreeBSD, NetBSD and OpenBSD)
CVSup mirror site.
Comments and suggestions are always welcome. Read the rest of this entry »