<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic VCSA, vCenter Server Appliance 7 issue with gateway outside subnet - RESOLVED in vCenter™ Server Discussions</title>
    <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/VCSA-vCenter-Server-Appliance-7-issue-with-gateway-outside/m-p/2930579#M93586</link>
    <description>&lt;P&gt;Posting just in case someone else has the same problem as me.&lt;/P&gt;&lt;P&gt;Problem description: trying to add a gateway outside IP subnet fails*:&lt;/P&gt;&lt;P&gt;*my IP configuration (OVH failover IP - according to OVH failover IP configuration guide):&lt;BR /&gt;IP address (failover IP): 53.X.Y.Z&lt;BR /&gt;netmask: 255.255.255.255&lt;BR /&gt;gateway: 147.A.B.254 [where 147.A.B.C is an address of your dedicated server]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;When trying to add/modify above IP configuration:&lt;/P&gt;&lt;P&gt;using &lt;A href="https://vcenter.my.domain:5480/#/ui/networking" target="_blank" rel="noopener"&gt;https://vcenter.my.domain:5480/#/ui/networking&lt;/A&gt;&lt;BR /&gt;results in "&lt;SPAN class=""&gt;Unable to validate the specified IPv4 configuration.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;using DCUI of vcenter server:&lt;BR /&gt;results in gateway not being saved at all&lt;/P&gt;&lt;P&gt;using "/opt/vmware/share/vami/vami_config_net" inside vcenter server (ssh connection)&lt;BR /&gt;results in gateway not being saved at all&lt;/P&gt;&lt;P&gt;RESOLUTION:&lt;/P&gt;&lt;P&gt;1. connect to vcenter server via ssh&lt;BR /&gt;2. vim /etc/systemd/network/10-eth0.network&lt;BR /&gt;modify the file as shown below:&lt;/P&gt;&lt;P&gt;[Match]&lt;BR /&gt;Name=eth0&lt;/P&gt;&lt;P&gt;[Address]&lt;BR /&gt;Address=53.X.Y.Z/32&lt;BR /&gt;Peer=147.A.B.254/32&lt;BR /&gt;LinkLocalAddressing=no&lt;BR /&gt;DHCP=no&lt;/P&gt;&lt;P&gt;[Route]&lt;BR /&gt;Gateway=147.A.B.254&lt;BR /&gt;Destination=0.0.0.0/0&lt;/P&gt;&lt;P&gt;3. save file [:wq &amp;lt;enter&amp;gt; for vim]&lt;BR /&gt;4. ifdown eth0 ; ifup eth0 &amp;lt;enter&amp;gt;&lt;BR /&gt;5. Configuration is successfully saved. You can check it using:&lt;BR /&gt;/opt/vmware/share/vami/vami_config_net&lt;BR /&gt;or&lt;BR /&gt;via DCUI&lt;BR /&gt;or&lt;BR /&gt;via vcenter server management (&lt;A href="https://vcenter.my.domain:5480/#/ui/networking" target="_blank" rel="noopener"&gt;https://vcenter.my.domain:5480/#/ui/networking&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Do not attempt to change configuration through DCUI now - or it'll be overwritten (by no gateway at all).&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2022 17:54:01 GMT</pubDate>
    <dc:creator>mrd83</dc:creator>
    <dc:date>2022-09-26T17:54:01Z</dc:date>
    <item>
      <title>VCSA, vCenter Server Appliance 7 issue with gateway outside subnet - RESOLVED</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/VCSA-vCenter-Server-Appliance-7-issue-with-gateway-outside/m-p/2930579#M93586</link>
      <description>&lt;P&gt;Posting just in case someone else has the same problem as me.&lt;/P&gt;&lt;P&gt;Problem description: trying to add a gateway outside IP subnet fails*:&lt;/P&gt;&lt;P&gt;*my IP configuration (OVH failover IP - according to OVH failover IP configuration guide):&lt;BR /&gt;IP address (failover IP): 53.X.Y.Z&lt;BR /&gt;netmask: 255.255.255.255&lt;BR /&gt;gateway: 147.A.B.254 [where 147.A.B.C is an address of your dedicated server]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;When trying to add/modify above IP configuration:&lt;/P&gt;&lt;P&gt;using &lt;A href="https://vcenter.my.domain:5480/#/ui/networking" target="_blank" rel="noopener"&gt;https://vcenter.my.domain:5480/#/ui/networking&lt;/A&gt;&lt;BR /&gt;results in "&lt;SPAN class=""&gt;Unable to validate the specified IPv4 configuration.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;using DCUI of vcenter server:&lt;BR /&gt;results in gateway not being saved at all&lt;/P&gt;&lt;P&gt;using "/opt/vmware/share/vami/vami_config_net" inside vcenter server (ssh connection)&lt;BR /&gt;results in gateway not being saved at all&lt;/P&gt;&lt;P&gt;RESOLUTION:&lt;/P&gt;&lt;P&gt;1. connect to vcenter server via ssh&lt;BR /&gt;2. vim /etc/systemd/network/10-eth0.network&lt;BR /&gt;modify the file as shown below:&lt;/P&gt;&lt;P&gt;[Match]&lt;BR /&gt;Name=eth0&lt;/P&gt;&lt;P&gt;[Address]&lt;BR /&gt;Address=53.X.Y.Z/32&lt;BR /&gt;Peer=147.A.B.254/32&lt;BR /&gt;LinkLocalAddressing=no&lt;BR /&gt;DHCP=no&lt;/P&gt;&lt;P&gt;[Route]&lt;BR /&gt;Gateway=147.A.B.254&lt;BR /&gt;Destination=0.0.0.0/0&lt;/P&gt;&lt;P&gt;3. save file [:wq &amp;lt;enter&amp;gt; for vim]&lt;BR /&gt;4. ifdown eth0 ; ifup eth0 &amp;lt;enter&amp;gt;&lt;BR /&gt;5. Configuration is successfully saved. You can check it using:&lt;BR /&gt;/opt/vmware/share/vami/vami_config_net&lt;BR /&gt;or&lt;BR /&gt;via DCUI&lt;BR /&gt;or&lt;BR /&gt;via vcenter server management (&lt;A href="https://vcenter.my.domain:5480/#/ui/networking" target="_blank" rel="noopener"&gt;https://vcenter.my.domain:5480/#/ui/networking&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Do not attempt to change configuration through DCUI now - or it'll be overwritten (by no gateway at all).&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 17:54:01 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/VCSA-vCenter-Server-Appliance-7-issue-with-gateway-outside/m-p/2930579#M93586</guid>
      <dc:creator>mrd83</dc:creator>
      <dc:date>2022-09-26T17:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: VCSA, vCenter Server Appliance 7 issue with gateway outside subnet - RESOLVED</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/VCSA-vCenter-Server-Appliance-7-issue-with-gateway-outside/m-p/2963800#M94280</link>
      <description>&lt;P&gt;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/5558021"&gt;@mrd83&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It does resolve the initial problem. But then when I continue with the 2nd stage installation, it asks the IP config info again and doesn't let continue with the previously set config! So I had to set the gw to the same range of additional IP with subnet 24 to move on, then in the middle, installation failed &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@ECFD0D55972316700FC4170A6FAD6DD9/emoticons/1f615.png" alt=":confused_face:" title=":confused_face:" /&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Encountered an internal error. see /var/log/firstboot/vlcm_firstboot.py_11633_stderr.log&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE&gt;cat /var/log/firstboot/vlcm_firstboot.py_11633_stderr.log&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/usr/lib/vmware-vlcm/firstboot/vlcm_firstboot.py", line 167, in &amp;lt;module&amp;gt;&lt;BR /&gt;main()&lt;BR /&gt;File "/usr/lib/vmware-vlcm/firstboot/vlcm_firstboot.py", line 129, in main&lt;BR /&gt;fb = VlcmFirstboot(VLCM_COMP, VLCM_SOLUSERNAME)&lt;BR /&gt;File "/usr/lib/vmware-vlcm/firstboot/vlcm_firstboot.py", line 50, in __init__&lt;BR /&gt;os.path.join(get_install_parameter('upgrade.import.directory'), "vlcm")&lt;BR /&gt;File "/usr/lib/vmware/site-packages/cis/tools.py", line 88, in get_install_parameter&lt;BR /&gt;raise InstallParameterException('Install-parameter %s not set' % param)&lt;BR /&gt;cis.exceptions.InstallParameterException: {&lt;BR /&gt;"detail": [&lt;BR /&gt;{&lt;BR /&gt;"id": "install.ciscommon.internal.error",&lt;BR /&gt;"translatable": "Encountered an internal error.\n\n%(0)s",&lt;BR /&gt;"args": [&lt;BR /&gt;"Install-parameter upgrade.import.directory not set"&lt;BR /&gt;],&lt;BR /&gt;"localized": "Encountered an internal error.\n\nInstall-parameter upgrade.import.directory not set"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"componentKey": null,&lt;BR /&gt;"problemId": null,&lt;BR /&gt;"resolution": {&lt;BR /&gt;"id": "install.default.failure.resolution",&lt;BR /&gt;"translatable": "This is an unrecoverable error, please retry install. If you encounter this error again, please search for these symptoms in the VMware Knowledge Base for any known issues and possible resolutions. If none can be found, collect a support bundle and open a support request.",&lt;BR /&gt;"localized": "This is an unrecoverable error, please retry install. If you encounter this error again, please search for these symptoms in the VMware Knowledge Base for any known issues and possible resolutions. If none can be found, collect a support bundle and open a support request."&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Apr 2023 00:43:05 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/VCSA-vCenter-Server-Appliance-7-issue-with-gateway-outside/m-p/2963800#M94280</guid>
      <dc:creator>shahnazari</dc:creator>
      <dc:date>2023-04-14T00:43:05Z</dc:date>
    </item>
  </channel>
</rss>

