1

i configured master and slave setup. but some times after restart the machines wired ip address changes. how to set a static ip step by step. please help me thank you.

macavity
  • 191

1 Answers1

0
  1. sudo -s
  2. ip link show
  3. chose your network interface
  4. nano /etc/network/interfaces
  5. allow-hotplug nameOfYourNetworkInterface iface nameOfYourNetworkInterface inet static address yourIPAddress netmask yourMask gateway yourGateway dns-nameservers IPAddressOfYourDNSServer IPAddressOfYourSecondDNSServer
d.b
  • 1