<p>Ah, ok.</p>

<pre><code>root@CassCo-3rdStreet-NanoLocoM5:/etc/config# cat network 

config interface 'loopback'
    option ifname 'lo'
    option proto 'static'
    option ipaddr '127.0.0.1'
    option netmask '255.0.0.0'

config interface 'lan'
    option proto 'commotion'
    option class 'client'
    option type 'bridge'
    option bridge_empty '1'

config interface 'wan'
    option ifname 'eth0'
    option proto 'commotion'
    option class 'wired'
    option dhcp 'none'
    option ipaddr '192.168.101.5'
    option netmask '255.255.255.0'
    option meshed '1'

config interface 'thisnode'
    option ifname 'br-lan'
    option proto 'static'
    option ipaddr '169.254.140.121'
    option netmask '255.255.0.0'

config interface 'testbed5'
    option class 'mesh'
    option proto 'commotion'
    option profile 'testbed5'
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/opentechinstitute/luci-commotion/issues/467#issuecomment-103664106">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AC7qBIkOj8Qxtc17YLsW12WpyXzwLiFPks5oK5l9gaJpZM4EfGfo.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/opentechinstitute/luci-commotion/issues/467#issuecomment-103664106"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>