Routing Live IP

Hi to all MTK Users,

My ISP has provided me with static IP 110.172.XXX.XX/29. but whenever i use this IP, nothing happens. On being asked he said that the routing has not been done.
Now the scenerio is backbone radio is 911 with static IP 110.172.XXX.XX/30 which can be accessible from any where,
and private IP 5.5.5.1/30 assigned.
SImiliarly 5.5.5.2 has been assigned to my Radio 433AH. Now I am using port forwarding to access my radio from outside my network.
What I want is to route those static IP given to me. I have the full right to access any of the radio.

Thanks in advance.

Meaning that he had not yet completed routing the /29 to you, or that you have not yet routed anything on your side?
(I assume the second case)

Now the scenerio is backbone radio is 911 with static IP 110.172.XXX.XX/30 which can be accessible from any where,
and private IP 5.5.5.1/30 assigned.

Is this 110.172.XXX.XX /30 a subset of the /29, or a different, unrelated network?
(I assume the second case again…)

I will call the /29 as 110.172.0.0-110.172.0.7 just so there is less confusion.

You shouold be able to just add the address 110.172.0.1/29 on the 911 on interface wlan, and 110.172.0.2/29 on the wlan interface of the 433AH. Then on the 433AH, change the default GW to point to 110.172.0.1, and on the 911, disable the NAT rules having to do with the 5.5.5.0/30 link.

You may now NAT to public IP address at the 433 and it will work.

If my assumptions are wrong, then this information may not apply.

You may want to chop the /29 in half and save the second half for future use. Change /29 to /30 in the above example. Then in the 911, you could add a static route dst=110.172.0.4/30 gateway=110.172.0.2, and then you would be able to make another public IP hop that is behind the 433, for example.