<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi I am trying to Bond my wifi and ethernet nic on my Laptop. <br>
    </p>
    <p>I am using Debian stable<br>
    </p>
    <p>Here is what i am doing.</p>
    <p>
      <style type="text/css">pre { margin-left: 0.1in; direction: inherit; }pre.cjk { font-family: "Nimbus Mono L",monospace; }p { margin-top: 0.1in; margin-bottom: 0.1in; direction: inherit; line-height: 120%; text-align: justify; }p.western { font-family: "Liberation Sans"; font-size: 12pt; }p.cjk { font-size: 10pt; }p.ctl { font-size: 12pt; }code.cjk { font-family: "Nimbus Mono L",monospace; }a:link {  }</style>
    </p>
    <pre class="western"><code class="western">$ nmcli con add type bond ifname </code><code class="western">wifiether</code><code class="western"> mode active-backup</code>
<code class="western">$ nmcli con add type ethernet ifname </code><code class="western">enp0s25</code><code class="western"> master </code><code class="western">wifiether</code>
<code class="western">$ nmcli con add type wifi ifname </code><code class="western">wlp3s0</code><code class="western"> master </code><code class="western">wifiether

After executing the last line it asks me about the SSID, I do not know where to place it. And if, can I then only connect to one fixed wifi?
</code>
<code>Kocj</code> 

  

</pre>
  </body>
</html>