how to configure static route for another ip subnet

hello everybody

i have a problem with static routes configuration ?
For one of the location where i am working now, isp provided us one /30 wan ip add and two /29 lan (public ip address pool)
that i want to configure on mt 1100ah router,but i can’t do that.

suppose i have one wan ip 10.0.0.5/30 where gateway is 10.0.0.1 (route)

and now i want to route another ip pool for example:
5.5.5.5/29
5.5.5.6 is gateway
and 5.5.5.7 to 11 will used by by the system (5.5.5.5.7 i have configured on mt 1100 ah ether2 interface)


so can anybody tell me how to route these lan pools on mt router

plese help me urgent :confused:

If your WAN ip is on one port (10.0.0.5/30) and your LAN ip’s are on another port - MT will route LAN addresses by default - no need for extra routes.

you will have to add a default route (route add dst-address=0.0.0.0/0 gateway=10.0.0.6) to allow your router to access internet via the WAN.

NOTE - IF you had a WAN ip allocated to you of 10.0.0.5/30, you gateway could NOT be 10.0.0.1 as this is in a different subnet

You have the same issue for your /29 network. Valid ranges are 5.5.5.0/29 or 5.5.5.8/29.