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

Transfer Valid IPs to Other Astaro

Hi, 
I have a block of valid IPs on  my ASG 1 and need to transfer some of them to other ASG 2.
What is a better way to do this ?
I think: 
1- setup non valid IP like 10.10.10.1 on one of ETH X  of ASG 1 and non valid IP like 10.10.10.2 on one of ETH X of ASG 2.
2-connect ETH X ASG1 to  ETH  X ASG2 .
3-route some valid IPs from ASG1 to 10.10.10.2.
4-setup one of routed valid IPs on another ETH X on ASG2.
5-deafault route from ASG 2 to ASG1.
Is it works ?


This thread was automatically locked due to age.
  • Hi, mmkhalili, and welcome to the User BB!

    I think that works.  Let me say it in a different way to be certain I understand...

    You have a range like 99.98.97.96/29 that your ISP routes to 101.102.103.104, an IP on your ASG1's External interface.  You want those IPs to be on an internal DMZ connected to ASG 2.

    3. In ASG 1, you create a gateway route: 99.98.97.96/29 -> 10.10.10.2
    4. In ASG 2, you assign 99.98.97.96 as the main IP of a DMZ interface.

    I think that works!

    Cheers - Bob
  • Thank you for welcome and replay.You understand right.
    I think also need define packet filter rules on ASG1 like  any--->99.98.97.96/29 & 99.98.97.96/29--->any ?