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 18:31:47 +0000 (UTC)

On Fri, 8 Dec 2006 3aoo-cvfd AT dea.spamcon.org wrote:

sindi keesan wrote:

---------------------------------------------
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
----------------------------------------

Computer on left (BL3 with standard kernel, probably P1)
insmod 3c59x, ifconfig eth0 192.168.1.1, route add default gw 192.168.1.2

Computer on right (dialed in now) (BL3 with 'big' kernel)
insmod 3c59x, ifconfig eth0 192.168.1.2, ipchains as above
echo 1 as above

What next?

Run links on the computer on the left.
It should be able to browse the internet.

With the ipchains firewall is telnetd safe to run?

No. Why do you need telnetd?


To run programs on the gateway, I presume.

I will try links (including graphical). What do I add to my 2.4.31 kernel so I can use ipchains with it instead of SW7.1 bare.i or BL3 big?


Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page