Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After you know things are working you may want to uninstall the dhcp package. I have read (but not verifiedexperienced myself) that after a certain amount of time it will take control and you will end up with a dhcp assigned ip.

Code Block
languagebash
sudo apt-get remove isc-dhcp-client dhcp3-client dhcpcd

Notes

Some instructions mention you need network and broadcast, but they are automatically calculated from the address and netmask values. In fact adding the wrong ones can prevent things from working so I recommend leaving them out.

If you have more than one dns server use the format, dns-nameservers 208.78.97.155 208.75.87.250

...