• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login

Duet Ethernet MAC address

Scheduled Pinned Locked Moved
General Discussion
duet ethernet mac address network
4
6
624
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined
    Bewaren
    last edited by 6 Nov 2019, 22:52

    Hey I'm a uni student an my accommodation requires the mac address of any device to be added to their network, I'm trying to add my printer too this network but when using command M540 to aquire the address I get what I would say is a valid MAC address but when I enter it too the system it says its invalid, any ideas?

    The address I'm getting is: be:7c:3a:30:52:3e

    1 Reply Last reply Reply Quote 0
    • undefined
      Phaedrux Moderator
      last edited by 7 Nov 2019, 02:53

      You could use M540 to specify your own mac address if you can find one that the system accepts.

      https://duet3d.dozuki.com/Wiki/Gcode#Section_M540_Set_MAC_address

      Z-Bot CoreXY Build | Thingiverse Profile

      undefined 1 Reply Last reply 7 Nov 2019, 03:37 Reply Quote 0
      • undefined
        Bewaren @Phaedrux
        last edited by 7 Nov 2019, 03:37

        @Phaedrux what would the command be to use then? M540 (New MAC Address)? And what should I input that into? YAT?

        1 Reply Last reply Reply Quote 0
        • undefined
          Phaedrux Moderator
          last edited by 7 Nov 2019, 03:48

          @Phaedrux said in Duet Ethernet MAC address:

          https://duet3d.dozuki.com/Wiki/Gcode#Section_M540_Set_MAC_address

          M540: Set MAC address
          Parameters

          Pnnn The MAC address
          Examples

          M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED
          M540 PDE:AD:BE:EF:CA:FE

          You'd put that command into your config.g so that it was executed at startup.

          But now looking at the examples, it reminds me that there are 2 ways to express a mac address. Perhaps your network is looking for the 0x method.

          Z-Bot CoreXY Build | Thingiverse Profile

          ? 1 Reply Last reply 7 Nov 2019, 10:28 Reply Quote 0
          • undefined
            T3P3Tony administrators
            last edited by T3P3Tony 11 Jul 2019, 10:04 7 Nov 2019, 10:04

            what is the system the university is using to determine what a valid MAC address is? I assume its not jsut a formatting issue (you added your Laptop etc i expect?) they may have a database of mac address ranges assigned to "valid" devices and don't allow arbitrary MAC addresses (for "security")

            you could try setting it to

            0D:1E:15:30:52:3e

            and then adding that to the network...

            That is a Mac address from within the HP range i think. If that works then you know its something in their tool that allows certain mac addresses and not others

            www.duet3d.com

            1 Reply Last reply Reply Quote 0
            • ?
              A Former User @Phaedrux
              last edited by 7 Nov 2019, 10:28

              @Phaedrux said in Duet Ethernet MAC address:

              it reminds me that there are 2 ways to express a mac address

              much more than 2 when it comes to formatting of MACs. Microsoft uses - instead of : to separate hex bytes, pluss countless variations on binary hexadecimal and octal representations

              I'd discourage using MAC addresses with the unique/local but set to unique for an address outside your organisations control as it could (theoretically) break networks. If deemed absolutely necessary for testing try using an address for equipment you own and know is not connected to avoid problems. Even if you know the address isn't on your broadcast domain you rarely have control over the other broadcast domains of neighboring layer 3 devices which could be affected. And make sure to revert the address to the original or a locally administered one as soon as possible.

              1 Reply Last reply Reply Quote 2
              2 out of 6
              • First post
                2/6
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA