Hello
I have a routing problem.My ISP provided me the ip pool in 61.95.. /24. and gateway in 203...* pool.how would i establish the connection between these two different pool.please some one help me.
bye
srikanth chitturi
Hello
I have a routing problem.My ISP provided me the ip pool in 61.95.. /24. and gateway in 203...* pool.how would i establish the connection between these two different pool.please some one help me.
bye
srikanth chitturi
They might be using proxy-arped infrastructure to save addresses.
First setup one of your 61.95.. addresses on the public interface of your router. The add a route that points 203...* to the one IP, example:
/ ip address add address=61.95.1.1/24 interface=ether1
/ ip route add dst-address=203.1.1.0/24 gateway=61.95.1.1
Now see if you can ping the address. Let us know how it goes.