Sorry, I should have mentioned that - I'm booting off the on-board SD card. A while back the roach was set up to use NFS and it is possible that this roach still has some settings left over from that.
I've been trying to get the roach USB port to work as a regular USB port so I can control a valon 5009 frequency generator. I was missing some commands (lsusb) to I tried to download them from the roach using apt-get and this is what showed the network problem. I have no problem talking to the roach only trying to access the network from the command line once I've logged on via ssh. Given I'm messing with the system using NFS seems like a bad idea. If anyone has been talking to a valon from a roach board I'd love to hear what was done - I see some notes about talking to a valon on the casper list but it was not clear if this was done from the roach or (as we are currently doing) from a separate computer (and no details were given on the setup). On Fri, Oct 16, 2015 at 4:19 AM, Marc Welz <[email protected]> wrote: > 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 deconfigure the interface, otherwise > you use your > filesystem (as it is set up via nfs) - best is to keep the resolv.conf > set up remotely. > > Generally, strace is helpful, it will tell you what configuration > files an application opens > > regards > > marc > > > On Fri, Oct 16, 2015 at 2:56 AM, Simon Dicker <[email protected]> > wrote: > > 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 a working DNS nameserver. I have one roach > that > > has no problem resolving any name I give it while another can only access > > other machines using numerical IPs (or if you add them to the /etc/hosts > > file). Editing /etc/resolv.conf makes no difference and in any case that > > file is the same in both roaches. > > > > Thanks > > > > Simon Dicker >

