Hi, I'm Mike, i'm new in linux routing.
I have the folowing Server configuration:

Fedora Core 4 full install
CPU PIII 550E Mhz
192 MB RAM
HDD 30GB IDE
SWAP 1GB
2 NICs (100Mbps)

On the ETH0 is connected my PC.
The eth1 is connected to a Metropolitan LAN

The connection to the internet is granted by a PPPoE connection trough eth1.
After few minutes of configuration i've succesed to make 2 or more PPPoE connections over the same NIC (eth1).
So, now i have:

The ppp settings are received from ISP trought PPPoE (Dynamic IPs)

ppp0 IP:86.125.52.235 SUBNET: 255.255.255.255 Gateway: 86.125.52.235 (sometimes it could be: 86.125.52.1) 256Kbps
ppp1 IP:86.125.57.186 SUBNET: 255.255.255.255 Gateway: 86.125.57.186 (sometimes it could be:86.125.52.1) 256Kbps

eth0 IP: 192.168.0.1 SUBNET: 255.255.255.0 LAN
eth1 IP:169.254.21.23 SUBNET: 255.255.0.0 WAN


I've done averything described at this link: http://www.lartc.org/howto/lartc.rpd...ple-links.html

The problem begins here:

ip route add default scope global nexthop via $P1 dev $IF1 weight 1 \
nexthop via $P2 dev $IF2 weight 1



After sending this command to the linux server i have started 2 simultaneous downloads from different sites but the speed summed was only ~256Kbps and not >256Kbps

And after 8 secconds a problem ocurred. the LINUX FREEZED. I've tryed this over and over again but the result is the same SYSTEM FREEZED after setting the load balancing.

The error displayes is here: http://www.tol.ro/Photo-0022.jpg



Any ideea or tips?

Thank you, i appreciate any answer. Thanks. Mike