Score:0

Ubuntu 18.04: DHCP server is not giving out IPs to my DHCP client

mx flag

I need to setup a DHCP server and client. I tried everything, but my server isn't giving any IPs. I work with VMware, and I have disabled the DHCP setting in VMware. My DHCP server states active to.

netplan of my DHCP client and DHCP server status

netplan client config:

network:
  ethernets:
    ens33:
      dhcp4: true
      addresses:
      gateway4: 192.160.207.49
      nameservers:
        addresses: [192.168.237.50]
      optional:no
  version: 2

DHCP server netplan config:

cat /etc/netplan/00-installer-config.yaml

network:
  ethernets:
    ens33:
      dhcp4: false
      addresses: [192.168.237.50/24]
      gateway4: 192.168.237.49
      nameservers:
        addresses: [192.168.237.50]
      optional: no
  version: 2
waltinator avatar
it flag
What's your "DHCP server"? What is your "DHCP server"'s configuration? Read `man systemd-dnsmasq`.
waltinator avatar
it flag
Please copy/paste and format text instead of pictures of text. A picture (of text) can't be read on a text-only terminal, can't be copied from (edited, tried, and made to work), AND makes one take an action to even read your Question. Since we're all volunteers, some won't click. Please read https://askubuntu.com/help/formatting
mx flag
@waltinator thank you for the tips i didn't know am sorry
mx flag
@waltinator this pops up when i do your command 'man systemd-dnsmasq No manual entry for systemd-dnsmasq'
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.