On Sunday, 17 June 2018 12:56:02 BST Ralph Corderoy wrote:
> > Sorry missed the 'during' That's a bit arbitrary isn't it? What
> > counts as 'during'? I plugged the cable in and immediately ran the
> > command; the result was identical to the 'without' case. The second
> > output is what I get after I've plugged it in.
>
> You carry out two actions above and I wanted before plugging it in for
> the first time since boot, during the time it is plugged in, and after
> it is unplugged. The last will show if things have returned to
> boot-stage `normal' or whether something lingers.
Sorry I'm still not making myself clear am I. What I meant was that the first
O/P was without the cable to eth0 plugged in (just eth1 to the Antenna).
Immediately after I plugged it in, I ran the command again and got exactly the
same result. When i ran the command for the third time I got the final
result.
So no eth0:
pi@WMT_Webserver:~ $ ip -s -d -a r
unicast default via 192.168.1.1 dev eth1 proto boot scope global src
192.168.1.15 metric 203
unicast 192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.15
metric 203
Immediately after plugging in (before the light on the Router has lit):
pi@WMT_Webserver:~ $ ip -s -d -a r
unicast default via 192.168.1.1 dev eth1 proto boot scope global src
192.168.1.15 metric 203
unicast 192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.15
metric 203
After the light on the Router has lit:
pi@WMT_Webserver:~ $ ip -s -d -a r
unicast default via 192.168.0.1 dev eth0 proto boot scope global src
192.168.0.9 metric 202
unicast default via 192.168.1.1 dev eth1 proto boot scope global src
192.168.1.15 metric 203
unicast 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.9 metric
202
unicast 192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.15
metric 203
If there is something different happening during the 'during' period, I've
been unable to catch it.
--
Terry Coles
--
Next meeting: Bournemouth, Tuesday, 2018-07-03 20:00
Meets, Mailing list, IRC, LinkedIn, ... http://dorset.lug.org.uk/
New thread: mailto:[email protected] / CHECK IF YOU'RE REPLYING
Reporting bugs well: http://goo.gl/4Xue / TO THE LIST OR THE AUTHOR