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:58:04 +0000 (UTC)

---------------------------------------------
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? The BL sshd thread petered out, someone was told to compile their own, and I would need a password package for BL3 (not for BL2).

I found /bin/telnetd symlinked to the BL3 busybox but if I type telnetd
it lists busybox functions and it is not included.

It is in my busybox 1.1.10 package and in 1.0.1 compiled by another list member (might be glibc version). No useful help on this. I used kill to unload it. With the ipchains firewall is telnetd safe to run? (I can try first offline). How would I use it? I recall it was complicated via serial nullmodem cable.

If I try to telnet to 192.168.1.2 after running telnetd there:
Connection closed by foreign host. This is BL3 without a login package. I will try BL2.

Sindi

Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page