search for: mschonfeld

Displaying 4 results from an estimated 4 matches for "mschonfeld".

2005 Feb 10
5
priorizing vlans in a bridge
Hi, this is my Linux Box ---------------------------- LAN 1 -----|--eth1 <---br1--->eth0.1 | | \ | | eth0--|----- 802.1q tagged 1 Mbps link | / | LAN 2 -----|--eth2 <---br2--->eth0.2 | ---------------------------- I have to bridge the 2 lans
2004 Aug 20
1
trouble with nexthop when I try to load balance
I have two internet lines and I want to do equal cost loadbalancing on the two uplinks to the internet. This is what I do: ip route add 200.200.200.0/24 dev eth2 table 200 ip route add default via 200.200.200.254 dev eth2 table 200 ip route add 100.100.100.0/24 dev eth1 table 100 ip route add default via 100.100.100.254 dev eth1 table 100 ip route add 200.200.200.0/24 src 200.200.200.1 dev eth2
2004 Aug 18
0
"RTNETLINK answers: Invalid argument" when adding default multipath route
Hi everybody, I''m not so glad because of the error I describe in the subject. I have two internet lines and I want to do equal cost loadbalancing on the two uplinks to the internet. This is what I do: ip route add 200.200.200.0/24 dev eth2 table 200 ip route add default via 200.200.200.254 dev eth2 table 200 ip route add 100.100.100.0/24 dev eth1 table 100 ip route add default via
2004 Aug 24
0
iproute2 in a MIPS processor
Hi, i''m trying to do loadbalancing with a linux embedded with a MIPS procesor, but I''m in trouble. I have the kernel 2.4.20, and iproute2 ss010824. I compiled without errors, but when I executed the ip comand to install de mutipath default route I get the following error (all the previous commands have been executed according to the LARTC-HOWTO in section 4.2): linux# ip route