Penguin
Diff: SourceBasedRouting
EditPageHistoryDiffInfoLikePages

Differences between version 3 and predecessor to the previous major change of SourceBasedRouting.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Wednesday, October 27, 2004 5:10:51 pm by PerryLorier Revert
Older page: version 2 Last edited on Wednesday, November 26, 2003 4:27:23 pm by CraigBox Revert
@@ -53,11 +53,11 @@
  ip route add default via 219.88.160.1 table jetstream 
  
 And you're done. In my case, I'm doing this on a ppp interface, so I only need the routes to exist when the interface is up; I've therefore added scripts for this to /etc/ppp/ip-up.d/ (ip-down.d contains ip rule del; I leave the table there - it's no harm if it's not called, but you could remove it with ip route del). 
  
-Thanks to PerryLorier for explaining this all to me, and to the [Linux Advanced Routing and Traffic Control HOWTO|http:/lartc.org] for filling in the detail; specifically [Routing for multiple uplinks/providers|http://lartc.org/howto/lartc.rpdb.multiple-links.html]. 
+Thanks to PerryLorier for explaining this all to me, and to the [Linux Advanced Routing and Traffic Control HOWTO|http:/ /lartc.org] for filling in the detail; specifically [Routing for multiple uplinks/providers|http://lartc.org/howto/lartc.rpdb.multiple-links.html]. 
  
 ---- 
  
 [1] It's added at priority 100 so that you can add other tables either side of it later if you want. 
  
 CategoryNetworking