[Leaf-user] Dachstein LRP

2002-03-08 Thread Peter Kanatselis

All,

Can I use the pkgpath.cfg and lrpkg.cfg files on Dachstein LRP that is
booting of an IDE hard drive? It is booting in a DOS partition and runs in
RAM

Thanks in advance for any help

Peter


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Dachstein LRP

2002-03-08 Thread Charles Steinkuehler

> Can I use the pkgpath.cfg and lrpkg.cfg files on Dachstein LRP that is
> booting of an IDE hard drive? It is booting in a DOS partition and runs in
> RAM

Yes.  The /linuxrc script will look for the pkgpath.cfg and lrpkg.cfg files
on your boot= device (probably your HDD).

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Dachstein LRP

2002-03-08 Thread Peter Kanatselis


Thanks Charles, I tried it but it failed. What if anything remains in the
syslinux.cfg file? Do you include the "LRP=" and "PKGPATH=" in the new file?
Do you leave them blank in the old one?

Thanks.

P.S.

Congratulations on a job very well done on the LRP box

Peter


- Original Message -
From: "Charles Steinkuehler" <[EMAIL PROTECTED]>
To: "Peter Kanatselis" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, March 08, 2002 11:21 AM
Subject: Re: [Leaf-user] Dachstein LRP


> > Can I use the pkgpath.cfg and lrpkg.cfg files on Dachstein LRP that is
> > booting of an IDE hard drive? It is booting in a DOS partition and runs
in
> > RAM
>
> Yes.  The /linuxrc script will look for the pkgpath.cfg and lrpkg.cfg
files
> on your boot= device (probably your HDD).
>
> Charles Steinkuehler
> http://lrp.steinkuehler.net
> http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)
>


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Dachstein LRP

2002-03-08 Thread Charles Steinkuehler

> Thanks Charles, I tried it but it failed. What if anything remains in the
> syslinux.cfg file? Do you include the "LRP=" and "PKGPATH=" in the new
file?
> Do you leave them blank in the old one?

You might want to see the CD-ROM readme file...it goes over the use of these
settings in a bit more detail.

When the system boots, the /linuxrc script searches the kernel command line
for a "boot=" parameter, and tries to mount the specified device.  If the
lrpkg.cfg and/or pkgpath.cfg files are found on this device, the contents of
those files override the kernel command line settings provided by
syslinux.cfg.  Therefore, if you've got lrpkg.cfg and pkgpath.cfg files, the
contents of LRP= and PGKPATH= in syslinux.cfg are "don't care", and can even
be blank.

Both files should have a single line of data, which is *EXACTLY* what would
come after LRP= or PKGPATH= on the kernel command line.  LRP= and PKGPATH=
should *NOT* appear in these files.  Again, refer to the CD-ROM readme for
details...

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



[Leaf-user] Dachstein LRP, problem with gateway

2001-10-23 Thread Paul Ljungqvist

I am trying to make the Dachstein LRP to work as a firewall at home.
The problem is that it does not use my ISP gateway, i.e. I am not possiblet
o reach anything beyond the gateway.
However, if I use the Eigerstein Static LRP, which have the same setup it
works fine.

Netstat shows 3 entry in the Egerstien, but the last (default) is missing in
Dachstein.
Where do I fix this?

/Paul

___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Dachstein LRP, problem with gateway

2001-10-23 Thread Charles Steinkuehler

> I am trying to make the Dachstein LRP to work as a firewall at home.
> The problem is that it does not use my ISP gateway, i.e. I am not
possiblet
> o reach anything beyond the gateway.
> However, if I use the Eigerstein Static LRP, which have the same setup it
> works fine.
>
> Netstat shows 3 entry in the Egerstien, but the last (default) is missing
in
> Dachstein.
> Where do I fix this?

This is a bug...it will be fixed in the next release, which I hope to get to
soon (currently side-tracked working on the CD image).  In the mean time,
it's easy enough to fix yourself:

In /etc/network.conf, find the if_up () procedure.  Towards the end of this
procedure, you will find the following lines:

# Default route support
[ -n "$DEFAULT_GW" ] \
  && ip route replace default nexthop via $DEFAULT_GW dev $1

Change the last line to:
  && ip route replace default via $DEFAULT_GW dev $1

Note the removal of the 'nexthop' parameter.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



[Leaf-user] Dachstein LRP and a serial port modem

2002-01-12 Thread Mark Lubratt

Greetings all!

I'm trying to set up LRP using the dachstein image on a 486 with a serial
port modem and diald.  I have almost everything configured and apparently
working except the modem.  I try to communicate with it through /dev/ttyS0
(it is COM1), but all that I get is the following error:

cannot create /dev/ttyS0: error 19

This would indicate to me that the proper module isn't in the kernel.  I
have added serial, slhc, slip, ppp and ppp_deflate.  Is there another module
I need to load??

Any pointers in the proper direction would be appreciated!

TIA!
Mark


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Dachstein LRP and a serial port modem

2002-01-12 Thread Victor McAllisteer


 
Mark Lubratt wrote:
Greetings all!
I'm trying to set up LRP using the dachstein image on a 486 with a serial
port modem and diald.  I have almost everything configured and
apparently
working except the modem.  I try to communicate with it through
/dev/ttyS0
(it is COM1), but all that I get is the following error:
cannot create /dev/ttyS0: error 19
This would indicate to me that the proper module isn't in the kernel. 
I
have added serial, slhc, slip, ppp and ppp_deflate.  Is there
another module
I need to load??
Any pointers in the proper direction would be appreciated!
TIA!
Mark
You don't mention if you are using the floppy version.  The floppy
version of dachstein does not have serial port built in to save space. 
You have to add the serial.o in modules or if you need kernel serial (boot
messages etc) you may have to use one of the kernels from the other Dachstein
versions.
Charles has a how to
 here