wireless printer won't print; ubuntu 16.04

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I have an HP Envy 5530 that works fine over USB, but isn't getting an IP address from my local dhcp server under ubuntu 16.04



# cat /etc/dhcp/dhcpd.conf

ddns-update-style none;
option domain-name "myFQDN";
option domain-name-servers 10.1.1.1, 8.8.4.4, 50.23.197.95;
default-lease-time 86400;
max-lease-time 604800;

authoritative;
log-facility local7;

group
host yellow
hardware ethernet c8:3a:35:da:42:72;
fixed-address 10.1.1.1;


host blue
hardware ethernet 00:23:ae:89:5e:61;
fixed-address 10.1.1.2;




group
host wyellow
hardware ethernet f0:7d:68:c1:b4:13;
fixed-address 10.1.2.1;


host wblue
hardware ethernet 20:e8:17:02:02:3a;
fixed-address 10.1.2.2;


host Printer_Envy5530
hardware ethernet 5c:b9:01:69:4a:1c;
fixed-address 10.1.2.3;



subnet 10.1.1.0 netmask 255.255.255.0
option domain-name-servers 10.1.1.1;
option time-offset -28800;
max-lease-time 7200;
default-lease-time 7200;
range 10.1.1.20 10.1.1.250;
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.1.255;
option routers 10.1.1.1;


subnet 10.1.2.0 netmask 255.255.255.0
option domain-name-servers 10.1.1.1;
option time-offset -28800;
max-lease-time 7200;
default-lease-time 7200;
range 10.1.2.20 10.1.2.250;
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.2.255;
option routers 10.1.2.1;



Thank you in advance!










share|improve this question

























    up vote
    0
    down vote

    favorite












    I have an HP Envy 5530 that works fine over USB, but isn't getting an IP address from my local dhcp server under ubuntu 16.04



    # cat /etc/dhcp/dhcpd.conf

    ddns-update-style none;
    option domain-name "myFQDN";
    option domain-name-servers 10.1.1.1, 8.8.4.4, 50.23.197.95;
    default-lease-time 86400;
    max-lease-time 604800;

    authoritative;
    log-facility local7;

    group
    host yellow
    hardware ethernet c8:3a:35:da:42:72;
    fixed-address 10.1.1.1;


    host blue
    hardware ethernet 00:23:ae:89:5e:61;
    fixed-address 10.1.1.2;




    group
    host wyellow
    hardware ethernet f0:7d:68:c1:b4:13;
    fixed-address 10.1.2.1;


    host wblue
    hardware ethernet 20:e8:17:02:02:3a;
    fixed-address 10.1.2.2;


    host Printer_Envy5530
    hardware ethernet 5c:b9:01:69:4a:1c;
    fixed-address 10.1.2.3;



    subnet 10.1.1.0 netmask 255.255.255.0
    option domain-name-servers 10.1.1.1;
    option time-offset -28800;
    max-lease-time 7200;
    default-lease-time 7200;
    range 10.1.1.20 10.1.1.250;
    option subnet-mask 255.255.255.0;
    option broadcast-address 10.1.1.255;
    option routers 10.1.1.1;


    subnet 10.1.2.0 netmask 255.255.255.0
    option domain-name-servers 10.1.1.1;
    option time-offset -28800;
    max-lease-time 7200;
    default-lease-time 7200;
    range 10.1.2.20 10.1.2.250;
    option subnet-mask 255.255.255.0;
    option broadcast-address 10.1.2.255;
    option routers 10.1.2.1;



    Thank you in advance!










    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have an HP Envy 5530 that works fine over USB, but isn't getting an IP address from my local dhcp server under ubuntu 16.04



      # cat /etc/dhcp/dhcpd.conf

      ddns-update-style none;
      option domain-name "myFQDN";
      option domain-name-servers 10.1.1.1, 8.8.4.4, 50.23.197.95;
      default-lease-time 86400;
      max-lease-time 604800;

      authoritative;
      log-facility local7;

      group
      host yellow
      hardware ethernet c8:3a:35:da:42:72;
      fixed-address 10.1.1.1;


      host blue
      hardware ethernet 00:23:ae:89:5e:61;
      fixed-address 10.1.1.2;




      group
      host wyellow
      hardware ethernet f0:7d:68:c1:b4:13;
      fixed-address 10.1.2.1;


      host wblue
      hardware ethernet 20:e8:17:02:02:3a;
      fixed-address 10.1.2.2;


      host Printer_Envy5530
      hardware ethernet 5c:b9:01:69:4a:1c;
      fixed-address 10.1.2.3;



      subnet 10.1.1.0 netmask 255.255.255.0
      option domain-name-servers 10.1.1.1;
      option time-offset -28800;
      max-lease-time 7200;
      default-lease-time 7200;
      range 10.1.1.20 10.1.1.250;
      option subnet-mask 255.255.255.0;
      option broadcast-address 10.1.1.255;
      option routers 10.1.1.1;


      subnet 10.1.2.0 netmask 255.255.255.0
      option domain-name-servers 10.1.1.1;
      option time-offset -28800;
      max-lease-time 7200;
      default-lease-time 7200;
      range 10.1.2.20 10.1.2.250;
      option subnet-mask 255.255.255.0;
      option broadcast-address 10.1.2.255;
      option routers 10.1.2.1;



      Thank you in advance!










      share|improve this question













      I have an HP Envy 5530 that works fine over USB, but isn't getting an IP address from my local dhcp server under ubuntu 16.04



      # cat /etc/dhcp/dhcpd.conf

      ddns-update-style none;
      option domain-name "myFQDN";
      option domain-name-servers 10.1.1.1, 8.8.4.4, 50.23.197.95;
      default-lease-time 86400;
      max-lease-time 604800;

      authoritative;
      log-facility local7;

      group
      host yellow
      hardware ethernet c8:3a:35:da:42:72;
      fixed-address 10.1.1.1;


      host blue
      hardware ethernet 00:23:ae:89:5e:61;
      fixed-address 10.1.1.2;




      group
      host wyellow
      hardware ethernet f0:7d:68:c1:b4:13;
      fixed-address 10.1.2.1;


      host wblue
      hardware ethernet 20:e8:17:02:02:3a;
      fixed-address 10.1.2.2;


      host Printer_Envy5530
      hardware ethernet 5c:b9:01:69:4a:1c;
      fixed-address 10.1.2.3;



      subnet 10.1.1.0 netmask 255.255.255.0
      option domain-name-servers 10.1.1.1;
      option time-offset -28800;
      max-lease-time 7200;
      default-lease-time 7200;
      range 10.1.1.20 10.1.1.250;
      option subnet-mask 255.255.255.0;
      option broadcast-address 10.1.1.255;
      option routers 10.1.1.1;


      subnet 10.1.2.0 netmask 255.255.255.0
      option domain-name-servers 10.1.1.1;
      option time-offset -28800;
      max-lease-time 7200;
      default-lease-time 7200;
      range 10.1.2.20 10.1.2.250;
      option subnet-mask 255.255.255.0;
      option broadcast-address 10.1.2.255;
      option routers 10.1.2.1;



      Thank you in advance!







      networking wireless printing iptables dhcpd






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 3 at 22:33









      user171154

      1717




      1717

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1002784%2fwireless-printer-wont-print-ubuntu-16-04%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1002784%2fwireless-printer-wont-print-ubuntu-16-04%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          Which professions warranted travel in Medieval times?

          How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

          Trouble downloading packages list due to a “Hash sum mismatch” error