This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Static Route

Hi

Pls help me ...

I am not able to undestand the static route and Gateway route in the Networks.
Pls xplain or give me any documentation related to it as i have already read the static route many times in the astaro admin guide and still i am not clear.


Rahul Shukla


This thread was automatically locked due to age.
  • Do you have a routing problem you're trying to solve?  If you're just trying to learn, check out Static Routing in the Wikipedia, and consult Windows help for Routing and the use of the 'route' command at the command line.

    Cheers - Bob
  • Hi BAlfson

     i do know the static  routing and gateway routing.
    But in astaro i didn't understand the 3 types of static routing after going through the Astaro Admin Guide i.e
    - Interface route
    - Gateway route
    - Blackhole route 

    Pls xplain or give the link of the website where i can easily understand and if if possible pls xplain me with an example when and where we are going to use it.


    Thanks 
    Rahul Shukla
  • You probably won't make an interface route.  I think WebAdmin builds an interface route for each interface you define.  Essentially, creating an interface route says that the interface will be able to learn where to send a packet by broadcasting an ARP request on it's network.

    If you need to make a route, it probably will be a gateway route.  Say you had a network with two routers, and everything in the network (172.16.1.0/24) pointed to the Astaro (172.16.1.1) as the default gateway.  Now, assume that the other router (172.16.1.2) allows roadwarriors remote access into your network and they're assigned IPs in the range 10.20.30.0/24.  When a roadwarrior sends a request to a device in your network, the device knows that the IP it needs to respond to is reached via its default gateway, the Astaro.  That's why you would to add a gateway route in the Astaro: 10.20.30.0/24 -> 172.16.1.2.

    Look up Blackhole route in Wikipedia.

    Cheers - Bob