Report this

What is the reason for this report?

MAC address required

Posted on December 26, 2019

wanting to host an application on your server but it requires to have a MAC address.Do we get one when we host on digital ocean. Kindly revert with the information asap so that we can go ahead with the plans of buying space on your server accordingly Thanks Vivek



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @vivek1978,

I’ll recommend reading the following documentation on DigitalOcean about it - https://www.digitalocean.com/docs/networking/private-networking/how-to/enable/

Here is a part for Ubuntu -

When you enable private networking after the Droplet is created, you need to manually configure the private networking on the Droplet itself. How you do this depends on which Linux distribution your Droplet is running.

On Ubuntu 18.04, you need to use Netplan to define the network interface using the Droplet’s private IP address and the MAC address for the Ethernet interface.

To get the MAC address, use lshw to list the details of your server’s network-class hardware.

lshw -class network

To fully grasp how to configure it, I’ll urge you to read the documentation.

Regards, KDSys

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.