Re: [casper] network settings.

2015-10-16 Thread Matt Strader
Hi Simon, For the first question, I change the static IP by putting the "ifconfig eth0 ..." command in /etc/rc.local so it'll run when it boots. Matt On Thu, Oct 15, 2015 at 7:56 PM, Simon Dicker wrote: > This should be a simple one - where/how does a roach1 store its

Re: [casper] network settings.

2015-10-16 Thread Marc Welz
You don't specify if you boot off the onboard flash, via nfs or something else. If you boot via nfs, the kernel does the initial dhcp request to get the root filesystem, so it won't write anything into resolv.conf - that you would have to do with another dhcp request, taking care not to

[casper] network settings.

2015-10-15 Thread Simon Dicker
This should be a simple one - where/how does a roach1 store its network settings? I need to change a static IP address. Editing /etc/network/interfaces and rebooting does not seem to do the trick, instead I had to use: ifconfig eth0 xxx.xx.xx.xx netmask 255.255.248.0 A bigger problem is getting