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.
Asked
Active
Viewed 1,447 times
1 Answers
0
- sudo -s
- ip link show
- chose your network interface
- nano /etc/network/interfaces
allow-hotplug nameOfYourNetworkInterface iface nameOfYourNetworkInterface inet static address yourIPAddress netmask yourMask gateway yourGateway dns-nameservers IPAddressOfYourDNSServer IPAddressOfYourSecondDNSServer
d.b
- 1