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: sindi keesan <keesan AT sdf.lonestar.org>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] NFS on BL3
  • Date: Thu, 7 Dec 2006 15:16:11 +0000 (UTC)

On Thu, 7 Dec 2006 3aoo-cvfd AT dea.spamcon.org wrote:

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.
ldd said nothing was needed but libc5 (for BL3)

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.

Okay. ipfwadm seems to work with BL1 and BL1 kernel. I just also tried BL1 with the BL3 'big' kernel and 3c59x.o, then BL3 with ipfwadm from BL1, both of which gave me setsockopt faile: Invalid argument.

---------------------------------------------
ipchains -P forward DENY
ipchains -A forward -s 192.168.1.0/24 -j MASQ
---------------------------------------------
For ipfwadm it was lowercase deny.



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

ifpwadm told me to do this too, without the "1" - are those needed around a single character?

Cheers,
Steven

Back soon, Sindi




Archive powered by MHonArc 2.6.24.

Top of Page