[LARTC] Connection freeze when downloading

2007-09-10 Thread Wlodzimierz Lipert
Hi. I have problem in following scenario: 3 routers A, B, C: router A: eth0-- DSL ( public IP ) eth1 -- 192.168.0.1 ( local network ) routing table A: 83.x.x.x/29 dev eth0 proto kernel scope link src 83.x.x.x 192.168.5.0/24 via 192.168.0.8 dev eth1 192.168.4.0/24 via 192.168.0.8 dev eth1

Re: [LARTC] OpenVPN routing

2007-09-10 Thread Alex Samad
On Sun, Sep 09, 2007 at 11:36:18PM -0700, Daniel L. Miller wrote: Hi! I'm trying to create a routed VPN using OpenVPN - and having trouble with the routing concepts involved. Let me see if I can properly describe my current topology: Server - LAN, with both local workstations and remote

Re: [LARTC] OpenVPN routing

2007-09-10 Thread Daniel L. Miller
Alex Samad wrote: On Sun, Sep 09, 2007 at 11:36:18PM -0700, Daniel L. Miller wrote: Hi! I'm trying to create a routed VPN using OpenVPN - and having trouble with the routing concepts involved. Let me see if I can properly describe my current topology: Server - LAN, with both local

Re: [LARTC] OpenVPN routing

2007-09-10 Thread Alex Samad
On Mon, Sep 10, 2007 at 01:40:29PM -0700, Daniel L. Miller wrote: Alex Samad wrote: On Sun, Sep 09, 2007 at 11:36:18PM -0700, Daniel L. Miller wrote: Hi! I'm trying to create a routed VPN using OpenVPN - and having trouble with the routing concepts involved. Let me see if I can

Re: [LARTC] OpenVPN routing

2007-09-10 Thread Daniel L. Miller
Alex Samad wrote: On Mon, Sep 10, 2007 at 01:40:29PM -0700, Daniel L. Miller wrote: Alex Samad wrote: On Sun, Sep 09, 2007 at 11:36:18PM -0700, Daniel L. Miller wrote: Hi! I'm trying to create a routed VPN using OpenVPN - and having trouble with the routing concepts

Re: [LARTC] Classes do not receive any traffic ?

2007-09-10 Thread Andy Furniss
bartekR wrote: Andy Furniss wrote: DSl rates are hard to get right without patching tc/kernel as it uses ATM and the overheads on a packet are high and vary with size in 53byte chunks. Without patching you need to back off from the rates. I didn't knew that. Would You give me larger

Re: [LARTC] OpenVPN routing

2007-09-10 Thread Alex Samad
On Mon, Sep 10, 2007 at 03:48:13PM -0700, Daniel L. Miller wrote: Alex Samad wrote: On Mon, Sep 10, 2007 at 01:40:29PM -0700, Daniel L. Miller wrote: Alex Samad wrote: On Sun, Sep 09, 2007 at 11:36:18PM -0700, Daniel L. Miller wrote: Hi! I'm trying to create a routed VPN

[LARTC] one server with 4 port ethernet interfaces to four clients.

2007-09-10 Thread Denny Zulfikar
Dear all, I have a server with 4 ethernet port interfaces. Also, I have four clients that will connected directly (cross-cable) to one-by-one of each port ethernet interfaces of my server. |--SERVER--\ | eth0-- -- client A | eth1--

Re: [LARTC] one server with 4 port ethernet interfaces to four clients.

2007-09-10 Thread Matt Hull
depends what you haev set up. if its static then all the clients needs to be configured that way. if its dhcp then it depends on your dhcp server. i use dnsmasq and enabled /etc/ethers where i put the mac address and assigned ip there. matt On Tue, 11 Sep 2007, Denny Zulfikar wrote: