[leaf-user] Replace ZyXEL 324 by LEAF Bering-uClibc 2.2

2004-09-05 Thread Chris Lee
Hi All,

First many thank for CISCO 1600 router replacement question, I still take
some time to digest.

Now, my company just apply new Board band Internet line, which using ZyXEL
324 as router.

I try to use Bering-uClibc 2.2 to replace it.

Here is the detail:
Cable Modem: ARESCOM NetDSL 800 series
Router: ZyXEL 324

Internet -- NetDSL -- ZyXEL - Intranet

** Since the ISP don't want to provide detail config for both NetDSL and
ZyXEL, I need to *hack* the device to peek the info.

I create an Network Diagram to show the config at the following URL:
http://www.regalhotel.com/edm/mis/leaf/leaf.htm

From the NetDSL config
http://www.regalhotel.com/edm/mis/leaf/leaf.htm#netdsl

It seems it config as Ethernet-Bridge?? and require ZyXEL to get config by
PPPoE

I can setup LEAF to get the same result by PPPoE without any problem. 

However I did not know how to implement IP Alias to serve multiple WAN IP
for intranet.
http://www.regalhotel.com/edm/mis/leaf/leaf.htm#zyxel

Any Hints?

Beside, from my URL, what is the usage for
IP Address between Custerom  Network - Network No: 210.245.201.224 

Many thanks in advance.

Regards,
Chris Lee


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click

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] chgrp - Operation not permitted

2004-09-02 Thread Chris Lee
Dear Jon,

Thanks for your suggestion, it working properly now.

I write this mini how-to for anyone who want to use HD to store log
messages:

Suppose you already install leaf on /dev/hda1 (DOS filesystem, 512MB)

Download and install hdspp.lrp package

# lrpkg -i hdsupp 

Then create Linux partition

# fdisk /dev/hda

Command (m for help): n ENTER
Command action
e extended
p primary partition (1-4)
p ENTER
Partition number (1-4): 2 ENTER
First cylinder (132-973, default 132): ENTER
Using default value 132 
Last cylinder or +size or +sizeM or +sizeK (132-973, default 973): +512M
ENTER
Command (m for help): w (Write table to disk and exit) 

Now /dev/hda2 Linux partition was created, then we need to format it to use
ext3 as filesystem. 

# mkfs.ext3 /dev/hda2

Beside, leaf did not support ext3 filesystem by default, we need to add
following modules:
jbd.o, ext3.o

Copy jbd.o and ext3.o to /boot/lib/modules folder.

Then add following lines to /boot/etc/modules file

# e3 /linuxrc 

jbd
ext3

Finally edit linuxrc file, so that it use hard disk to save log files
instead of RAM disk.

# e3 /linuxrc 

#qt mount -t tmpfs tmpfs /var/log -o size=$log_size 
qt mount -t ext3 /dev/hda2 /var/log

Remember to backup initrd , then reboot.

Hope this help and thanks Jon again. ^_^

Regards,
Chris Lee



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click

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] chgrp - Operation not permitted

2004-08-26 Thread Chris Lee
LEAF Bering-uClibc 2.2 
I use HDD as /var/log folder, however log rotate was failed by Operation not
permitted error.
so below:

savelog -g wheel -m 640 -u root -c 4 /var/log/shorewall.log
chgrp: /var/log/shorewall.log.new: Operation not permitted
ln: /var/log/shorewall.log.0: No such file or directory
mv: unable to rename `/var/log/shorewall.log.new': No such file or directory
chgrp: /var/log/shorewall.log.0: Operation not permitted
Rotated `/var/log/shorewall.log' at Thu Aug 26 12:13:35 UTC 2004.

Does MSDOS partition does not support file permission?

Regards,
Chris Lee


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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_2.2-beta5 HDD Version Question

2004-08-19 Thread Chris Lee
Thanks All for suggestions.

I know the problem now.

When startup, the system show:

Partition check:
  hda: [PTBL] [1306/240/63] hda1 hda2  hda5 

I think Mr. Frank Dauer use two Hard disk, each HD got their Primary
Partition, so he can use hda2.

For my case, I create Extended DOS Partition (hda2) and Logical DOS Drive
(hda5) on the same harddisk (hda). So I should declare the statement as
follow:

qt mount -t msdos /dev/hda5 /var/log 

Now I can got 512MB for /var/log. I think it is large enough to store the
shorewall.log.

Regards,
Chris Lee


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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] TZ problem again.

2004-08-19 Thread Chris Lee
Hi,

Last time, I think TZ problem was fixed, but after upgraded to 2.2 uClibc.
The problem come back.

/etc/TZ
HKT-8

hwclock : Fri Aug 20 12:49:10 2004  0.00 seconds
2.2b5 : Fri Aug 20 20:49:10 HKT 2004 - Wrong
2.1rc1  : Fri Aug 20 12:49:10 HKT 2004 - Correct
2.2 : Fri Aug 20 20:49:10 HKT 2004 - Wrong

Anyone face the same problem?

Regards,
Chris Lee


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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] Shorewall logs

2004-08-18 Thread Chris Lee
Dear David,

I see ulogd file at /etc/cron.daily which seems to do the job:
--
cchvpn# cat ulogd
#!/bin/sh
# Save daily LOGDEPTH versions of syslogfile
LOGDEPTH=4
# syslogfile name
LOGFILE=/var/log/shorewall.log

if [ -f $LOGFILE ]; then
savelog -g wheel -m 640 -u root -c $LOGDEPTH $LOGFILE /dev/null
/etc/init.d/ulogd reload
fi


Hope this help.

Regards,
Chris Lee


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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] VNC port forward blocked by Shorewall

2004-08-18 Thread Chris Lee
Hi,

I fail to connect VNC Server inside the intranet, which look like it blocked
by Shorewall.

Here is the log:

Jan 1 08:00:00 8dgateway Shorewall:all2all:REJECT: IN= OUT=eth1 MAC= SRC=10.
0.18.254 DST=10.0.18.1 LEN=60 TOS=00 PREC=0x00 TTL=64 ID=0 DF PROTO=TCP
SPT=4609 DPT=5900 SEQ=1772649008 ACK=0 WINDOW=5840 SYN URGP=0 

10.0.18.254 is the leaf server
10.0.18.1   is the VNC Server I want to connect

I use PuTTY port forwarding and 

PuTTY Port fordward -- 203.198.x.x - leaf - 10.0.18.254 - 10.0.18.1 

Any Hints?

Beside, why the log date is Jan 1 08:00:00??

Regards,
Chris Lee


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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] VNC port forward blocked by Shorewall

2004-08-18 Thread Chris Lee
Dear Ronny,

Thanks. It working now!

Any hints for invalid log date?

Regards,
Chris Lee
 


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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] Shorewall logs

2004-08-18 Thread Chris Lee
Dear David,

 If I run that script manually it works fine, but it doesn't seem to be
 running automatically.

try issue ps command, see if cron is running.

32220 root284 S   /usr/sbin/cron

hope this help.

Regards,
Chris Lee


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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_2.2-beta5 - Time zone settings and e2fsck.

2004-08-17 Thread Chris Lee
Hi,

I found the answer for TZ, I search the Web and found the following pages:

GMT, UTC, CET, PST?
http://www.rpgplanet.com/neocron/guides/tz.asp

http://science.ksc.nasa.gov/software/winvn/userguide/3_1_4.htm

http://www.timezoneconverter.com/cgi-bin/tzc.tzc

Then, I set TZ to HKT-8

I can now sync both the software and hardware clock with ntpdate now. 

 Here is Hongkong, which is GMT+8 , If I set TZ=UTC+8:
 
 # date
 Wed Jul 21 08:07:38 UTC 2004
 # hwclock
 Wed Jul 21 16:07:41 2004  0.00 seconds

Hope this info help other people face the same problem.

Regards,
Chris Lee


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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_2.2-beta5 HDD Version Question

2004-08-17 Thread Chris Lee
Dear Frank,

Thanks for your suggestion. 

Here is my result:

qt mount -t msdos /dev/hda1 /var/log 
** First I want to put the log to the same partition

Result: System Panic

So I create an Extended partition and format by DOS (D:)
qt mount -t msdos /dev/hda2 /var/log 

Great the log to saved to HD now :^)

But wait.. when I issue df command.
It don't show the /var/log info.

Did you get the same result.

Regards,
Chris Lee




---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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_2.2-beta5 HDD Version Question

2004-08-16 Thread Chris Lee
Dear Peter,

Thanks for your suggestion.

Don't know why you can't see the entry? See below, did I declare wrong?

# /etc/fstab: static file system information.
#
# file system mount point   type  options dump  pass
proc/proc   procnoauto  0
0
/dev/hda1  /var/log autodefaults 0  0 


Seems that the system using the tempfs before mounting the drive accroding
to /etc/fstab.

Why I don't use another folder (e.g. /var2/log) because the weblet use
default /var/log , and I did found any place to change it.

Beside, if I follow your suggestion, where can I put the sym link after
mount the harddisk at bootup?

Regards,
Chris Lee


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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_2.2-beta5 HDD Version Question

2004-08-13 Thread Chris Lee
Dear Peter,

  2. It is possible to put and keep all the log (/var/log) to HDD?
 
 /etc/syslog.conf.  You will probably also want to add an entry to
 /etc/fstab.  However, maybe what you really want is to turn on remote
 syslogging to another server?

I following your suggestion and change the /etc/fstab file:

# /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  pass
proc/proc   procnoauto
0   0
/dev/hda1  /var/log autodefaults0
0

then I issue 
# svi sysklogd restart

to create empy log file.

However, I found some log (e.g. cron.log ) is missing.

# df
Filesystem   1k-blocks  Used Available Use% Mounted on
/dev/root 8192  4284  3908  52% /
tmpfs23392 0 23392   0% /tmp
tmpfs   528000  9440518560   2% /var/log
/dev/hda1   528000  9440518560   2% /var/log

I think the cron.log was written to /var/log at tmpfs first, then erased?
after mount the hard disk.

Question: How can I remove /var/log at tmpfs?

Regards,
Chris Lee



---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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] CISCO 1600 Router Replacment

2004-08-13 Thread Chris Lee
Dear Ray,

Many thanks for your details reply.

Let discuss the NAT? part first.

 Ethernet0   10.0.108.254/255.255.255.0
  203.198.77.78/255.255.240
 
 Ethernet1   172.23.76.154/255.255.255.252

I try to use uClibc 2.2RC1, but I don't know how to setup the eth0 (WAN) and
eth1 (LAN) for about settings at /etc/network/interfaces.
Assume leaf's eth0 is CISCO Ehernet1 and eth1 is Ethernet0

auto eth0
iface eth0 inet static
address 172.23.76.15_ ??
netmask 255.255.255.252
gateway 172.23.76.15_ ??

autho eth1
address 203.198.77.7_ ??
netmask 255.255.255.240
gateway 203.198.77.7_ ??

Any Hints?

Regards,
Chris Lee


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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] CISCO 1600 Router Replacment

2004-08-12 Thread Chris Lee
Dear Ray,

Thanks for your reply.

Here is the existing setup

Internet -- NetDSL Cable Modem -- CISCO Router -- Intranet

What I want is:

Internet -- NetDSL Cable Modem -- leaf  -- Intranet


There is two port (DSL, Ethernet) for ARESCOM NetDSL 1000 Cable Modem, which
I think work like this:
ISP -- DSL port -- NetDSL -- Ethernet -- CISCO 1605 Ethernet port 1

For CISCO, it only use two port, Ethernet Port 1 (From NetDSL) and Ethernet
Port 0 to Internat Hub.

As I don't know how to config CISCO, I use Getif to peek the config via
SNMP.

For Interface, it show:

descr.  ip address
Ethernet0   10.0.108.254/255.255.255.0
203.198.77.78/255.255.240

Ethernet1   172.23.76.154/255.255.255.252

Tunnel5 192.168.79.94/255.255.255.252

I think Ehternet1 is the WAN IP address?? And don't know what is Tunnel5?

For Address:
int.address/mask
1   10.0.108.254/255.255.255.0
5   172.23.76.154/255.255.255.252
4   192.168.79.94/255.255.255.252
1   203.198.77.78/255.255.255.240

* Don't know what int. column stand for?

For Routing Table:
int.dest.   next hopmasktype
proto   age
4   0.0.0.0 192.168.79.94   0.0.0.0 direct
local   0
1   10.0.108.0  203.198.77.78   255.255.255.0   direct
local   0
0   172.16.0.0  172.23.76.153   255.240.0.0 indirect
local   10
0   172.22.254.49   172.23.76.153   255.255.255.255 indirect
local   11
2   172.23.76.152   172.23.76.154   255.255.255.252 direct  local   0
4   192.168.79.92   192.168.79.94   255.255.255.252 direct  local   0
1   203.198.77.64   203.198.77.78   255.255.255.240 direct  local   0

First I want leaf to peform normat NAT router for range of internet ip
address
Then, I want to setup SNMP to collect networking perform per ip
Finally, setup QOS for each ip.

It is possible?

Regards,
Chris Lee


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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] weblet

2004-08-12 Thread Chris Lee
hi,

Is it possible to connect weblet via internet and password protected?

Regards,
Chris Lee


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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] weblet

2004-08-12 Thread Chris Lee
Dear  Livio,

Thanks for your suggestion, I almost forgot ssh port fordwaring feature. :^)
Working great now. 

Just for your info: weblet default use port 80 

Regards,
Chris Lee

 
 I wouldn't go this way.
 
 Just get ssh up and running on the WAN interface and redirect 
 the weblet port(Is it port 5000?)


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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] CISCO 1600 Router Replacment

2004-08-11 Thread Chris Lee
Dear Mohan,

As far as I can see, the CISCO only connect to the ARESCOM NetDSL 1000 Cable
Modem via  Ethernetk, so I think T1/E1 or Sync Serial is not a problem
(between  what is sync serial?).

However I don't know how to setup the network interface card setting. There
is a label on top of CISCO marked down:

WAN IP: 172.23.76.154
LAN: 203.198.77.78 / 255.255.255.240

1. How do I define WAN setting? 172.23.76.154/255.255.255.255? how about the
default gateway?
2. How do I define LAN setting for an range of IP?

Many thanks in advance.

Regards,
Chris Lee

 -Original Message-
 From: S Mohan [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, August 11, 2004 11:45 AM
 To: 'Chris Lee'; [EMAIL PROTECTED]
 Subject: RE: [leaf-user] CISCO 1600 Router Replacment
 
 It can replace and perform much better except for interface support.
 Supporting T1/E1 or Sync serial etc on LEAF is not an easy 
 proposition.
 IMHO, it is more an issue of driver support than anything 
 else.  An ideal
 situation would be to have the 1600 and the LEAF system behind it for
 firewalling, VPN etc.
 
 Regards
 Mohan
 
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
 Chris Lee
  Sent: Wednesday, August 11, 2004 7:47 AM
  To: '[EMAIL PROTECTED]'
  Subject: [leaf-user] CISCO 1600 Router Replacment
  
  Hi,
  
  My company using CISCO 1603 Router
  http://www.cisco.com/en/US/products/hw/routers/ps214/ps218/
  provided by ISP for internet access.
  
  Question: Is it possible use leaf to replace all the function 
  for that router?
  
  Regards,
  Chris Lee
  
  
  ---
  SF.Net email is sponsored by Shop4tech.com-Lowest price on 
  Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic 
  DVD+R for only $33 Save 50% off Retail on Ink  Toner - Free 
  Shipping and Free Gift.
  http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
  --
  --
  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
  
 


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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] Bering-uClibc 2.2-rc1 upgrade, how?

2004-08-08 Thread Chris Lee
Hi,

How to upgrade Bering-uClibc 2.2-rc1 from 2.2 beta5? 

PS: I have using HD version.

Regards,
Chris Lee


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.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


[leaf-user] Install Package w/o go back to DOS

2004-08-08 Thread Chris Lee
Hi,

I am using Bering-uClibc_2.2-beta5 HDD version.
Is it possible to download and install additional packages w/o go back to
DOS?

Regards,
Chris Lee


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.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_2.2-beta5 w/ OpenVPN ver 1.6.0 Rev 1 Multiple Tunne l

2004-07-28 Thread Chris Lee
Dear M Lu,

I think no problem for me to setup multi .conf for multi tunnel. 
But how to start up multi openvpn process at startup?

Pls kindly advise.

Regards,
Chris Lee


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click

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] Bering-uClibc_2.2-beta5 w/ OpenVPN ver 1.6.0 Rev 1 Multiple Tunne l

2004-07-26 Thread Chris Lee
Is it possible to setup more than can one OpenVPN tunnel per Server?
If yes, how?

i.e. Main Server --Tunnel upd:5000-- Server A
 ^--Tunnel upd:5001-- Server B
 ^--Tunnel upd:5002-- Server C

I am using Bering-uClibc_2.2-beta5 w/ OpenVPN ver 1.6.0 Rev 1

Many thanks in advance.

Regards,
Chris Lee


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click

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_2.2-beta5 - Time zone settings and e2fsck.

2004-07-21 Thread Chris Lee
Luis.F.Correia wrote:
 Olá!
 Bering-uClibc uses the TZ variable as can be read in:
 http://www.leaf-project.org/doc/guide/buci-tz.html

Dear Luis,

Here is Hongkong, which is GMT+8 , If I set TZ=UTC+8:

# date
Wed Jul 21 08:07:38 UTC 2004
# hwclock
Wed Jul 21 16:07:41 2004  0.00 seconds

Why the date command show the incorrect time? 
Pls kindly advise. 

Regards,
Chris Lee


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21alloc_id040op=click

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] Bering-uClibc_2.2-beta5 HDD Version Question

2004-07-20 Thread Chris Lee
Hi,

Thanks K.-P. Kirchdorfer suggestion to use latest beta version for OpenVPNZ.
I can setup and backup now. :^)

Here is some newbie question:

1. How to enable NumLock at startup

2. It is possible to put and keep all the log (/var/log) to HDD?

3. How to enlarge /dev/root? I already format 256M HD partition, but only
few are used for the system.
Filesystem   1k-blocks  Used Available Use% Mounted on
/dev/root 6144  5024  1120  82% /
tmpfs47700 0 47700   0% /tmp
tmpfs 204840  2008   2% /var/log

Many thanks in advance.

Regards,
Chris Lee


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click

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] Bering-uClibc 2.1.x - OpenVPNZ

2004-07-12 Thread Chris Lee
Hi,

Can anyone kindly to send an old version of OpenVPNZ package, as the one on
the web seems broken.

Many Thanks in advance.

Regards,
Chris Lee



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


[leaf-user] Bering-uClibc 2.1.3 / HDD - OpenVPNZ

2004-07-09 Thread Chris Lee
Hi,

I try to install OpenVPNz, but failed:

I added 3 lib and openvpnz package to LRPKG.CFG file and reboot
root,config,etc,local,modules,iptables,dhcpcd,keyboard,shorwall,ulogd,dnscac
he,dropbear,weblet,libcrpto,libssl,liblzo,openvpnz

When access Backup Menu, I can see new menu item (15,16,17,18) for above
lib/pkg

 Package  Type BkupDev  BkupFS   Package  Type BkupDev  BkupFS
        

   1) initrd   Full hda1 msdos 2) root Full boot msdos
   3) config   Full boot msdos 4) etc  Full boot msdos
   5) localFull boot msdos 6) modules  Full boot msdos
   7) iptables Full boot msdos 8) dhcpcd   Full boot msdos
   9) keyboard Full boot msdos10) shorwall Full boot msdos
  11) ulogdFull boot msdos12) dnscache Full boot msdos
  13) dropbear Full boot msdos14) weblet   Full boot msdos
  15) libcrpto Full boot msdos16) libssl   Full boot msdos
  17) liblzo   Full boot msdos18) openvpnz Full boot msdos

However, when I want to config openvn, I did not found
/etc/openvpn/openvpn.conf file

If I issue openvpn command, system return:
openvpn: not found

Any Hints?

Regards,
Chris Lee


---
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 2.1.3 Question - 3. Routing Table - Gateway

2004-07-08 Thread Chris Lee
I found the answer myself for Question 3:

Add the following entries at /etc/network/interfaces 

up ip route add 10.1.20.0/24 via 10.1.10.1 dev eth1
up ip route add 10.1.30.0/23 via 10.1.10.1 dev eth1
up ip route add 10.1.40.0/24 via 10.1.10.1 dev eth1
up ip route add 10.1.50.0/24 via 10.1.10.1 dev eth1
up ip route add 10.1.60.0/23 via 10.1.10.1 dev eth1

Doc Ref:[EMAIL PROTECTED]://snafu.freedom.org/linux2.2/docs/ip-cref/ip-cref.html

Regards,
Chris Lee

 3. Routing Table - Gateway
 How to set gateway beside default gateway?
 
 Here is the routing table for my RedHat box:
 10.1.20.0   10.1.10.1   255.255.255.0   UG0 00
 eth1 
 10.1.50.0   10.1.10.1   255.255.255.0   UG0 00
 eth1 
 10.1.60.0   10.1.10.2   255.255.254.0   UG0 00
 eth1 
 10.1.30.0   10.1.10.1   255.255.254.0   UG0 00
 eth1 
 


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


[leaf-user] Bering-uClibc 2.1.3 Again - Traceroute

2004-07-06 Thread Chris Lee
Thanks for answering Question 2, here come the new question:
Does Bering provide traceroute like function?

Regards,
Chris Lee


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


[leaf-user] Bering-uClibc 2.1.3 Question

2004-07-05 Thread Chris Lee
Hi,

Some Newbie questions:

1. TZ
I live in Hong Kong (GMT+8), so I set the TZ to : HKG+8

How come the system show incorrect date/time w/ cmos clock?
# date
Tue Jul 6 03:50:21 HKG 2004
# hwclock
Tue Jul 6 11:50:18 2004 0.00 seconds

2. PS1
It is possible to set PS1, so that it show current folder? (e.g. [firewall
/etc] #)

3. Routing Table - Gateway
How to set gateway beside default gateway?

Here is the routing table for my RedHat box:
10.1.20.0   10.1.10.1   255.255.255.0   UG0  00 eth1
10.1.50.0   10.1.10.1   255.255.255.0   UG0  00 eth1
10.1.60.0   10.1.10.2   255.255.254.0   UG0  00 eth1
10.1.30.0   10.1.10.1   255.255.254.0   UG0  00 eth1

Regards,
Chris Lee


---
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 2.12 / 3COM 3C509B-TPO ISA

2004-06-24 Thread Chris Lee
Dear Henning Jebsen,

 Are you sure you got the correct driver ? 
 There are 3com -modules which sound/look similar.

I am not sure, as I expand the modules file, It only contain the following
on 2.4.24/net folder:

3c59x.o hostap.o  natsemi.o prism2_plx.o  via-rhine.o
eepro100.o  hostap_pci.o  ns820.o   rtl8139.o winbond-840.o
epic100.o   hostap_plx.o  p80211.o  starfire.oyellowfin.o
hamachi.o   intel-gige.o  pci-scan.osundance.o
hostap_crypt_wep.o  myson803.oprism2_pci.o  tulip.o

 Do you use the etherlink III card ? Look for another module which is
similar... 
Yes, but cannot found any similar module... Any Hints?

Or should I upgrade to beta version or degrade to 2.1.11 version?

Regards,
Chris Lee


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


[leaf-user] Bering-uClibc 2.12 / 3COM 3C509B-TPO ISA

2004-06-23 Thread Chris Lee
Hi All,

Try to install Bering-uClibc 2.12, however I cannot detect/setup 3COM
3C509B-TPO ISA NIC card.

I already config NIC to:
Plug and Play Capability: Disabled
Full Duplex: Disabled

As I install the Bering to HD, so I use the following initrd.lrp

initrd_ide_cd.lrp 
Download from:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/leaf/bin/packages/uclibc-0.9/
20/initrd_ide_cd.lrp?rev=HEADcontent-type=application/octet-stream

The Bering-uClibc 2.12 was d/l from following link:
http://sourceforge.net/project/showfiles.php?group_id=13751

2.1.2 [show only this release] 2004-05-05 15:00 
Bering-uClibc_2.1.2_img_bering-uclibc-1680.bin
Bering-uClibc_2.1.2_img_bering-uclibc-1680.exe

2.1.1 [show only this release]
Bering-uClibc_2.1.1_modules_2.4.24.tar.gz 


I also try to use 2.1.1 modules (cannot found 2.1.2 modules)to add 3c59x.o,
but fail:

# insmod 3c59x
Using /lib/modules/3c59x.o
insmod: unresolved symbol acpi_wake
insmod: unresolved symbol acpi_set_pwr_state
insmod: unresolved symbol pci_drv_unregister
insmod: unresolved symbol pci_drv_register

# insmod pci-scan
Using /lib/modules/pci-scan.o
insmod: unresolved symbol acpi_wake
insmod: unresolved symbol acpi_set_pwr_state
insmod: unresolved symbol pci_drv_unregister
insmod: unresolved symbol pci_drv_register

#uname -a
Linux firewall 2.4.24 #3 Sun Feb 22 19:25.40 CET 2004 i586 unknown

Any Hints?

Regards,
Chris Lee


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