[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ipfw vs ipchains
- To: <afnog at afnog.org>
- Subject: ipfw vs ipchains
- From: "Didier Kasole" <didier at cs-net.cd>
- Date: Sat, 2 Feb 2002 13:12:18 +0100
- Content-Type: multipart/alternative;boundary="----=_NextPart_000_0009_01C1ABEB.3D9A2120"
- Delivered-To: afnog-archive at lists.eahd.or.ug
- Delivered-To: afnog-outgoing at afnog.org
- Delivered-To: afnog at afnog.org
- Sender: owner-afnog at afnog.org
to share internet connection using redhat box I
use:
echo 1>
/proc/sys/net/ipv4/ip_forward
ipchains -P forward DENY
ipchians -A forward -s 192.168.1.1/24 -j
MASq
what is the equivalent using ipfw on freeBSD
box?
didier