Re: [leaf-user] 2.6 Branch?

2009-08-06 Thread Harry Lachanas
Robert K Coffman Jr. -Info From Data Corp. wrote: >>> I'm considering chaining two Leaf Routers together, one to handle the >>> multiple ISPs and one for TC as a temporary solution, >>> > > >How does this solve the 2.6 requirement? > > Erich, > > The basic issue is I can't use HIGH_ROUTE_M

Re: [leaf-user] PC Engines alix2d1 System Board - Problem using Debian/minicom

2009-01-30 Thread Harry Lachanas
I had a similar problem with a proxim AP-4000, Latter I found out that I had to turn off hardware flow control in order to communicate ( somehow decently ) Cheers. > Hi, > Purchased the following from PC Engines Europe: > http://www.pcengines.ch/alix2d1.htm > Would like to report that the board di

[leaf-user] kernel 2.6

2008-12-18 Thread Harry Lachanas
Hi all, I am trying to experiment a bit with kernel 2.6 however the mother board that I am using is the intel DP35DP with the 965 chipset ... It boots ubuntu and detects the cd with the sr_mod.ko I am booting with sr_mod +scsi_mod + cdrom included in the initrd ( modinfo sr_mod ) however i

[leaf-user] Kernel 2.6 in dev

2008-12-03 Thread Harry Lachanas
Hi all, I've noticed that some development is going on with kernel 2.6 I am downloading it from the cvs using cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/leaf login cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/leaf \ co src/The_UnNamed_One Could u please inform whether the above link is the

Re: [leaf-user] BuC 3.0beta2 support MP (aka MLPPP/MultiLink PPP)?

2008-06-16 Thread Harry Lachanas
Hi Scott, In order to have MLPPP on leaf you have to enable MULTILINK_SUPPORT in the kernel and recompile the appropriate packages that is , kernel + ppp etc ... You have to get the source tree I haven't tried in production so far but the above procedure is a "straight forward" one o

[leaf-user] Asterisk Compilation fails ( Curl ??? )

2008-05-02 Thread Harry Lachanas
Hi all, I encounter this strange error while compiling asterisk ( from CVS ) Cheers Harry.

[leaf-user] CVS dowload problems

2008-04-30 Thread Harry Lachanas
Hi all, while downloading the CVS tree, after I issue $buildtool.pl source I got stuck with the minicom package Although it downloads all right there seems to be a problem with buildtool.mk The Makefile is for ETHTOOL_DIR:=ethtool-4 :-D My CVS comes from leaf.cvs.sourceforge.net:/cvsro

Re: [leaf-user] Another issue with buildtool.pl

2007-07-23 Thread Harry Lachanas
> I started again fresh user... > Got a lot further this time, but still not quite there. > > Dies here... > downloading: uClibc-0.9.28.tar.gz from server kernel.org type http [0.K.] > calling 'make source' for buildenv make source failed for > /home/leaf/src/bering-uclibc/buildtool/source/builden

[leaf-user] [Fwd: Re: The old floppy question]

2007-07-19 Thread Harry Lachanas
Sorry, I meant cp not move (mv) cp /cdrfom/initrd_ide_cd.lrp /tmp/initrd.lrp cdrom=BERING iso image harry --- Begin Message --- > At the very fist time I worked as follow > - - copy all floppy on a folder on my PC (Linux) > - - copy initrd.lrp from this folder on /tmp/initrd.gz > - - gunzip

Re: [leaf-user] The old floppy question

2007-07-19 Thread Harry Lachanas
> At the very fist time I worked as follow > - - copy all floppy on a folder on my PC (Linux) > - - copy initrd.lrp from this folder on /tmp/initrd.gz > - - gunzip /tmp/initrd.gz > - - mount -o loop /tmp/initrd /mnt > - - cp ide-mod.o >> /mnt/boot/lib/modules > - - echo ide-disk >> /mnt/boot/etc/m

Re: [leaf-user] The old floppy question

2007-07-19 Thread Harry Lachanas
> This may be prudent, but it may not be reality. If you were worried > about resiliency, would you be using old or repurposed hardware to begin > with? > Not so old!!! Depends on case. > I agree that CF's or USB sticks are a better choice, but the user base > seems to be indicating that t

Re: [leaf-user] The old floppy question

2007-07-19 Thread Harry Lachanas
Imagine this scenario, you have LEAF boxes spread all over your country, would you trust floppy disks on your installations even with backups around? Floppy disk devices have movable parts, CFs don't, usb-sticks don't, I personally haven't used any floppies for 4 years now, period. Regards, Harry

Re: [leaf-user] Extended MARK Target Question.

2007-07-18 Thread Harry Lachanas
J.L. Blom wrote: > Giovanni, > How do you do that? (short of making some hardware to connect an > USB-stick or flashcard to an IDE interface). > Joep > > On Wed, 2007-07-18 at 11:31 +0200, giovanni wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> J.L. Blom wrote: >> >>> ..

Re: [leaf-user] Extended MARK Target Question.

2007-07-17 Thread Harry Lachanas
>> >> >> One thing I've always hated was to search netfilter.org and find patches >> or whatever, >> > > True, but there is no way around :-( > > Kernel 2.6 has most of the modern goodies, but it is substantially > larger than 2.4 and it will be very difficult to fit a working system on > a

Re: [leaf-user] Another issue with buildtool.pl

2007-07-17 Thread Harry Lachanas
Hi again In my opiniion your env is screwed up, I sugest you delete all You also delete the user that builds bering-uClibc Make sure you have all prerequisites installed the Debian way, Install gcc-3.4 ( apt-get install gcc-3.4 ) Do a cvs again on a new user Open file src/bering-uclibc/b

Re: [leaf-user] Problem with buildtool.pl and Config::General

2007-07-17 Thread Harry Lachanas
> Hi guys, > > I've just run up a bare debian-40r0 machine and grabbed buildtool from cvs. > > I am using build env on debian etch also No problems except the compiler gcc I've installed gcc-3.4 > When I try and run buildtool.pl build buildenv I get the following error > > debian:~/src/bering-

Re: [leaf-user] Extended MARK Target Question.

2007-07-17 Thread Harry Lachanas
> > iptables -t mangle -N foo > iptables -t mangle -A foo -j MARK --and-mark 0xFF" > > If you get an error such as: > Thanks Tom, I've done this already and I got # iptables -t mangle -A foo -j MARK --and-mark 0xff iptables v1.3.5: MARK target: kernel too old for --and-mark Try

[leaf-user] Extended MARK Target Question.

2007-07-17 Thread Harry Lachanas
Hi all, I think this list is on vacation, I am running Bering-uClibc 3.1 beta 1 when I issue shorewall show capabilities I get: Extended Multi-port Match: Not available Connection Tracking Match: Not available Policy Match: Not available Ipset Match: Not available Raw Table: Not available Repe

[leaf-user] net4801

2007-07-10 Thread Harry Lachanas
Is there any special kernel .config on CVS to build the kernel with buildtool for soekris net48xx ?? Regards, Harry - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 expres

[leaf-user] new kernel build + netfilter module

2007-06-29 Thread Harry Lachanas
I wish to insert a new netfilter module in the kernel using buildtool, Is there any guide to help me do it manually since the patch is not included in the cvs tree?? Regards Harry - This SF.net email is sponsored by DB

Re: [leaf-user] 3.1 busybox/ping behaves like ping6...

2007-06-23 Thread Harry Lachanas
I've noticed the same behavior but I did not have the time to look at it. This only happens when you ping a host with an alias in the hosts file. When ping from dns server it works ok. Harry cpu memhd wrote: > ...when I ping anything in /etc/hosts > > I've been using 3.1 for a while but just noti

Re: [leaf-user] Fwd: Re: [Shorewall-users] v3.4.x problems on Bering-uClibc

2007-06-22 Thread Harry Lachanas
fensive pal Or was I ?? Thanks. KP Kirchdoerfer wrote: > On Friday 22 June 2007 23:24:09 Harry Lachanas wrote: > >> Hi KP, >> >> The buildtool.pl breaks, >> >> To be exact it breaks after >> $ buildtool.pl source shorewall >> >> the

Re: [leaf-user] Fwd: Re: [Shorewall-users] v3.4.x problems on Bering-uClibc

2007-06-22 Thread Harry Lachanas
fer wrote: > On Friday 22 June 2007 23:24:09 Harry Lachanas wrote: > >> Hi KP, >> >> The buildtool.pl breaks, >> >> To be exact it breaks after >> $ buildtool.pl source shorewall >> >> the specific file is shorewall-config.diff when the buldtoo

Re: [leaf-user] Fwd: Re: [Shorewall-users] v3.4.x problems on Bering-uClibc

2007-06-22 Thread Harry Lachanas
buildtool in order to get shorwall.lrp Thanks, Harry KP Kirchdoerfer wrote: > On Friday 22 June 2007 19:11:39 Tom Eastep wrote: > >> Harry Lachanas wrote: >> >>> Hi , >>> ok now >>> >>> But .. >>> Patches seem n

Re: [leaf-user] Fwd: Re: [Shorewall-users] v3.4.x problems on Bering-uClibc

2007-06-22 Thread Harry Lachanas
Hi , ok now But .. Patches seem not to work ok !!! Regards Harry KP Kirchdoerfer wrote: > On Thursday 21 June 2007 19:09:06 [EMAIL PROTECTED] wrote: > >> I am forwarding this to the list, >> Regards >> Harry >> >> [EMAIL PROTECTED] wrote: >> >>> I am trying to setup Bering uClibc 3.

[leaf-user] Some questions ...

2007-05-24 Thread Harry Lachanas
Hi all ... Since I am running my boxes for a year now with no problems I havent had the time to research for somethings. I Would like to connect 2 lans over NET with openvpn ... problem is that both are using the same subnet Lan(a)=( 10.0.1.0/24 ) , Lan(b) = ( 10.0.1.0/24 ) I am sure that I c

[leaf-user] Load Balance per connection....

2006-10-10 Thread Harry Lachanas
Hi all, Is there a way to to distribute evenly the upload speed for incomming connections ??? Example: Upload speed = 1 Mbits. Upload allowed Max Speed = 800 Kbs If there is 1 incomming connection then it gets full 800kbs In case there is a second incomming connection in then they both get 40

[leaf-user] 3.0-betaX

2006-10-02 Thread Harry Lachanas
Is there a source tree of the 3.0 version cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/leaf co -r Release-3 src/bering-uclibc responds with "cvs [checkout aborted]: no such tag Release-3" or 3-0 etc Thanks in advance, Harry. -

[leaf-user] Dsniff ???

2006-07-11 Thread Harry Lachanas
Is there any compiled copy of the dsniff package on CVS The package consists of /usr/sbin/arpspoof /usr/sbin/dnsspoof /usr/sbin/dsniff /usr/sbin/filesnarf /usr/sbin/macof /usr/sbin/mailsnarf /usr/sbin/msgsnarf /usr/sbin/sshmitm /usr/sbin/sshow /usr/sbin/tcpkill <

[leaf-user] Looking for nagios-nrpe-server ...

2005-09-21 Thread Harry Lachanas
If there is somebody who managed to get the nagios-nrpe-server compiled or can compile it with buildtool please send me an email. I only need the /usr/sbin/nrpe executable any uclibc version I don't mind. Since I've never used buildtool I will propably not be able to do it in a reasonable amount

Re: [leaf-user] lets talk about something--anything!

2005-07-03 Thread Harry Lachanas
Hello there.. I am in the process of building a site in order to monitor health and connectivity and services of other friend sites. Pretty much like http://websitepulse.com . This will include HTTP, HTTPS, ftp, SMTP, POP etc ( user defined ). This mainly will involve a lot of wget usage. Any idea

[leaf-user] X21 cards success??

2005-04-07 Thread Harry Lachanas
Is there anyone who had success using X21 cards ( any kind )??? I am about to connect to sites with X21. I am between 2 options. a) Using routers from the market b) Use lrp boxes and install the appropriate cards ( sagoma ... etc ) Any input with succes stories or fails would be of great hel

[leaf-user] aDSL and dial-in connections

2005-02-02 Thread Harry Lachanas
Hi all I Have installed Bering LRP on Many sites and I am very pleased with the capabilites of it.. Howerver I came across a prob that I am unaware ot its solution. On one Site LRP box serves internet outgoing connections through ( static IP ) a DSL line AND an incoming dial-in PPP conecti