The next time you have a terminal do that, ctrl+c should get you out.
For the majority of this troubleshooting we've been applying our efforts to a device that doesn't exist on your system (eth0). This is one downside of transcribing terminal output.
In post #3, you say the output of
is
Quote:
I couldn't cut and paste because I can't get online but I copied your message and changed what was different. Gosh what big numbers you have Jeremy!
eth0 Link encap:Ethernet HWaddr 5c:26:0a:88:d0:f9
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrical
RX packets:3 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:573(573.0 MiB) TX bytes:0 (0.0B)
Interrupt:20 Memory:e2e00000-e2e20000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:376 errors:0 dropped:0 overruns:0 frame:0
TX packets:376 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:30240 (30.2 KB) TX bytes:30240 (30.2 KB)
|
as that is a very common device name, I didn't really question it.
But in post #49, you say the out output of
is
Quote:
l: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default glen 1
link/look back 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 :: 1/128 scope host
valid_lft forever preferred_lft forever
2. enol: <BROADCAST, MULTICAST, UP, LOWER_up> mtu 1500 qdisc pfifo_fast state UP group default glen 1000
link ether 5c:26:0a:88:d0:f9 brd ff:ff:ff:ff:ff:ff:ff:ff
3.wlp2s0: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN group default glen 1000
link/ether 08:11:96:85:f6:f4: brd ff:ff:ff:ff:ff:ff:ff
|
Ideally, you should have "eth0" OR "enol" in the output of both "ip a" and "ifconfig"; they shouldn't differ. Assuming "enol" is actually your network interface, rather than "eth0" (which is confirmed by the "device not found" errors you posted about earlier. We've targeting the wrong, nonexistent device.
If you were to once again
and with your mouse, highlight and right click to copy the device name that you earlier transcribed as "enol", then type
Code:
dhclient right click and paste device name here
I'm fairly confident you will be connected