Hi all,
I've got mc 3.8.4 running samba 3.4.5 as a file server, its stable.
The server is configured to use a static ip address at boot up.
The server changed its ip address from this static address yesterday and grabbed the next available dynamic address from the ADSL modem router that is at the heart of our small office network.
This happened once a few week's ago and now its happened again, I thought I'd make a post about it.
Config Details:
File : /opt/bootlocal.sh
sudo sh /opt/eth0.sh
File : /opt/eth0.sh
#!/bin/sh
pkill udhcpc
ifconfig eth0 10.1.1.151 netmask 255.0.0.0 broadcast 10.255.255.255 up
route add default gw 10.1.1.1
echo nameserver 10.1.1.1 > /etc/resolv.conf
Any suggestions are welcome.