Post number #942842, ID: 194cc6
|
I need to find out how to find if my VM is using a DHCP client through the Linux Terminal.
I have already tried less var/lib/ etc.etc but all of the commands I have found online have not worked. My professor also does not want us to ask him questions for some reason? he just wants us to use google or someshit
Am I supposed to install something on linux to find this?
Post number #942843, ID: 194cc6
|
ip and ip addr work, but I don't know what i'm supposed to be looking for.
Post number #942848, ID: 184aed
|
https://askubuntu.com/questions/1429428/check-if-dhcp-is-enabled-on-an-interface
Post number #942873, ID: fa2f30
|
If you haven't already, the best thing you can do to network is make a LinkedIn. Start asking people to connect with you. By using LinkedIn, you can collect professionals like pokemon! I've got so many people on LinkedIn, and if ever I have a question about how some industry thing works, I just message them to ask. :D Hope your networking goes as well as mine has, g/u/rl!
Post number #942932, ID: 1851d4
|
>>942873 Is linkedin really just social media for professionals? I looked at it as if they're all robots honestly. Do they even reply to messages?
Post number #942943, ID: 342671
|
>>942873 OP here.
Noted. I will soon start collecting professionals like pokemon.
Post number #943003, ID: 20dfd5
|
>>942932 it's mostly robots now, but it used to be an actual resource before they tried to make it social media platform
Post number #943043, ID: fa2f30
|
>>942932 I mean, I know the people I connect with IRL. Devs of software we use, companies we partner with, etc.
Post number #943045, ID: 2f7c03
|
just google it
Post number #943046, ID: 2f7c03
|
you might want to install some networks tools but your probably on ubuntu so it's just sudo apt install
Post number #943197, ID: 194cc6
|
OP here. I figured it out.
> Type "ip a" in the CLI. Hit enter. > Go find "2:" (where it says "enp0s3") > Find inet > after the listing the iP and the subnet mask thingy it will tell you whether or not the pc is using a DHCP client.
Mine says "dynamic" and the tutor guy on my campus told me that it meant that my PC uses a DHCP client.
Post number #943364, ID: c84849
|
>>943197 >ip a ip a | grep dynamic
Post number #943368, ID: 184aed
|
>>943197 exactly what the link I posted said
Total number of posts: 13,
last modified on:
Sun Jan 1 00:00:00 1677265640
| I need to find out how to find if my VM is using a DHCP client through the Linux Terminal.
I have already tried less var/lib/ etc.etc but all of the commands I have found online have not worked. My professor also does not want us to ask him questions for some reason? he just wants us to use google or someshit
Am I supposed to install something on linux to find this?