Search

User login

Poll

What is your favorite DB Server ?:
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 0 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

My YM

Alexa Rank

Who's online

There are currently 0 users and 76 guests online.
Home | Services

IPFW firewall

user warning: in /usr/home/wowtutorial/public_html/includes/cache.inc on line 112.

Install and Configure Openntpd NTPD Server

What is OpenNTPD ?

OpenNTPD is a Unix system daemon implementing the Network Time Protocol to synchronize the local clock of a computer system with remote NTP servers. It is also able to act as an NTP server to NTP-compatible clients.

OpenNTPD is primarily developed by Henning Brauer as part of the OpenBSD project. Its design goals include being secure (non-exploitable), easy to configure, accurate enough for most purposes and with source code that can be distributed under a BSD license. Its portable version, like that of OpenSSH, is developed as a child project which adds the portability code to the OpenBSD version and releases it separately. The portable version is developed by Darren Tucker.

How To Enable a Simpe IPFW firewall in FreeBSD 7

IPFW is one of a BSD firewall.
We can configure it very simple.
We don't need to reconfigure kernel if we don't using NATD

First add these line below in rc.conf
This will execute a IPFW if server rebooted

[code]#pico /etc/rc.conf

firewall_enable=”YES”
firewall_script=”/usr/local/etc/ipfw.rules”[/code]

Create a IPFW rules files

[code]#pico /usr/local/etc/ipfw.rules
IPF=”ipfw -q add”
ipfw -q -f flush

#loopback
ipfw add 10 allow all from any to any via lo0
ipfw add 20 deny all from any to 127.0.0.0/8

Recent comments

Facebook Fans

Sponsors

Tag Cloud