[leaf-user] a question about libc207/225 packages

2007-02-12 Thread Sandro Doro
Hi,
  the 2.X packages in subject are not present in 3.X because
are missing or because they are dismessed/not-supported ?

Regards,
  Sandro Doro


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

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


[leaf-user] buildtool question

2006-12-22 Thread Sandro Doro
Hi,
  I need to rebuild a custom 2.4.2 old release using buildtool.
I have done:

cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/leaf login

cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/leaf \
co -r Release-2_4_2 src/bering-uclibc/buildtool

These command download the build environment related to 2.4.2 release,
but how can tell buildtool to download/use all packages from
2.4.2 release ?

Thanks,
  Sandro Doro

-- 
Sandro Doro
e-mail: sandro DOT doro AT istruzione DOT it
Linux registered user n. 5768



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

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


[leaf-user] typos in Bering-uClibc packages 2.x page ?

2006-02-19 Thread Sandro Doro
Hi,
  I am test pptpd lrp package in uBering 2.3.1 and searching
package dependencies I am confusing by the following lines


  94. pptpd.lrp
  The PPTP server (pptpd) for Linux
  Homepage: http://www.poptop.org
  Requires: pppd.lrp  =


I think that it must be ppp.lrp


Regards,
  Sandro Doro



---
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=lnkkid=103432bid=230486dat=121642

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


[leaf-user] ipsec and multiple IP problem

2006-02-09 Thread Sandro Doro
Hi,

  I am testing Bering 2.3.1 with a multiple IP interface as:

# ip addr show eth0
5: eth0: BROADCAST,MULTICAST,ALLMULTI,UP mtu 1500 qdisc pfifo_fast qlen 
1000
link/ether fe:fd:58:24:f8:e6 brd ff:ff:ff:ff:ff:ff
inet 82.46.148.130/24 brd 82.46.148.255 scope global eth0
inet 82.46.148.128/24 scope global secondary eth0 
inet6 fe80::fcfd:58ff:fe24:f8e6/64 scope link

Using the included ipsec.lrp (v.1.0.9) I setup VPN with: 

   # /etc/ipsec.conf
   [...]
   interfaces=ipsec0=eth0 ipsec1=eth0:0
   [...]

After /etc/init.d/ipsec restart the following messages is printed:

  Device eth0:0 does not exist.
  ipsec_setup: unable to determine address of `eth0:0'

This messages is printed also if I change the ip address with the
following command:

  ip addr add 82.46.148.128/24 dev eth0 label eth0:0

I have read in

  http://www.freeswan.ca/docs/HA/HA_VPNS_With_FreeSWAN.html

that this interface specification is correct. This is possible
only in v2 release (Bering v2.4) ?

Thank you for any suggestions.


Regards,
  Sandro Doro

-- 
Sandro Doro
e-mail: sandro.doro AT istruzione.it





---
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=lnkkid=103432bid=230486dat=121642

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


[leaf-user] Problem in setup vrrp / ipsec

2006-02-04 Thread Sandro Doro
Hi,

  I am testing a two nodes firewall HA configuration using uClibc 2.3.1
with three interface model. In leag.cfg I setup:

1 iptables and shorwall

2 kpalived (vrrp) configurared for all three interfaces:
  - in eth0 for Internet next hop and NATed DMZ IP addresses
  - in eth1 for DMZ default gateway
  - in eth2 for LAN default gateway

3 ipsec for a VPN to remote office

Now the step 1 and 2 work correctly (after removing the shorewall
builtin drop multicast) but I have a problem to setup ipsec.
The ipsec log (/var/log/auth.log) says:

  we have no ipsecN interface for either end of this connection

and this is correct because my ipsec.conf contains:

   interfaces=ipsec0=eth0

If I change it to:

   interfaces=ipsec0=eth0:0

the report is:

  ipsec_setup: unable to determine address of `eth0:0'

For example a LAN router that MASTER the LAN VIP has real
IP address 192.168.100.189 and VIP address 192.168.100.254

# ip addr show eth2
7: eth2: BROADCAST,MULTICAST,ALLMULTI,UP mtu 1500 qdisc pfifo_fast qlen 
1000
link/ether fe:fd:c0:a8:64:bd brd ff:ff:ff:ff:ff:ff
inet 192.168.100.189/24 brd 192.168.100.255 scope global eth2
inet 192.168.100.254/24 scope global secondary eth2

How I can change the configuration to force ipsec to take the
alias/VIP address ?


Regards,
  Sandro Doro


-- 
Sandro Doro
e-mail: sandro.doro AT istruzione.it




---
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=lnkkid=103432bid=230486dat=121642

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


[leaf-user] question about missing qos-htb.lrp in Bering-uClibc-2.3 iso

2005-10-26 Thread Sandro Doro
Hi,
  as in subject the qos-htb.lrp is missing in
Bering-uClibc_2.3_iso_bering-uclibc-iso.bin.
There are any reasons ? It's seem me that the
package is still running correctly (v.0.8.5)
with 2.4.31 kernel and the other packages.

Regards,
  Sandro Doro



---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information

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] Anyone using UML or Xen?

2005-04-22 Thread Sandro Doro
 On Thu, 2005-04-21 at 11:16, Sandro Doro wrote:
   Has anyone on the list successfully modeled a virtual WAN
   infrastructure, or at least built a functional LEAF router within UML or
   Xen? If so, I'd appreciate any suggestions you may have on the quickest
   way to setup this virtual WAN.
  
  Hi,
I made this type of work using UML with a Knoppix custom live CD  with
  a SKAS host and a 2.4.26 guest kernel. Home page (and download):
  
http://www.tic.fdns.net/tic/html/lab.html
  
  Sorry but the languages is italian.
  
 
 My DNS could not resolve www.tic.fdns.net.
 

retry it!

  there are seven virtual experiences involving uBering:

http://www.tic.fdns.net/tic/html/uml-bering.html(two-interfaces)
http://www.tic.fdns.net/tic/html/uml-beringDMZ.html (three-interfaces)
http://www.tic.fdns.net/tic/html/uml-NET.html   (three bering node)
http://www.tic.fdns.net/tic/html/uml-VPN.html   (two private net)
http://www.tic.fdns.net/tic/html/uml-proxyArp.html  (proxy ARP test)
http://www.tic.fdns.net/tic/html/uml-QoS.html   (traffic shaping)
http://www.tic.fdns.net/tic/html/uml-RLab.html  (subnet/Area control)

I think that the third is more near your requirements.


Regards,
  Sandro Doro


-- 
Sandro Doro
e-mail: sandro.doro AT istruzione.it
Linux registered user n. 5768




---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click

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


Re: [leaf-user] Anyone using UML or Xen?

2005-04-21 Thread Sandro Doro
 Has anyone on the list successfully modeled a virtual WAN
 infrastructure, or at least built a functional LEAF router within UML or
 Xen? If so, I'd appreciate any suggestions you may have on the quickest
 way to setup this virtual WAN.

Hi,
  I made this type of work using UML with a Knoppix custom live CD  with
a SKAS host and a 2.4.26 guest kernel. Home page (and download):

  http://www.tic.fdns.net/tic/html/lab.html

Sorry but the languages is italian.

 
 I've been looking at 3 different virtualization methods to create VM's
 in which to design and test a set of LEAF routers. These will then be
 installed in flash drive or DOC on new hardware to replace routers in an
 existing WAN infrastructure. To be effective I'll need between 9 and 12
 VM's, 5 of which will be LEAF routers and the remainder test client
 hosts. The LEAF routers will require 6, 5, 5, 5, and 3 NICS. I'd prefer
 that none of them send traffic out on the real network during testing,
 but are capable of isolated interconnectivity.
 
 VMware limits VM's to 3 NICs each and has bloated memory requirements.
 Xen looks like it's very efficient with host resources, but requires
 kernel mods in the guest.
 UML seems popular among LEAF users but I can find precious little on its
 use with LEAF.
 
 I have not used Xen or UML. I have begun building some limited function
 LEAF routers in VMware, but I'm hamstrung by the NIC limitations and
 memory requirements.
 
 Host Platform:
 
 Dell Precision 360
 CPU: 2.4 GHz P4, 512 cache
 RAM: 1 GB

YES this hardware can do the job. Download the live CD and test yourself!
feedback are welcome!

 HD: 60 GB
 OS: RHL 9
 
 Suggestions are welcome!
 
 --Cal Webster
 
 

Regards

  Sandro Doro

-- 
Sandro Doro
e-mail: sandro.doro AT istruzione.it
Linux registered user n. 5768




---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728

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


[leaf-user] bug and fix for initrd.lrp

2005-02-16 Thread Sandro Doro
Hi,

  I am using Bering uClibc 2.2.3 in a virtual environment (User Mode Linux)
and I found an error in ubd1 device (in /var/lib/lrpkg/root.blk.mk).

  The correct Minor Major are:

# ubd devices for UML (J. Nilo)
mknod /dev/ubd0 b 98   0 null 21
mknod /dev/ubd1 b 98  16 null 21
mknod /dev/ubd2 b 98  32 null 21
mknod /dev/ubd3 b 98  48 null 21
mknod /dev/ubd4 b 98  64 null 21
mknod /dev/ubd5 b 98  80 null 21
mknod /dev/ubd6 b 98  96 null 21
mknod /dev/ubd7 b 98 112 null 21

Can you update ?

Regards,
  Sandro Doro



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click

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


[leaf-user] ubd? minor number problem

2004-09-09 Thread Sandro Doro
Hi,

  looking the /var/lib/lrpkg/root.blk.mk file inside initrd.lrp (Bering 1.2
and BuC-2.2) I found a wrong minor number for ubd device (used in UML-linux).
I think that it must be replaced with:



# ubd devices for UML (J. Nilo) (S. Doro fixed minor number)
mknod /dev/ubd0 b 98   0 null 21
mknod /dev/ubd1 b 98  16 null 21
mknod /dev/ubd2 b 98  32 null 21
mknod /dev/ubd3 b 98  48 null 21
mknod /dev/ubd4 b 98  64 null 21
mknod /dev/ubd5 b 98  80 null 21
mknod /dev/ubd6 b 98  96 null 21
mknod /dev/ubd7 b 98 112 null 21


regards,
  Sandro


-- 
Sandro Doro
e-mail: sandro.doro [at] istruzione.it




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