RE: [leaf-user] "htpasswd" Generator

2003-02-27 Thread Lars Kneschke
"Bihari, Steve" <[EMAIL PROTECTED]> schrieb: >Okay, I believe what I want is a working version of "cryptpw" or at >least >the source so I can compile on my RHAT 5.2 box. Have a look at (beta) packages. There is also a apache.lrp, which contains htpasswd. http://distro.kneschke.de/download/packag

Re: [leaf-user] Bootable Bering CD

2003-02-27 Thread Victor McAllister
David Pitts wrote: Good afternoon (for me anyway). I have a very nice 2 floppy Bering router setup but in the interests of never being satisfied, I want to burn it all to CD. I have followed the steps in the Bering User Manual and all goes well but the CDs I burn won't boot. I should say that

[leaf-user] CGI-BIN problems with thttpd

2003-02-27 Thread Raymond Koverzin
I'm trying to run thttpd on a Soekris 4521 with WISP-dist (Release 2003-01-22(2508)). I've taken version 2.15 of thttpd (packaged as thttpd.lrp) and installed it as part of WISP-dist. >From a browser on my laptop, I can see static pages served from thttpd on the soekris box. There is a server si

[leaf-user] Bootable Bering CD

2003-02-27 Thread David Pitts
Good afternoon (for me anyway). I have a very nice 2 floppy Bering router setup but in the interests of never being satisfied, I want to burn it all to CD. I have followed the steps in the Bering User Manual and all goes well but the CDs I burn won't boot. I should say that I have only tried to

[leaf-user] Maclist

2003-02-27 Thread Heriberto Höhlke
Hello I need to limit the access to Internet by MAC address to 30 PCs. I plan to implement with the Maclist file of Shorewall. My question is: 30 MAC addresses in the Maclist file, doesn't slow down too much the firewall? Regards Heriberto ¡Internet GRATIS es Yahoo! Conexión! Usuari

RE: [leaf-user] Boot from Ide disk

2003-02-27 Thread S Mohan
Typical problem of DOS 8.3. Module is ide-probe-mod.o which gets truncated. I've had this problem. After copying it to /lib/modules, I rename it properly as declared in /etc/modules file. Guess this is the key. Mohan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [leaf-user] Testing dial-up modem

2003-02-27 Thread Richard Doyle
On Wed, 2003-02-26 at 19:18, Greg Playle wrote: > On 19 Feb 2003 13:11:07 -0800, Richard Doyle wrote in reply: > > --- snip --- > Post a log segment showing a complete sequence of chat and pppd entries. > In general it is helpful to post unedited logs (but replace passwords

Re: [leaf-devel] RE: [leaf-user] "htpasswd" Generator

2003-02-27 Thread Charles Steinkuehler
Bihari, Steve wrote: Okay, I believe what I want is a working version of "cryptpw" or at least the source so I can compile on my RHAT 5.2 box. What you want is the htpasswd program, which comes in the thttpd source tarball (in the extras/ directory): http://www.acme.com/software/thttpd/thttpd-2.20

[leaf-user] Re: Wavelan2_cs & orinoco_cs using LEAF "Bering"

2003-02-27 Thread Jacques Nilo
Le Jeudi 27 Février 2003 17:28, vous avez écrit : The reason is the following they are several orinoco drivers available. More info here: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Orinoco.html Modules files corresponding to different cards are defined in /etc/pcmcia/config. This file c

RE: [leaf-user] "htpasswd" Generator

2003-02-27 Thread Bihari, Steve
Okay, I believe what I want is a working version of "cryptpw" or at least the source so I can compile on my RHAT 5.2 box. Thx -Original Message- From: Bihari, Steve Sent: Thursday, February 27, 2003 11:38 AM To: '[EMAIL PROTECTED]' Subject: [leaf-user] "htpasswd" Generator Hello all,

Re: [leaf-user] Boot from Ide disk

2003-02-27 Thread Matt Schalit
Strange how it's getting hung during the insmod. I think the key is that line that says > Insmod: ide-pr~1.o: No module by that name found You should probably verify the package names are not mangled and that you typed everything correctly. If you want, once you copy the files to the IDE drive

Re: [leaf-user] Boot from Ide disk

2003-02-27 Thread Erich Titl
Hi emilio wrote the following at 17:17 27.02.2003: Hi list! I´ve installed a bering rc4 bootin´ from a 3 1/2 disk. Now i want to boot from a Ide disk of 20 MB but can´t do it. I follow the step to boot from a Ide disk but when I boot send me this errors: Insmod: /lib/modules/2.4.18: No

Re: [leaf-user] Shorewall proxyarp document problem?

2003-02-27 Thread Tom Eastep
--On Thursday, February 27, 2003 09:34:34 AM -0800 Stephen Lee <[EMAIL PROTECTED]> wrote: If you want to use proxy ARP on an entire sub-network, I suggest that you look at http://www.tldp.org/HOWTO/mini/Proxy-ARP-Subnet/. If you decide to use the technique described in that HOWTO, you can set t

[leaf-user] Shorewall proxyarp document problem?

2003-02-27 Thread Stephen Lee
I'm reading up on proxyarp/dmz using Bering1.0Stable/Shorewall. I'm a bit confused by the last sentence in the following exerpt from the Shorewall docs: "/etc/shorewall/proxyarp If you want to use proxy ARP on an entire sub-network, I suggest that you look at http://www.tldp.org/HOWTO/mini/Proxy-

Re: [leaf-user] Receiving DHCP broadcasts

2003-02-27 Thread Tom Eastep
--On Thursday, February 27, 2003 05:09:39 PM + James Neave <[EMAIL PROTECTED]> wrote: hope that the calling PC will recognise the reply intended for it. As a side-effect, every customer PC on the CATV network will also receive these DHCP broadcast replies, all of which will appear to emanat

[leaf-user] Receiving DHCP broadcasts

2003-02-27 Thread James Neave
Hello, I'm trying to figure out why I have to reset my cable STB and Bering box when my IP changes. I read this on the help site for UK cable internet ISPs. "You should use the private IP address for the UBR, for instance, when configuring firewalls to permit the UBR to send to your PC" "The PC

[leaf-user] "htpasswd" Generator

2003-02-27 Thread Bihari, Steve
Hello all, Does anyone happen to have an "htpasswd" file generator compiled to work with Bering? I am wanting to provide basic authentication to Weblet using thttpd. Everything is working except the ability to (easily) change the password. TIA ! Steve Bihari

[leaf-user] Boot from Ide disk

2003-02-27 Thread emilio
Hi list! I´ve installed a bering rc4 bootin´ from a 3 1/2 disk. Now i want to boot from a Ide disk of 20 MB but can´t do it. I follow the step to boot from a Ide disk but when I boot send me this errors: Insmod: /lib/modules/2.4.18: No such file or directory Insmod: /lib/modules: No such

Re: [leaf-user] sh-httpd Authentication

2003-02-27 Thread Charles Steinkuehler
Bihari, Steve wrote: Charles, I did get thttpd to work with my existing Weblet implementation. Wow is it ever fast !!! Authentication works if I manually create a ".htpasswd" file in my /cgi-bin/ directory. At this point, I only need to be concerned with authenticated connections to this folder

[leaf-user] thttpd with Weblet

2003-02-27 Thread Bihari, Steve
For anyone who is interested in using thttpd instead of the build-in web server for Weblet, you should note the following regarding file permissions: thttpd seems pretty picky on file permissions, particularly with images. I found that 644 was the only setting that would allow for images to be di

RE: [leaf-user] sh-httpd Authentication

2003-02-27 Thread Bihari, Steve
Charles, I did get thttpd to work with my existing Weblet implementation. Wow is it ever fast !!! Authentication works if I manually create a ".htpasswd" file in my /cgi-bin/ directory. At this point, I only need to be concerned with authenticated connections to this folder. My question is: D

Re: [leaf-user] wisp-dist - has anyone used the vtun features?

2003-02-27 Thread wispdist
Do I have to set up a bridge interface on each end of the link and then create a tunnel between them? Or can I just tunnel two interfaces together? Hmm how would this effect routing? Sorry if the answer is obvious, it just hasn't hit me yet :-) --Jeff - Original Message - From:

Re: [leaf-user] wisp-dist zebra ripd routing and multiple IP addressesper interface

2003-02-27 Thread Vladimir I.
Yep, I think you're correct. wispdist wrote: I found that the zebra ripd only sends out routing info referencing the source as the primary address / subnet on the interface it is running on. therefore, if you connect two routers running just the ripd and they are connected to each other on a subne

Re: [leaf-user] wisp-dist - has anyone used the vtun features?

2003-02-27 Thread Vladimir I.
I do use them. :-) The default vtun configuration in the latest images shows how to bridging between br0 (usually containing eth0) and a tunnel interface. Note that you have to edit /etc/init.d/vtun in order to active the daemon itself. wispdist wrote: I was thinking about running all of our w

RE: [leaf-user] Squid

2003-02-27 Thread Jan Johansson
>Someone said me, that using a RAM as cache of a proxy reduces the life of >the RAM to two years. Is it true? Whoever said that has no idea what they are talking about. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + I

Re: [leaf-user] Problem adding internal networks in Dachstein

2003-02-27 Thread Pär Johansson
Fixed The quotes solved the problem. Thanks for the fast and as always accurate response. Regards Pär J PXr Johansson wrote: Hi I'm running Dachstein CD 1.0.1 on a 166 pentium with 32 MB RAM and it's been working great. I have some VPN tunnels using IpSec and TinyDNS running. But now I want t