<?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 Re: FLAT connectivity problems - virl.ini changes not taking effect in Tools</title>
    <link>https://community.cisco.com/t5/tools/flat-connectivity-problems-virl-ini-changes-not-taking-effect/m-p/3596786#M442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ca_virl_user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having a similar issue with changes to the virl.ini file not actually taking effect.&amp;nbsp; I'm hesitant to make changes via the UWM as a) length of time for the change to be processed and b) in many cases issues such as nova services have crashed after the change so I don't fully trust the UWM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, I believe the issue is the 172.16.1.0/24 network for the FLAT mgmt-lxc connector is declared in more then the virl.ini file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, look at the /etc/network/interfaces file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a thought.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dyland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2016 22:52:58 GMT</pubDate>
    <dc:creator>dyland.desmarais</dc:creator>
    <dc:date>2016-12-14T22:52:58Z</dc:date>
    <item>
      <title>FLAT connectivity problems - virl.ini changes not taking effect</title>
      <link>https://community.cisco.com/t5/tools/flat-connectivity-problems-virl-ini-changes-not-taking-effect/m-p/3596784#M440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can't successfully connect VIRL to our lab network using FLAT interfaces. My team's RTFM, and followed two step-by-step user guides we discovered on this website. The problem is, the changes we make to VIRL.INI don't take effect despite reboots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I say they "don't take effect", I mean to say the corresponding VIRL IOSv router interface is still auto-assigned a static 172.16.1.x address. If I change its configuration to "ip address dhcp", it's dynamically assigned a 172.16.1.x address. As you can see below, we tried re-assigning both FLAT and FLAT1. An IOSv router interface is configured to access the FLAT Interface.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN"&gt;&lt;SPAN lang="EN"&gt;Any help or ideas appreciated. We can provide same-day answers to any questions.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN"&gt;&lt;SPAN lang="EN"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;## First flat connection (AKA flat)&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;## Physical Port and virtual bridge for L2 bridge&lt;/P&gt;&lt;P&gt;## Default&lt;/P&gt;&lt;P&gt;l2_port: eth1&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;## l2 network&lt;/P&gt;&lt;P&gt;## l2_network format is address/cidr format x.x.x.x/x&lt;/P&gt;&lt;P&gt;## Default&lt;/P&gt;&lt;P&gt;l2_network: 10.111.112.0/23&lt;/P&gt;&lt;P&gt;l2_mask: 255.255.254.0&lt;/P&gt;&lt;P&gt;## If default access method is via openvpn last octet should be .254&lt;/P&gt;&lt;P&gt;l2_network_gateway: 10.111.112.1&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;## l2 bridge first and last address for dhcp allocation&lt;/P&gt;&lt;P&gt;## Default&lt;/P&gt;&lt;P&gt;l2_start_address: 10.111.112.111&lt;/P&gt;&lt;P&gt;l2_end_address: 10.111.112.115&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;## address on the L2 bridge port for debugging?&lt;/P&gt;&lt;P&gt;## Default is&lt;/P&gt;&lt;P&gt;l2_address: 10.111.112.116/23&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;## Nameservers for DHCP on flat network (aka flat)&lt;/P&gt;&lt;P&gt;## Substitute with DNS server addresses that are reachable&lt;/P&gt;&lt;P&gt;## Google's public DNS: 8.8.8.8 and 8.8.4.4&lt;/P&gt;&lt;P&gt;##&lt;/P&gt;&lt;P&gt;## Don't set them to identical addresses&lt;/P&gt;&lt;P&gt;##&lt;/P&gt;&lt;P&gt;## Defaults are&lt;/P&gt;&lt;P&gt;first_flat_nameserver: 8.8.8.8&lt;/P&gt;&lt;P&gt;second_flat_nameserver: 8.8.4.4&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;## Second flat connection (AKA flat1)&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;## Physical Port and virtual bridge for L2 bridge&lt;/P&gt;&lt;P&gt;l2_port2_enabled: True&lt;/P&gt;&lt;P&gt;## Default is enabled&lt;/P&gt;&lt;P&gt;l2_port2: eth2&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;## l2 network (AKA flat1)&lt;/P&gt;&lt;P&gt;## l2_network format is address/cidr format x.x.x.x/x&lt;/P&gt;&lt;P&gt;l2_network2: 10.111.114.0/23&lt;/P&gt;&lt;P&gt;l2_mask2: 255.255.254.0&lt;/P&gt;&lt;P&gt;l2_network_gateway2: 10.111.114.1&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;## l2 bridge first and last address for dhcp allocation&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;l2_start_address2: 10.111.114.111&lt;/P&gt;&lt;P&gt;l2_end_address2: 10.111.114.115&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;## address on the second L2 bridge port for debugging?&lt;/P&gt;&lt;P&gt;## Default is&lt;/P&gt;&lt;P&gt;l2_address2: 10.111.114.116/23&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;## Nameservers for DHCP on second flat network (aka flat1)&lt;/P&gt;&lt;P&gt;## Substitute with DNS server addresses that are reachable&lt;/P&gt;&lt;P&gt;## Google's public DNS: 8.8.8.8 and 8.8.4.4&lt;/P&gt;&lt;P&gt;##&lt;/P&gt;&lt;P&gt;## Don't set them to identical addresses&lt;/P&gt;&lt;P&gt;##&lt;/P&gt;&lt;P&gt;## Defaults are&lt;/P&gt;&lt;P&gt;first_flat2_nameserver: 8.8.8.8&lt;/P&gt;&lt;P&gt;second_flat2_nameserver: 8.8.4.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;References:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learningnetwork.cisco.com/docs/DOC-30508" title="https://learningnetwork.cisco.com/docs/DOC-30508"&gt;Configuring_External_Connectivity_with_Cisco_VIRL-v1.pdf - 30508 - The Cisco Learning Network&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 17:55:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/flat-connectivity-problems-virl-ini-changes-not-taking-effect/m-p/3596784#M440</guid>
      <dc:creator>ca_virl_user</dc:creator>
      <dc:date>2016-08-23T17:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: FLAT connectivity problems - virl.ini changes not taking effect</title>
      <link>https://community.cisco.com/t5/tools/flat-connectivity-problems-virl-ini-changes-not-taking-effect/m-p/3596785#M441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there @&lt;STRONG style="font-size: 10.8px; font-family: arial; color: #3d3d3d;"&gt;&lt;A href="https://community.cisco.com//people/ca_virl_user"&gt;ca_virl_user&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am hoping by now that you have resolved the issue.&amp;nbsp; If you haven't, one of the things that i have noticed about VIRL is that you should never change anything manually through the /etc/virl.ini or /etc/networking/interface files.&amp;nbsp; All changes should be made through the UWM page (accessed by the ip address given to eth0) and applied through there.&amp;nbsp; Steps are pretty straight forward.&amp;nbsp; Log in as uwmadmin, go to "VIRL server", then to "System configuration", "Networks" and change the settings to the FLAT network that you want.&amp;nbsp; &lt;STRONG&gt;WARNING!!!: changing any of these settings will trigger a &lt;EM&gt;sudo vinstall rehost&lt;/EM&gt; which can take 30mins to an hour to complete!&lt;/STRONG&gt; Honestly unless you really want to change them, you are better of finding another solution like change your ip range of your network you want to connect to (if it is only a small test network).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that clears things up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 11:20:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/flat-connectivity-problems-virl-ini-changes-not-taking-effect/m-p/3596785#M441</guid>
      <dc:creator>christian.taylor</dc:creator>
      <dc:date>2016-10-04T11:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: FLAT connectivity problems - virl.ini changes not taking effect</title>
      <link>https://community.cisco.com/t5/tools/flat-connectivity-problems-virl-ini-changes-not-taking-effect/m-p/3596786#M442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ca_virl_user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having a similar issue with changes to the virl.ini file not actually taking effect.&amp;nbsp; I'm hesitant to make changes via the UWM as a) length of time for the change to be processed and b) in many cases issues such as nova services have crashed after the change so I don't fully trust the UWM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, I believe the issue is the 172.16.1.0/24 network for the FLAT mgmt-lxc connector is declared in more then the virl.ini file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, look at the /etc/network/interfaces file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a thought.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dyland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 22:52:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/flat-connectivity-problems-virl-ini-changes-not-taking-effect/m-p/3596786#M442</guid>
      <dc:creator>dyland.desmarais</dc:creator>
      <dc:date>2016-12-14T22:52:58Z</dc:date>
    </item>
  </channel>
</rss>

