Re: [leaf-user] nsupdate?

2005-07-17 Thread Philippe Jayet
Hi Sven,

> has anybody ported the nsupdate utility from bind to bering-uclibc?

Yes, I've created an nsupdate package some time ago. Give me one or two
days to package it correctly and I'll send it to you. :)

Philippe J.


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Problem with wired, wireless cards on WRAP

2005-07-19 Thread Philippe Jayet
Hi Suman,

> crc32 - Using /lib/modules/./crc32.o
> natsemi - Using /lib/modules/./natsemi.o
> insmod: unresolved symbol gr_task_is_capable

Mmmh ... it seems to me you are using different versions of the kernel
and the modules, maybe modules compiled against a more recent kernel
than your running one. This may cause some unresolved symbol in the
grsecurity code. Take care to take the modules from the tarball with the
same version as your running kernel, or upgrade your kernel and modules
to the latest version.

Hope this helps,

Philippe J.


PS : sorry for sending it twice, forgot to Cc the list before ...


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Wanted: easy way to see load over time

2005-07-28 Thread Philippe Jayet
Eric,

A very effective but not so easy way to see exactly what sort of traffic
your router has been moving, is to install a NetFlow probe on your
router. It will forward flows to a NetFlow collector, permitting further
analysis and graphing on the traffic. You would then be able to
categorize the traffic (for example http/ftp/mail/p2p/other for in/out,
by host/subnet, period of time) quite precisely.

Some pointers:
* A NetFlow probe that runs on Bering-uClibc: fprobe-ulog (I compiled it
successfully but no extensive tests done) [1]
* A NetFlow collector / processor: NfDump [2]
* A NetFlow web-based reporting engine: NfSen [3]

Hope this may help you,

Philippe J.


[1] http://fprobe.sourceforge.net/
[2] http://nfdump.sourceforge.net/
[2] http://nfsen.sourceforge.net/


Eric House wrote:
> I'd like to be able to see at a glance what sort of traffic my LEAF
> router's been moving over the past hours/days/weeks/whatever.  Is
> there any way to do that now given packages available (for the uClibc
> version, ideally.)
> 
> If not, I'm imagining writing something to plug into webmin.  It might
> look like this:
> 
> * cron jobs to log cumulative traffic on eth0 (say), probably by
>   calling 'ip addr', every 1 or 5 or 10 minutes or so.
> 
> * cgi scripts to parse the above, producing a crude bar graph using a
>   borderless 
> 
> * the page produced could probably allow display by hour, day, week,
>   etc., with links to drill down into bars or look at a larger view.
>   Typical parameterized cgi stuff.
> 
> I'm not sure when I'd have time for this, but does it strike folks as
> useful and not duplicating something we already have?
> 
> Thanks,
> 
> --Eric


---
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Webserver with PHP support

2006-01-19 Thread Philippe Jayet
Hello,

> I don't know of any other (small) webserver that supports PHP, I also
> don't know what's exactly needed in a webserver to support PHP. So sorry,
> I can't help you here. Mini_httpd supports CGI, but that's probably not
> enough...
> Maybe someone else on the list?

I think the easiest solution would be to use the CGI, but it needs at
least the CLI version of PHP (the 'php' binary). Does someone already
tried to compile PHP in a uClibc environment ? I would be very
interested to know if it works well.

By the way, m0n0wall uses this method.

Philippe J.



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Netflow type output from leaf-bering machine

2006-05-08 Thread Philippe Jayet
Hi Ad,

> What I'm after is there any application that would have my leaf bering
> machine OUTPUT netflow information. So I can collect the flows from my leaf
> router in another application. As I have replaced my old beat up cisco with
> a nice new bering-uclibc machine :)

You can have a look at the following project:

http://fprobe.sourceforge.net/

I tried to compile it for bering-uclibc some time ago and it succeeded,
but I didn't tried it, nor package it.

There is another project of a NetFlow probe named nProbe (see
http://www.ntop.org/nProbe.html). It is under the GPL but they charge to
download it ... :(

Philippe J.



leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/