<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Shouldn't the netmask be 255.255.255.0 ?<br>
    <br>
    <div class="moz-cite-prefix">On 1/26/2018 4:57 PM, A wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:815d178f-2aff-b40b-7853-8d10f899b69b@bak.rr.com">iface
      enp4s5 inet static<br>
          address 10.1.1.2/24<br>
          gateway 10.1.1.1<br>
          network 10.1.1.0<br>
          netmask 255.255.255.255 <br>
          broadcast 10.1.1.255</blockquote>
    <br>
    <br>
    Also in your first post:<br>
    <font color="#993300"><tt>subnet 10.1.1.0 netmask 255.255.255.0 {</tt><tt><br>
      </tt><tt>         </tt><tt><b>interface wlp2s0;</b></tt><tt><br>
      </tt><tt>         option domain-name-servers 10.1.1.1;</tt><tt><br>
      </tt><tt>         max-lease-time 7200;</tt><tt><br>
      </tt><tt>         default-lease-time 600;</tt><tt><br>
      </tt><tt>         range 10.1.1.10 10.1.1.250;</tt><tt><br>
      </tt><tt>         option subnet-mask 255.255.255.0;</tt><tt><br>
      </tt><tt>         option broadcast-address 10.1.1.255;</tt><tt><br>
      </tt><tt>         option routers 10.1.1.1;</tt><tt><br>
      </tt></font><br>
    As far as I know there is no <font color="#993300">interface</font>
    directive.  Plus wlp2s0 is the wrong<br>
    interface.  You should remove that line.<br>
    <br>
    What does '<font color="#993300"><tt>ip -4 -o addr</tt></font>'
    show?<br>
    <br>
    Bill<br>
    <br>
  </body>
</html>