Re: missing gw in route -n

2018-07-12 Thread Christopher Barry
On Thu, 12 Jul 2018 21:52:13 -0400 Gene Heskett wrote: >On Thursday 12 July 2018 18:04:54 Christian Knoke wrote: > >> Du schriebst am 12. Jul um 16:57 Uhr: >> > On Thursday 12 July 2018 14:16:43 Christian Knoke wrote: >> > > Gene Heskett schrieb am 12. Jul um 10:07 Uhr: >> > > >> > > hth

Re: missing gw in route -n

2018-07-12 Thread Gene Heskett
On Thursday 12 July 2018 18:04:54 Christian Knoke wrote: > Du schriebst am 12. Jul um 16:57 Uhr: > > On Thursday 12 July 2018 14:16:43 Christian Knoke wrote: > > > Gene Heskett schrieb am 12. Jul um 10:07 Uhr: > > > > > > hth > > > > Not yet. If I can't fix this tomorrow, I'll write another sd

Re: missing gw in route -n

2018-07-12 Thread Christian Knoke
Du schriebst am 12. Jul um 16:57 Uhr: > On Thursday 12 July 2018 14:16:43 Christian Knoke wrote: > > Gene Heskett schrieb am 12. Jul um 10:07 Uhr: > > hth > > Not yet. If I can't fix this tomorrow, I'll write another sd card with > the original files. It worked until an update 2 or 3 weeks

Re: missing gw in route -n

2018-07-12 Thread Gene Heskett
On Thursday 12 July 2018 13:27:20 Mark Morgan Lloyd wrote: > On 12/07/18 05:00, Gene Heskett wrote: > > Greetings; > > > > I have been playing the 10k monkeys scene trying to figure out how > > to add a gateway entry to the route -n report on a rock64 with a > > stretch/xfce install on it. > > >

Re: missing gw in route -n

2018-07-12 Thread Gene Heskett
On Thursday 12 July 2018 14:16:43 Christian Knoke wrote: > Hello, > > Gene Heskett schrieb am 12. Jul um 10:07 Uhr: > > > > auto eth0 > > > > allow-hotplug eth0 > > > > iface eth0 inet static > > > > address 192.168.71.2 > > > > netmask 255.255.255.0 > > > > gateway 192.168.71.1 > > > >

Re: missing gw in route -n

2018-07-12 Thread Christian Knoke
Hello, Gene Heskett schrieb am 12. Jul um 10:07 Uhr: > > > auto eth0 > > > allow-hotplug eth0 > > > iface eth0 inet static > > > address 192.168.71.2 > > > netmask 255.255.255.0 > > > gateway 192.168.71.1 > > > dns-nameserver 192.168.71.1 > I've even changed the eth0 devices address, but once

Re: missing gw in route -n

2018-07-12 Thread Mark Morgan Lloyd
On 12/07/18 05:00, Gene Heskett wrote: Greetings; I have been playing the 10k monkeys scene trying to figure out how to add a gateway entry to the route -n report on a rock64 with a stretch/xfce install on it. Where does this assignment belong in a static defined eth0 configuration? I know

Re: missing gw in route -n

2018-07-12 Thread Gene Heskett
On Thursday 12 July 2018 08:50:26 Alan Corey wrote: > Yeah, I wasn't saying anything because I couldn't remember. I think > Debian puts it there. Try the interfaces man page. > > There's also a route command. Maybe iproute too. Something like > route add 192.168.43.1 gw > (or gateway or default

Re: missing gw in route -n

2018-07-12 Thread Gene Heskett
On Thursday 12 July 2018 07:22:03 Christian Knoke wrote: > Gene Haskett schrieb am 12. Jul um 00:13 Uhr: > > I have been playing the 10k monkeys scene trying to figure out how > > to add a gateway entry to the route -n report on a rock64 with a > > stretch/xfce install on it. > > > > The obvious

Re: missing gw in route -n

2018-07-12 Thread Alan Corey
Yeah, I wasn't saying anything because I couldn't remember. I think Debian puts it there. Try the interfaces man page. There's also a route command. Maybe iproute too. Something like route add 192.168.43.1 gw (or gateway or default instead of gw). On a command line. There's a routing table, and

Re: missing gw in route -n

2018-07-12 Thread Christian Knoke
Gene Haskett schrieb am 12. Jul um 00:13 Uhr: > I have been playing the 10k monkeys scene trying to figure out how to add > a gateway entry to the route -n report on a rock64 with a stretch/xfce > install on it. > The obvious (to me that is) place would be > in /etc/network/interfaces.d/eth0,