[leaf-user] VOIP + Bering uClibc -- any version.....

2004-07-08 Thread grharry
I'am Trying to figure out some solutions with VOIP + VPN. There are three locations connected to each other with OPENvpn Over aDSL. I've looked at Asterisk.org and digium.com. ( HARDWARE ) Has any body accomplished somthing similar in any way ?? >From my Point of view it would be great

RE: [leaf-user] initial config problems with Bering-uClibc 2.1.3 (was: Please be kind to the Newbie!! new email)

2004-07-08 Thread Ray Olszewski
Yes, you have made good progress. This stuff is now in the normal range of troubleshooting problems. I'm editing the message down a lot, to (I hope) make it easier to focus on movng ahead without getting distracted by what are not irrelevancies. At 05:32 AM 7/9/2004 +, [EMAIL PROTECTED] wro

RE: [leaf-user] initial config problems with Bering-uClibc 2.1.3 (was: Please be kind to the Newbie!! new email)

2004-07-08 Thread [EMAIL PROTECTED]
HI again Ray, Thanks for keeping an eye on me. I had some things messed up before that by typing this email to you I started to see. So I will tell you what my new settings are now and my new outputs. I have made some very remarkable improvements now. I AM the same guy who was aking about the

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 de

Re: [leaf-user] using iptables on bering-uclib

2004-07-08 Thread Ray Atnip
Shorewall does make it easier... On Thu, 08 Jul 2004 19:23:28 -0700, Richard Doyle <[EMAIL PROTECTED]> wrote: On Thu, 2004-07-08 at 14:44, Frank Dauer wrote: Hello! Is there any preferred/default way to work with iptables rules? As far as I can see there's no rc script to set up rules automatica

Re: [leaf-user] using iptables on bering-uclib

2004-07-08 Thread Richard Doyle
On Thu, 2004-07-08 at 14:44, Frank Dauer wrote: > Hello! > > Is there any preferred/default way to work with iptables rules? > > As far as I can see there's no rc script to set up rules > automatically if I don't use shorewall. And I don't want to > use shorewall on every single leaf-router when

[leaf-user] using iptables on bering-uclib

2004-07-08 Thread Frank Dauer
Hello! Is there any preferred/default way to work with iptables rules? As far as I can see there's no rc script to set up rules automatically if I don't use shorewall. And I don't want to use shorewall on every single leaf-router when I just want to do simple masquerading. ;) I have iptutils, wh

Re: [leaf-user] Bind multiple IP addresses?

2004-07-08 Thread Charles Steinkuehler
Doug Sampson wrote: Can I bind more than one public IP address to an external interface in Dachstein 1.02CD? If so, how? I've googled around to no avail. If not, is there another app that does this? Bering? The reason for this is I wish to port-forward packets to another web server that is behind t

RE: [leaf-user] Bind multiple IP addresses?

2004-07-08 Thread Frank Dauer
Hi, > I think you can have aliases in DCD 1.02 but cannot remember > how. Try to search for ALIAS in the scripts. In Bering you > will specify additional IPs in /etc/network/interfaces, e.g. > (numbers are just for sample) > > auto eth0 > iface eth0 inet static > address 1.2.3.4 >