[leaf-user] Atheros Drivers

2003-09-10 Thread Dave Hunt

Hi all,

Has anyone had any success with the drivers contained in
atheros.lrp/atheros.cfs
on the wisp-dist website with Bering 1.2? I've got as far as the drivers

loading, but the Proxim 802.11a/b ComboCard is not found upon loading 
ath_pci.o.

http://www.hazard.maks.net/wisp-dist/downloads/packages/

Cheers,
Dave.




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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] Load Balancing .. How to??????

2003-09-10 Thread Steve Wright
On Wed, 2003-09-10 at 16:32, Thitiporn Pornpirunrak wrote:
 Hi all
  I have 2 Adsl Router with both 128K .. I would like to set load balancing on my 
 bering box but I have no idea about that.. I try to search information on internet..
  Anyone know please tell me..


Do you want to balance on each *packet* or each *connection*  ?

This will equalize each *packet* ;

ip route add equalize default \
   nexthop via DSL1-IP dev eth1 \
   nexthop via DSL2-IP dev eth1


If you would like to balance per *connection* then remove the 'equalize'
word.  I think.  8-)


Found here ;
http://www.policyrouting.org/PolicyRoutingBook/ONLINE/CH05.web.html


best,
Steve




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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] Wisp and CS5530 /DoC

2003-09-10 Thread Erich Titl
Ray  group

Discard my previous mail, CS5530 does not come as a module. It looks 
extremely hidden in the configuration tree, actually the .config (from 
Bering) file shows

# CONFIG_BLK_DEV_CS5530 is not set

I am curious how this is set it at all, browsed menuconfig to no avail.

Sorry about the noise
Erich
At 22:18 09.09.2003 +0930, you wrote:
New to LEAF / Wisp using 2624

ok tried to install latest release of Wisp onto a 5BLMP motherboard with 8M
DoC. (Eon Anything box etc)
Able to get Doc setup, formated , syslinux etc all ok.
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 is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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] Wisp and CS5530 /DoC

2003-09-10 Thread Erich Titl
Ray

At 23:32 10.09.2003 +0930, you wrote:
 Erich,
thanks for replying -
I did the install from a Dos formatted hardrive and used the dos based DoC
tools, so,
How do I get into the LRP / Cfs files from dos to specify that the
kernel needs to laod the module - or do I need to load it explicitly
in the syslinux .cfg - if so I need to get the module from somewhere -
The generic Bus Master DMA support is disabled, which in turn disables the 
CS5530 support. You can always download the source package from 
http://www.hazard.maks.net/wisp-dist/downloads/src-kernel-2.4.20.tar.gz, 
unpack it and have a look for yourself. The file you want to look at is 
.config. If you have a linux system you can go to the linux directory and 
run make menuconfig.

Basically you have 2 possibilities

- Ask the maintainer to add the functionality to the kernel.
- Do it yourself.:-( , once you have the kernel sources downloaded it 
should not be that hard.

HTH
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 is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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 and MRTG

2003-09-10 Thread Roger E McClurg
Stephen,

MRTG and Bering 1.2 work great together. I monitor a number of Bering 
VPN/Routers with MRTG. It is simple. If you load both the netsnmpd 
(daemon)and netsnmpu (client) packages you can test your snmp at the 
Bering console. Snmpd.conf does not need much modification. Just make sure 
you have a community name that will let you have access to everything you 
want snmp to see. See my snippet from snmpd.conf below which allows snmp 
to access everything defined in the mib:
#
#
# community configuration
#
# commName  readV   writeV
#
community publicxmini   -
community your community name all all


Verify that you can do an snmpwalk and get the data on the Bering box. 
Once you can see the snmp data locally it's time to put MRTG to work. 
Point MRTG at your Bering box with the correct community name and it will 
be able to report on all network adapters including virtual adapters like 
ipsec0.

Roger

From: Stephen Pritchard [EMAIL PROTECTED]
Reply-to: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Tue, 9 Sep 2003 03:09:21 +1200
Subject: [leaf-user] Bering and MRTG

I would like to use our Linux based MRTG system to monitor the network
traffic on a seperate LEAF Bering 1.2 system. I have looked at converting
it to Bering culibc and using the snmpd package. Unfortunatley I cannot
figure out how to configure the snmp daemons.

Does any one have either some example Bering snmp configurations for
monitor network traffic? or does anyone know another way of setting up 
MRTG
to monitor the Bering system?.

Thanks

-Stephen



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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 and MRTG [faked-from][sls]

2003-09-10 Thread Troy Aden
I am also interested in setting this up. Can you please provide links to
netsnmpd
(daemon)and netsnmpu (client) packages? Thanks!

Troy
-Original Message-
From: Roger E McClurg [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 10, 2003 11:32 AM
To: [EMAIL PROTECTED]; Stephen Pritchard
Subject: Re: [leaf-user] Bering and MRTG [faked-from][sls]

Stephen,

MRTG and Bering 1.2 work great together. I monitor a number of Bering
VPN/Routers with MRTG. It is simple. If you load both the netsnmpd
(daemon)and netsnmpu (client) packages you can test your snmp at the
Bering console. Snmpd.conf does not need much modification. Just make sure
you have a community name that will let you have access to everything you
want snmp to see. See my snippet from snmpd.conf below which allows snmp
to access everything defined in the mib:
#
#
# community configuration
#
# commName  readV   writeV
#
community publicxmini   -
community your community name all all


Verify that you can do an snmpwalk and get the data on the Bering box.
Once you can see the snmp data locally it's time to put MRTG to work.
Point MRTG at your Bering box with the correct community name and it will
be able to report on all network adapters including virtual adapters like
ipsec0.

Roger

From: Stephen Pritchard [EMAIL PROTECTED]
Reply-to: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Tue, 9 Sep 2003 03:09:21 +1200
Subject: [leaf-user] Bering and MRTG

I would like to use our Linux based MRTG system to monitor the network
traffic on a seperate LEAF Bering 1.2 system. I have looked at converting
it to Bering culibc and using the snmpd package. Unfortunatley I cannot
figure out how to configure the snmp daemons.

Does any one have either some example Bering snmp configurations for
monitor network traffic? or does anyone know another way of setting up
MRTG
to monitor the Bering system?.

Thanks

-Stephen



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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 is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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 and MRTG [faked-from][sls]

2003-09-10 Thread Charles Holbrook
Packages are listed on leaf.sourceforge.net under the Bering-uClibc 1.x
downloads.  As far as configuring the snmpd.conf file you COULD use it
straight out of the box with no modifications and it would work.  There
is a single tweak that you might want to do to allow a more robust
walk of the snmp tree.  Trace back your community name through the
groups to it's persmissions, change that from system to .1 and that will
allow you to walk all of the tree without having to specify anything in
the snmpwalk command.  I would however suggest making one change to the
conf script and that is for the community name.

On Wed, 2003-09-10 at 14:56, Troy Aden wrote:
 I am also interested in setting this up. Can you please provide links to
 netsnmpd
 (daemon)and netsnmpu (client) packages? Thanks!
 
 Troy
 -Original Message-
 From: Roger E McClurg [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, September 10, 2003 11:32 AM
 To: [EMAIL PROTECTED]; Stephen Pritchard
 Subject: Re: [leaf-user] Bering and MRTG [faked-from][sls]
 
 Stephen,
 
 MRTG and Bering 1.2 work great together. I monitor a number of Bering
 VPN/Routers with MRTG. It is simple. If you load both the netsnmpd
 (daemon)and netsnmpu (client) packages you can test your snmp at the
 Bering console. Snmpd.conf does not need much modification. Just make sure
 you have a community name that will let you have access to everything you
 want snmp to see. See my snippet from snmpd.conf below which allows snmp
 to access everything defined in the mib:
 #
 #
 # community configuration
 #
 # commName  readV   writeV
 #
 community publicxmini   -
 community your community name all all
 
 
 Verify that you can do an snmpwalk and get the data on the Bering box.
 Once you can see the snmp data locally it's time to put MRTG to work.
 Point MRTG at your Bering box with the correct community name and it will
 be able to report on all network adapters including virtual adapters like
 ipsec0.
 
 Roger
 
 From: Stephen Pritchard [EMAIL PROTECTED]
 Reply-to: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Date: Tue, 9 Sep 2003 03:09:21 +1200
 Subject: [leaf-user] Bering and MRTG
 
 I would like to use our Linux based MRTG system to monitor the network
 traffic on a seperate LEAF Bering 1.2 system. I have looked at converting
 it to Bering culibc and using the snmpd package. Unfortunatley I cannot
 figure out how to configure the snmp daemons.
 
 Does any one have either some example Bering snmp configurations for
 monitor network traffic? or does anyone know another way of setting up
 MRTG
 to monitor the Bering system?.
 
 Thanks
 
 -Stephen
 
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 
 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 is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 
 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 is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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] Wisp and CS5530 /DoC

2003-09-10 Thread Ray Dekens
From Erich

The generic Bus Master DMA support is disabled, which in turn disables the
CS5530 support. 

Options
Ask the maintainer to add the functionality to the kernel.

DIY,

I wont have tiome to DIY for a few weeks, 
s -
What are the chances of a build with the appropriate support ?

please ?

Ray


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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


[leaf-user] OT: Anyone running bind 9.x on LEAF or other small distro?

2003-09-10 Thread Peter Nosko
pn] I'm rebuilding my name server first since it's
broke and my router/firewall ain't.  Both currently
are E2B boxes, and the name server is on a DMZ.  I had
E2B installed an a HD there.

pn] I'm looking for a CD-based distro with the config
on a floppy that doesn't need a lot of mods to turn
off routing/firewall funtionality and has recent libs
to run bind 9.x.  Thanks.

=

-
Peter Nosko ([EMAIL PROTECTED])
This is a good place for a tagline.

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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


[leaf-user] ez-ipupd not firing in response to DHCP lease change

2003-09-10 Thread Eric House
I'm running Bering 1.2 on an SBC DSL connection.  I use ez-ipupd to
export the dynamic IP address I'm assigned.  Or at least I'd like to.
While ez-ipupd used to work for me (and still works at other
[comcast-based] locations I maintain), now when SBC changes my IP
address the DNS settings are not changed.

I suspect that the problem is that ez-ipupd isn't getting run in
response to the DNS change.  When I notice that there's been a change
and run ez-ipupd manually from /etc/init.d/, it works:

aphraea: -root-
# ./ez-ipupd restart
ez-ipupd error: already stopped
Starting /usr/bin/ez-ipupdate...
ez-ipupdate Version 3.0.11b7
Copyright (C) 1998-2001 Angus Mackay.
connected to www.zoneedit.com (64.21.143.23) on port 80.
request successful

Yet for some reason it must be run manually.  I wouldn't be surprised
if SBC were doing something wrong with the DHCP protocol so that
Bering isn't notified in the proper way, but have no idea how to tell
if that's the problem.

Anybody seen this?  I'm in Emeryville, California, if that matters.
Any suggestions on how to narrow the problem down?

Does the already stopped error above have anything to do with it?

Thanks,

--Eric House
--
**
* From the desktop of: Eric House, [EMAIL PROTECTED]*
*Crosswords 4.0 for PalmOS is out!: http://www.peak.org/~fixin/xwords  *
**


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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