Displaying 20 results from an estimated 2000 matches similar to: "Multiple connections with dinnamically assigned ips"
2004 Aug 31
1
Finally: A working case of two adsl load balance
First of all i wanna thanks Christoph Simon for the support.
Only after his reply to my email i could see the real solution to
the problem (Valeu mesmo cara... me ajudou pra caramba!
Fico te devendo essa!) :)
Here is what i learned in a month of research:
I tried A LOT of things to do load balance, including the one at
LARTC homepage. The only tutorial that REALLY works in my
case is the
2004 Aug 20
0
Load Balance adsl connections: a complete explanation of my case...
I have a linux server running Mandrake 10, with the kernel
configured with "CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y" options, with 4 ethernet
cards:
- 2 ethernet used to connect to my lan (eth0=192.168.1.x and
eth1=192.168.2.x)
- 2 ethernet used to internet connection (2 adsl lines, both
with 600/300 kbtis)
The two lan are used to share
2002 Oct 29
1
the routing cache and route selection; is this correct?
Hello all,
I do not read C very well (especially kernel C). Though I have tried to
muddle my way through an understanding of what''s going on in fib_hash.c,
fib_rules.c, and route.c, I have not succeeded to my satisfaction, hence
my post.
I''m trying to document the general process of route selection, and have
come up with the following overview. Could somebody point out any
2016 Feb 17
2
Problems after migration from samba 3.5.2 to samba 4.3.1
On 17/02/16 20:14, Fernando Favero wrote:
> And, there is any problem if I change the uidNumber manually via ldbmodify
> ??
>
> On Wed, Feb 17, 2016 at 6:03 PM, Rowland penny <rpenny at samba.org> wrote:
>
>> On 17/02/16 19:53, Fernando Favero wrote:
>>
>>> On Wed, Feb 17, 2016 at 4:43 PM, Rowland penny <rpenny at samba.org> wrote:
>>>
2005 Jan 08
1
htb script
dear all
iam newbie , i have 256 kbits of down link and 64 kbits of up link iam using squid and htb i have got this while browsing the net , there are some few issues i need help
while running the script i want browsing to be as fast as possible , uplink especially kaaza should not eat my band width.
eth1 got public ip address and eth0 is internal with network 10.0.0.0/24 iam also using nat
2016 Feb 18
0
Problems after migration from samba 3.5.2 to samba 4.3.1
The dublicated uid numbers where too a problem fo me on updating to samba 4.3.4 (groups and sudenly machines have uids the same).
As mentioned you have to sort them out and change them.
EDV Daniel Müller
Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen
Tel.: 07071/206-463, Fax: 07071/206-499
eMail: mueller at tropenklinik.de
Internet: www.tropenklinik.de
2004 Mar 22
1
Newbie question - RPDB, policy routing etc...
Hello all,
I am going through the LARTC howto to understand how the iproute2 works.
But some concepts like Policy Routing, RPDB etc are not clear to me. I
am pretty new to iproute, beeing using route command for long...
From what I understand
1. rules (ip rule) tell how to select packets for routing and route (ip
route) tell where to route the selected packets.
2. A collection of rules is
2005 Jul 08
5
HTB Rate and Prio
Hi,
I wanted to implement some QOS on my Linux Box with HTB, but after some time
spend
on the configuration and tests, I still don''t manage to have some correct
results. Here are the details :
-ROOT 2000 kbits
-HIGHPRIO SUBCLASS 50 kbits prio 0
-SUBCLASS1 750 kbits prio 1
-SERVICE1 250 kbits prio 1
2004 Jun 08
1
wondershaper under Debian
Hi everybody! I know this discussion list isn´t just about wondershaper, but i think someone can help me.
I used to have a linux box running red hat 8, as firewall on my lan. I upgraded to debian 3.0 and tried to use the same wondershaper files under debian, but, when i run wondershaper on ppp0 device, it just stops transfering. Remember: its the same files i used with success under red hat 8.
2005 Feb 16
3
How can i send the same traffic to 2 different interface
Hi! I am making some tests here, and i wanna miror all the
traffic going to a ip from one interface to another ip.
example:
all packets going to 64.223.167.100 should be transmitted by
ppp0 to internet and by eth2 to the adress 192.168.1.100.
Someone know how can i do it using iptables or ip route/ip
rule?
Tks in advance!
Fernando Favero
_______________________________________________
LARTC
2007 Aug 10
0
Re: Allocating 64 kbits/s out of 256 kbits/s for one LAN behingfirewall (SOLVED)
Hi Paolo Malfatti,
Thanks for your script. It works fine.
I get what I expect.
THANK you all the way until it comes to an end.
FOR the benifit for evryone in the LIST.
HERE IS the SCRIPT AGAIN.
INTERFAZ_LAN=eth0
FULLBANDWIDTH=256
BANDWIDTH4LAN=64
tc qdisc del root dev $INTERFAZ_LAN
tc qdisc add dev $INTERFAZ_LAN root handle 1 htb r2q 4
tc class add dev $INTERFAZ_LAN parent 1: classid 1:2
2003 Feb 10
1
Matching multiple destination IPs in the ingress queue.
I''ve been trying to match multiple public IPs in an ingress qdisc. The
idea is to allow these specific IPs and aggregate value of 256 kbits
incoming to the interface.
Can anyone tell me how this can be effectively done if at all possible
with tc?
Thanks in advance
--
Corey Rogers <jrog@sunbeach.net>
_______________________________________________
LARTC mailing list /
2005 Jun 20
1
Interface bound routing
Hi,
I''m sorry for "novice"-level question, but I hope your expert advice will
save me many painful hours running after my own tail...
Let assume I have Linux box with eth0, eth1 and eth2 interfaces. Each one
has IP assigned from different network. By default, IP address associated
with eth0 is chosen as default routing. My application creates thee TCP
sockets and explicitly
2016 Feb 17
2
Problems after migration from samba 3.5.2 to samba 4.3.1
On 17/02/16 19:53, Fernando Favero wrote:
> On Wed, Feb 17, 2016 at 4:43 PM, Rowland penny <rpenny at samba.org> wrote:
>
>> have you given all your users a unique uidNumber inside the range you have
>> set in smb.conf on the fileservers (2000-50000) ???
>
> Hmmm, looking my ldap, I discovered that I have duplicated uidNumbers.....
> would that be the problem???
2005 May 29
1
Routing for multiple uplinks and SNAT to 2 source IPs
Hi,
I configured a router box to use 2 providers, as described
in the HOWTO. (Apendix 1)
I want to use both links to reach a single smtp server. As I read
in the kptd and in some old messages of this list, doing a SNAT
in the postrouting chain comes _after_ the routing desision.
So I guess the following lines I''m trying to use are wrong.
(See Apendix 1)
What can I do to have multiple
2004 May 25
1
QoS by customer or by service ?
I have a policy doubt.
Suppose next scenario:
I''ve a Internet link (1 Mb upload, and 1 Mb download).
That link is maneged with a Linux QoS box (HTB/eSFQ and so on).
Suppose that I''ve 50 customers sharing Internet Link, and
I must to assign 3 ranges of bandwidth for them.
Gold customers: 128 kbits
Silver customers: 64 kbits
brass customers: 32 kbits
Next, I create classes
2004 Jan 13
1
simple(?!?) source routing
Hi,
I''ve set up a Linux box with redhat on to act as an internet gateway and I''m running into a few problems. Its got two adsl modems connected to it, both connected to seperate 512kbs lines. Now I''ve followed the simple source routing in the advanced routing howto to the letter but it doesnt work.
I''ve got it autoconnecting on startup and redhat puts ppp1
2002 Feb 03
1
simple traffic shaping problem
Hi All,
I read the advanced networking howto and find a useful way to shape my
adsl link.
is says:
"tc qdisc add dev ppp0 root tbf rate 220kbit latency 50ms burst 1500
[...]
Change 220kbit to your uplinks *actual* speed, minus a few percent. If
you have a really fast modem, raise ''burst'' a bit. "
My adsl''s upload brandwidth is about 120 kbits/sec,
2007 Aug 02
5
Allocating 64 kbits/s out of 256 kbits/s for one LAN behing firewall
Hi,
We have a 256 kbits/s (kilobits per second) link to the internet. it is a
router running Linux that belongs to our ISP. They have given us 8 internet
ips. (i.e- subnet is 255.255.255.248). one has been given to this router. I
have given another internet ip to the firewall running CentOS 4.5. iptables
is running on it. And also, I have installed iproute2 pkg as well.
pls see below for
2003 Sep 18
0
hexadecimal fwmark and fwmark mask
Hi list,
I''m new to this list, I just subscribed because I have some ackward
about IPRoute2.
First, while playing with NetFilter'' "MARK" target, I met a weird
behaviour once I tried to use this marks in the RPDB : the packets
where successfully marked, but it seemed that RPDB didn''t succed in
matching them (for those who already know the answer, I only used