Networking Forums

Networking Forums > Computer Networking > Linux Networking > Linux TCP/IP and Virtual router support

Reply
Thread Tools Display Modes

Linux TCP/IP and Virtual router support

 
 
kannan
Guest
Posts: n/a

 
      11-22-2004, 05:13 AM
Hi,
As we know linux TCP/IP stack has suport for 255 routing
tables ( FIB tables). I want to use these routing tables for Virtual
Router support. As per Virtual router concept each VR should have
different RIB/FIB table.

Can I use these tables as different RIB/FIB tables for different VR??


Thanks & regards
Kannan


PLZ ::: cc to (E-Mail Removed)
 
Reply With Quote
 
 
 
 
Bruce Richardson
Guest
Posts: n/a

 
      11-22-2004, 12:05 PM
kannan <(E-Mail Removed)> wrote:
> Hi,
> As we know linux TCP/IP stack has suport for 255 routing
> tables ( FIB tables). I want to use these routing tables for Virtual
> Router support. As per Virtual router concept each VR should have
> different RIB/FIB table.
>
> Can I use these tables as different RIB/FIB tables for different VR??


You want the ip tool from the iproute (or iproute2) package. Once you
can have that, you can do things like

ip route add default via 192.168.0.1
ip route add default via 192.168.0.2 table users
ip rule add from 192.168.1.0/24 lookup users

--
Bruce

A problem shared brings the consolation that someone else is now
feeling as miserable as you.
 
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
Virtual Box, Linux , networking jtt89 Windows Networking 2 11-21-2011 10:20 PM
What's the cheapest virtual server hosting company I can use? (withipv6 support?) Asfand Yar Qazi Home Networking 1 01-11-2007 10:42 AM
Linux Virtual WiFi digitalr Wireless Internet 2 02-13-2006 08:08 PM
Virtual (but MASQueraded) Linux host? Robert Berry Linux Networking 0 10-16-2003 09:26 PM
Configuring linux for NAT on virtual machine Ger Moroney Linux Networking 1 08-15-2003 01:48 PM



1 2 3 4 5 6 7 8 9 10 11