- Aug 8, 2004
- 8,622
- 40
- 91
I have a public ip block we'll call 1.1.1.x that is connected to our facility which uses 172.25.x.x as internal scheme.
We have a sister facility connected by fiber with 172.17.225.x as their internal
I have a server currently using one of the public IP addresses out of the class C block we'll call 1.1.1.1 and I have a redundant server at the sister facility that will have 172.17.225.x
I want to do a trial failover so that when my users type in 1.1.1.1 they get the server located at the other facility 172.17.225.x.
Now I thought, easy! Change the IP on the remote machine and then static route and ta da! But alas its a directly connected network for my router so the admin distance is 0 and the static route is 1 so that wont work. My next thought would be to NAT 1.1.1.1 > 172.17.225..x but wasn't entirely sure this would work.
Can I do this for just one address? Can it be done period?
I know dns would have been a better alternative, but since the dawn of time at my facility they have used ip to access this application and I dont really want to redirect 1500 clients.
If this sounds confusing, sorry. I can provide any information that might make this easier to understand.
We have a sister facility connected by fiber with 172.17.225.x as their internal
I have a server currently using one of the public IP addresses out of the class C block we'll call 1.1.1.1 and I have a redundant server at the sister facility that will have 172.17.225.x
I want to do a trial failover so that when my users type in 1.1.1.1 they get the server located at the other facility 172.17.225.x.
Now I thought, easy! Change the IP on the remote machine and then static route and ta da! But alas its a directly connected network for my router so the admin distance is 0 and the static route is 1 so that wont work. My next thought would be to NAT 1.1.1.1 > 172.17.225..x but wasn't entirely sure this would work.
Can I do this for just one address? Can it be done period?
I know dns would have been a better alternative, but since the dawn of time at my facility they have used ip to access this application and I dont really want to redirect 1500 clients.
If this sounds confusing, sorry. I can provide any information that might make this easier to understand.