<div dir="ltr"><div dir="ltr">Hello Paul,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Apr 18, 2021 at 12:20 PM sciguy via talk <<a href="mailto:talk@gtalug.org">talk@gtalug.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I have a desktop computer that dual boots into Ubuntu Studio and Windows <br>
10. It is connected to the internet using a cat-5 cable to my router.<br>
<br>
After the last update and rebooting, it turns out that I no longer have <br>
ethernet on Linux. This is not true on Windows, as I am writing you this <br>
email from the same computer.<br>
<br>
I strongly suspect that there is an update issue that is disabling <br>
ethernet on Linux. Right now, my computer is in splendid isolation from <br>
the rest of the world. I can't even see computer resources from other <br>
computers in my apartment. I also can't see the router itself through my <br>
browser.<br>
<br>
Any ideas as to what to do next to diagnose the problem?<br>
<br>
Paul<br></blockquote><div><br></div><div>What does it show when you type /sbin/ifconfig -a in a terminal ? <br></div><div><br></div><div>aruna@debian:~$ /sbin/ifconfig -a<br>eth0      Link encap:Ethernet  HWaddr d8:50:e6:53:0d:90  <br>          inet addr:192.168.2.124  Bcast:192.168.2.255  Mask:255.255.255.0<br>          inet6 addr: xxxx::xxxx:xxxx:xxxx:d90/64 Scope:Link<br>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>          RX packets:2871734 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:1934374 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:1000 <br>          RX bytes:3777418026 (3.5 GiB)  TX bytes:187326708 (178.6 MiB)<br><br>lo        Link encap:Local Loopback  <br>          inet addr:127.0.0.1  Mask:255.0.0.0<br>          inet6 addr: ::1/128 Scope:Host<br>          UP LOOPBACK RUNNING  MTU:65536  Metric:1<br>          RX packets:2593 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:2593 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:0 <br>          RX bytes:170133 (166.1 KiB)  TX bytes:170133 (166.1 KiB)<br></div><div><br></div><div>And what does ip link show ?</div><div><br></div><div>aruna@debian:~$ ip link<br>1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default <br>    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00<br>2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000<br>    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff<br></div><div><br></div><div>If you see LOWER_UP your interface is up.<br></div><div><br></div><div>you can try :</div><div>aruna@debian:~$ sudo /sbin/ifconfig eth0 up <br></div><div><br></div><div>and change the interface to match your own.<br></div></div><div class="gmail_quote"><br></div><div class="gmail_quote">If you are using iptables sometimes that can mess up the internet connection, very rare but has happened to me <br></div><div class="gmail_quote">when I was initially learning and experimenting with iptables :-)</div><div class="gmail_quote"><br></div><div class="gmail_quote">Hope this helps - Aruna<br></div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div></div>