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: Fri, 08 Dec 2006 07:15:51 +1300

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?

Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page