Re: [leaf-user] Please be kind to the Newbie!!

2004-07-03 Thread Chera Bekker

For the external NIC, there is an rtl8139.o kernel module you can add. 
There is also an 8139too.o module. I forget which of these Bering-uClibc uses.

For the internal NIC, I'm not certain ... there is not a module specific to 
it. I **think** the ne2k-pci module supports this one, but I'm not sure. 
Perhaps someone else can jump in here?
The ne2k-pci module supports the rtl8029 chipset. Don't forget also the 
load the mii.o module.

Good luck
Chera
---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] PPPD and dynamic dns (pppoe)

2004-07-03 Thread Erich Titl
Scott  List
Thanks everyone,
At 06:40 03.07.2004, freeman groups wrote:
Via BEEP.LRP my Bering 1.2 box makes lovely, helpful sounds (hint, hint :)
Won't help much, as my hardware is an embedded system without a speaker, 
but thanks

when the link goes up  down. This happens from within scripts 
/etc/ppp/ip_up  /etc/ppp/ip-down so AFAICT you should be able to get 
notification via these scripts.

I don't have an ip_ip.d nor an ip_down.d ... I am using the stock PPP.LRP 
 PPPOE.LRP packages ... so maybe you're talking apples and I'm eating 
oranges?
M... this is from Bering 1.2 ppp.lrp
tar tzf ppp.lrp
...
etc/ppp/ip-down.d/
etc/ppp/ip-up.d/
...
My DSL modem is configured to be a pass-thru bridge, so all the PPP/PPPOE 
brains lie within my LEAF box.
So is mine, basically what I want to achieve is
- get notification on the dsl link status
- get information on IP address
One possible way that you can check for the up/down status is to see if 
your defaultroute has disappeared, something like (pseudocode):
   if ( ip route | grep default ) =  then
  link is down...
   else
  link is up...
   endif
Oh, I forgot to mention... without polling :-(
But as John Desmond pointed out, it might be a missing path problem. All I 
did until now is to place a logger call in a script placed in 
/etc/ppp/ip-up.d and /etc/ppp/ip-down.d which would log the event.

Thanks everyone
Erich
THINK
Püntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16

---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


RE: [leaf-user] (conf included!) Bering uClibc boot cd issues (minix problem)

2004-07-03 Thread adamoliver
Well the Bering uClibc cd iso I downloaded works, but I can't get the IPSEC module to 
connect to my VPN at work.  I'm back to trying the latest version and keep running 
into the issue I originally had.  Below is the syslinux.cfg I'm using, and per the 
instructions I replaced initrd.lrp with the ide cd one renamed to initrd.lrp.

syslinux.cfg:
display syslinux.dpy
timeout 0 
default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0 LEAFCFG=/dev/fd0:msdos

leaf.cfg:
LRP=root config etc local modules iptables dhcpcd keyboard shorwall ulogd dnsmasq 
dropbear weblet mawk lpthread ipsec
PKGPATH=/dev/fd0:msdos /dev/cdrom:iso9660
syst_size=16M
log_size=4M


Adam


 No, I had a syslinux.  I downloaded the 2.1 iso and it works great.  
 I'll probably just use that instead of trying with 2.2 again for now.
 
 Adam
 
 On Sun, 27 Jun 2004 8:14am, Francois BERGERET wrote:
  Hi Adam,
 
  You must have an isolinux instead of a syslinux on your CD image !
  Take a while for reading the manual pages from Bering's web site :
  http://leaf.sourceforge.net/doc/guide/bucdrom.html
 
  Good luck !
 
  Best Regards,
  Francois BERGERET,
  France.
 
   -Message d'origine-
   De : [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] la part de
   [EMAIL PROTECTED]
   Envoyé : samedi 26 juin 2004 04:25
   À : [EMAIL PROTECTED]
   Objet : [leaf-user] Bering uClibc boot cd issues (minix problem)
 
 
   Everytime I try to follow Bering uClibc's instructions on
   creating a bootable cd, I get a can't find a minix error
   right when it would be trying to load the lrp files.  I've
   been trying many things yet have not had any success.  Does
   this sound familier to anybody?  I tried a cd with
   boot=/dev/cdrom:iso9660 in the syslinux.cfg also.
 
   --
   Adam
 
 
   ---
   This SF.Net email sponsored by Black Hat Briefings  Training.
   Attend Black Hat Briefings  Training, Las Vegas July 24-29 -
   digital self defense, top technical experts, no vendor pitches,
   unmatched networking opportunities. Visit www.blackhat.com
   --
   --
   leaf-user mailing list: [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/leaf-user
   SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
 
 
 
 
  ---
  This SF.Net email sponsored by Black Hat Briefings  Training.
  Attend Black Hat Briefings  Training, Las Vegas July 24-29 -
  digital self defense, top technical experts, no vendor pitches,
  unmatched networking opportunities. Visit www.blackhat.com
  
  leaf-user mailing list: [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/leaf-user
  SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
 
 
 ---
 This SF.Net email sponsored by Black Hat Briefings  Training.
 Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
 digital self defense, top technical experts, no vendor pitches, 
 unmatched networking opportunities. Visit www.blackhat.com
 
 leaf-user mailing list: [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


RE: [leaf-user] Bering uClibc boot cd issues (minix problem)

2004-07-03 Thread adamoliver
Actually the Bering-uClibc instructions do not say to rename syslinux.cfg to 
isolinux.cfg.  Also, when I mount the bootdisk.ima file from the working Bering-uClibc 
2.1 iso I downloaded, it has a syslinux.cfg and not an isolinux.cfg.

Adam


 Hi Adam,
 
 You must have an isolinux instead of a syslinux on your CD image !
 Take a while for reading the manual pages from Bering's web site :
 http://leaf.sourceforge.net/doc/guide/bucdrom.html
 
 Good luck !
 
 Best Regards,
 Francois BERGERET,
 France.
 
  -Message d'origine-
  De : [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] la part de
  [EMAIL PROTECTED]
  Envoyé : samedi 26 juin 2004 04:25
  À : [EMAIL PROTECTED]
  Objet : [leaf-user] Bering uClibc boot cd issues (minix problem)
 
 
  Everytime I try to follow Bering uClibc's instructions on
  creating a bootable cd, I get a can't find a minix error
  right when it would be trying to load the lrp files.  I've
  been trying many things yet have not had any success.  Does
  this sound familier to anybody?  I tried a cd with
  boot=/dev/cdrom:iso9660 in the syslinux.cfg also.
 
  --
  Adam
 
 
  ---
  This SF.Net email sponsored by Black Hat Briefings  Training.
  Attend Black Hat Briefings  Training, Las Vegas July 24-29 -
  digital self defense, top technical experts, no vendor pitches,
  unmatched networking opportunities. Visit www.blackhat.com
  --
  --
  leaf-user mailing list: [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/leaf-user
  SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
 
 
 
 
 ---
 This SF.Net email sponsored by Black Hat Briefings  Training.
 Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
 digital self defense, top technical experts, no vendor pitches, 
 unmatched networking opportunities. Visit www.blackhat.com
 
 leaf-user mailing list: [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Fwd: Re: [leaf-user] PPPD and dynamic dns (pppoe)

2004-07-03 Thread John Desmond
Neglected to include
[EMAIL PROTECTED]

--- John Desmond [EMAIL PROTECTED] wrote:
 Date: Fri, 2 Jul 2004 10:05:53 -0700 (PDT)
 From: John Desmond [EMAIL PROTECTED]
 Subject: Re: [leaf-user] PPPD and dynamic dns
 (pppoe)
 To: Erich Titl [EMAIL PROTECTED]
 
 Erich-
 I think I had the same problem on an earlier version
 of LEAF. IIRC, I solved it with some hints from the
 ip-up example at /usr/share/doc/ppp-2.4.1/sample on
 Red Hat:
 -
 # The  environment is cleared before executing this
 script
 # so the path must be reset
 #
 PATH=/usr/sbin:/sbin:/usr/bin:/bin
 export PATH
 -
 There were also some other relevant factoids to keep
 in mind, such as it runs with the ID of pppd and
 output is directed to /dev/null. Anyways, it gave me
 many hours of troubleshooting fun.
 It's probably the same with LEAF.
 -John
 
 --- Erich Titl [EMAIL PROTECTED] wrote:
  Hi everybody
 ...
  - Is there an easy way to detect a line down
  condition on the DLS end, e.g. does PPPD report
 this
  somewhere?
  
  I already tried to to set a few scripts in ip_up.d
  ip_down.d to now avail yet. 
 ...
  Erich
 
 
 



---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html