Re: [slim] Change DNS server on SBT (static IP)

2016-12-21 Thread Atlantic
Mnyb wrote: > vi is the editor onboard Touch. > > That did it, thanks. I downloaded a summary of vi instructions from an academic site and then edited the interfaces file. The interfaces file also had a line something similar to: up echo 'nameserver aaa.bbb.ccc.ddd' > /etc/resolv.conf so

Re: [slim] Change DNS server on SBT (static IP)

2016-12-21 Thread Mnyb
vi is the editor onboard Touch. Or just reset it and redo the whole network config on the screen. Note to do a static config one must disable the DHCP on the network otherwise you never get the option on screen. Or use SSH and vi , there are several examples on the forum . Btw set the router

[slim] Change DNS server on SBT (static IP)

2016-12-21 Thread Atlantic
I need to change the DNS resolver setting on our SB Touch. The SBT employs a static IP. Logging in with SSH I can see in /etc/network/interfaces the stanza with its: - static setting on its wlan0 interface, - IP address, - gateway address, and - the address it should use for DNS resolution.