Skip to Content.
Sympa Menu

baslinux - Re: [BL] NFS on BL3

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: 3aoo-cvfd AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] NFS on BL3
  • Date: Thu, 07 Dec 2006 16:37:04 +1300

sindi keesan wrote:
>
> /sbin/ipfwadm: 13: /sbin/ipfwadm-wrapper: not found
>
> What is not found?

Could be a library. You sometimes get the "not found"
error when it can't find a library.

> I have /sbin/ipfwadm-wrapper - a script,
> lpchains - a libc5 binary
> ipfwadm-2.30 - libc5 binary,
> ipfwadm - a script.
>
> Do I need something additional from tcip2.tgz?

No, you need less. Forget about ipfwadm (it was designed
for 2.0 kernel). ipchains is designed for the 2.2. kernel.
---------------------------------------------
ipchains -P forward DENY
ipchains -A forward -s 192.168.1.0/24 -j MASQ
---------------------------------------------

You will also probably need to set IP forwarding:
----------------------------------------
echo "1" > /proc/sys/net/ipv4/ip_forward
----------------------------------------

Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page