vSphere Replication

 View Only
  • 1.  Vsphere Replication appliance persistant route

    Posted Feb 19, 2019 04:27 PM

    How do I add a persistent route to the VR appliance?  I need it to have a specific route this way every time it reboots I do not lose the route.  I know how to do with ESXi but the appliance is a bit different.  I am running 8.1.1 appliance

    Thanks



  • 2.  RE: Vsphere Replication appliance persistant route

    Posted Feb 19, 2019 11:12 PM

    I believe the replication appliance now runs on PhotonOS, so I would follow this guide or similar:

    https://blog.jreypo.io/cloud-native/devops/vmware/sysadmin/linux/network-configuration-in-photon-os

    See section on "Static routes"

    Obviously backup any files before editing for a good rollback point



  • 3.  RE: Vsphere Replication appliance persistant route
    Best Answer

    Posted Feb 20, 2019 02:47 PM

    Add the route details in the below file to make it persistent across reboots.

    # /etc/systemd/network/XX-eth#.network

    Where X can take any number depending on your system and # is the number of the interface you want to add the static route to.

    Add a new section at the end of the file in the format as below:

    [Route]
    Gateway=10.20.30.40
    Destination=192.168.0.0/16