Networking Forums

Networking Forums > Computer Networking > Linux Networking > Tcp/ip session based routing

Reply
Thread Tools Display Modes

Tcp/ip session based routing

 
 
Tom
Guest
Posts: n/a

 
      05-16-2006, 03:34 AM

Hi,


My ADSL provider in Brazil give us a link with a limit of 30 tcp/ip
sessions. So, for a especific use, I will buy another link with the 30
limit but lesser bandwidth. But how to tell linux to only use second
link when first is full (30 limit reached)?


Or, how to use the two links in a better way than the below command?


ip route add default scope global \
nexthop via $gw1 dev $dev1 weight 3 \
nexthop via $gw2 dev $dev2 weight 1


Thank you
Tom

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How manually remove Routing and Remote connection session Jeff Viola Windows Networking 6 01-27-2009 05:15 PM
Name Based Routing Frank Sweetser Linux Networking 4 09-13-2006 08:15 AM
Routing based on dport bill davidsen Linux Networking 0 10-17-2003 06:23 PM
linux routing rules (based on session source) Moonstruck Linux Networking 3 09-16-2003 01:32 AM
linux routing rules (based on session source) Moonstruck Linux Networking 0 09-13-2003 02:13 PM



1 2 3 4 5 6 7 8 9 10 11