Wifi with an old usb wifi key. Network icon ok, but no connection (either ethernet)
I'm trying to connect my computer with a old wifi usb key (with ubuntu 16.04).
I've the connection, the wifi icon is ok, but when I'm using a web browser : no connection.
I've post on a french ubuntu forumm, here. So the commands I've launch are, with wificheck, here.
And, I've remove WPA/WPA2 method to keep only one "WPA2", here, with the web administration panel on my internet box.
I'm on DHCP, and I think this service is ok :
~$ sudo nmap --script broadcast-dhcp-discover -e enp5s0
Starting Nmap 7.01 ( https://nmap.org ) at 2019-01-06 17:30 CET
Pre-scan script results:
| broadcast-dhcp-discover:
| Response 1 of 1:
| IP Offered: 192.168.1.11
| DHCP Message Type: DHCPOFFER
| Server Identifier: 192.168.1.254
| IP Address Lease Time: 2m00s
| Renewal Time Value: 1m00s
| Rebinding Time Value: 1m45s
| Broadcast Address: 192.168.1.255
| Hostname: Host-001
| Interface MTU: 1500
| Domain Name Server: 192.168.1.254
| Domain Name: lan
| Router: 192.168.1.254
|_ Subnet Mask: 255.255.255.0
WARNING: No targets were specified, so 0 hosts scanned.
Nmap done: 0 IP addresses (0 hosts up) scanned in 2.78 seconds
and :
~$ cat /var/lib/dhcp/dhclient.leases
lease {
interface "vboxnet0";
fixed-address 192.168.56.101;
option subnet-mask 255.255.255.0;
option dhcp-lease-time 1200;
option dhcp-message-type 5;
option dhcp-server-identifier 192.168.56.100;
renew 4 2019/01/03 19:28:19;
rebind 4 2019/01/03 19:37:21;
expire 4 2019/01/03 19:39:51;
}
lease {
interface "wlx0018e771164b";
fixed-address 192.168.1.56;
option subnet-mask 255.255.255.0;
option routers 192.168.1.254;
option dhcp-lease-time 86400;
option dhcp-message-type 5;
option domain-name-servers 192.168.1.254;
option dhcp-server-identifier 192.168.1.254;
option interface-mtu 1500;
option dhcp-renewal-time 43200;
option broadcast-address 192.168.1.255;
option dhcp-rebinding-time 75600;
option host-name "spectre";
option domain-name "lan";
renew 4 2019/01/03 23:02:43;
rebind 5 2019/01/04 10:27:24;
expire 5 2019/01/04 13:27:24;
}
And, when I plug an ethernet cable (the box see the computer in the administration panel) but, no connection :(
Please help me :)
networking ubuntu wireless-networking ethernet wifi-configuration
add a comment |
I'm trying to connect my computer with a old wifi usb key (with ubuntu 16.04).
I've the connection, the wifi icon is ok, but when I'm using a web browser : no connection.
I've post on a french ubuntu forumm, here. So the commands I've launch are, with wificheck, here.
And, I've remove WPA/WPA2 method to keep only one "WPA2", here, with the web administration panel on my internet box.
I'm on DHCP, and I think this service is ok :
~$ sudo nmap --script broadcast-dhcp-discover -e enp5s0
Starting Nmap 7.01 ( https://nmap.org ) at 2019-01-06 17:30 CET
Pre-scan script results:
| broadcast-dhcp-discover:
| Response 1 of 1:
| IP Offered: 192.168.1.11
| DHCP Message Type: DHCPOFFER
| Server Identifier: 192.168.1.254
| IP Address Lease Time: 2m00s
| Renewal Time Value: 1m00s
| Rebinding Time Value: 1m45s
| Broadcast Address: 192.168.1.255
| Hostname: Host-001
| Interface MTU: 1500
| Domain Name Server: 192.168.1.254
| Domain Name: lan
| Router: 192.168.1.254
|_ Subnet Mask: 255.255.255.0
WARNING: No targets were specified, so 0 hosts scanned.
Nmap done: 0 IP addresses (0 hosts up) scanned in 2.78 seconds
and :
~$ cat /var/lib/dhcp/dhclient.leases
lease {
interface "vboxnet0";
fixed-address 192.168.56.101;
option subnet-mask 255.255.255.0;
option dhcp-lease-time 1200;
option dhcp-message-type 5;
option dhcp-server-identifier 192.168.56.100;
renew 4 2019/01/03 19:28:19;
rebind 4 2019/01/03 19:37:21;
expire 4 2019/01/03 19:39:51;
}
lease {
interface "wlx0018e771164b";
fixed-address 192.168.1.56;
option subnet-mask 255.255.255.0;
option routers 192.168.1.254;
option dhcp-lease-time 86400;
option dhcp-message-type 5;
option domain-name-servers 192.168.1.254;
option dhcp-server-identifier 192.168.1.254;
option interface-mtu 1500;
option dhcp-renewal-time 43200;
option broadcast-address 192.168.1.255;
option dhcp-rebinding-time 75600;
option host-name "spectre";
option domain-name "lan";
renew 4 2019/01/03 23:02:43;
rebind 5 2019/01/04 10:27:24;
expire 5 2019/01/04 13:27:24;
}
And, when I plug an ethernet cable (the box see the computer in the administration panel) but, no connection :(
Please help me :)
networking ubuntu wireless-networking ethernet wifi-configuration
add a comment |
I'm trying to connect my computer with a old wifi usb key (with ubuntu 16.04).
I've the connection, the wifi icon is ok, but when I'm using a web browser : no connection.
I've post on a french ubuntu forumm, here. So the commands I've launch are, with wificheck, here.
And, I've remove WPA/WPA2 method to keep only one "WPA2", here, with the web administration panel on my internet box.
I'm on DHCP, and I think this service is ok :
~$ sudo nmap --script broadcast-dhcp-discover -e enp5s0
Starting Nmap 7.01 ( https://nmap.org ) at 2019-01-06 17:30 CET
Pre-scan script results:
| broadcast-dhcp-discover:
| Response 1 of 1:
| IP Offered: 192.168.1.11
| DHCP Message Type: DHCPOFFER
| Server Identifier: 192.168.1.254
| IP Address Lease Time: 2m00s
| Renewal Time Value: 1m00s
| Rebinding Time Value: 1m45s
| Broadcast Address: 192.168.1.255
| Hostname: Host-001
| Interface MTU: 1500
| Domain Name Server: 192.168.1.254
| Domain Name: lan
| Router: 192.168.1.254
|_ Subnet Mask: 255.255.255.0
WARNING: No targets were specified, so 0 hosts scanned.
Nmap done: 0 IP addresses (0 hosts up) scanned in 2.78 seconds
and :
~$ cat /var/lib/dhcp/dhclient.leases
lease {
interface "vboxnet0";
fixed-address 192.168.56.101;
option subnet-mask 255.255.255.0;
option dhcp-lease-time 1200;
option dhcp-message-type 5;
option dhcp-server-identifier 192.168.56.100;
renew 4 2019/01/03 19:28:19;
rebind 4 2019/01/03 19:37:21;
expire 4 2019/01/03 19:39:51;
}
lease {
interface "wlx0018e771164b";
fixed-address 192.168.1.56;
option subnet-mask 255.255.255.0;
option routers 192.168.1.254;
option dhcp-lease-time 86400;
option dhcp-message-type 5;
option domain-name-servers 192.168.1.254;
option dhcp-server-identifier 192.168.1.254;
option interface-mtu 1500;
option dhcp-renewal-time 43200;
option broadcast-address 192.168.1.255;
option dhcp-rebinding-time 75600;
option host-name "spectre";
option domain-name "lan";
renew 4 2019/01/03 23:02:43;
rebind 5 2019/01/04 10:27:24;
expire 5 2019/01/04 13:27:24;
}
And, when I plug an ethernet cable (the box see the computer in the administration panel) but, no connection :(
Please help me :)
networking ubuntu wireless-networking ethernet wifi-configuration
I'm trying to connect my computer with a old wifi usb key (with ubuntu 16.04).
I've the connection, the wifi icon is ok, but when I'm using a web browser : no connection.
I've post on a french ubuntu forumm, here. So the commands I've launch are, with wificheck, here.
And, I've remove WPA/WPA2 method to keep only one "WPA2", here, with the web administration panel on my internet box.
I'm on DHCP, and I think this service is ok :
~$ sudo nmap --script broadcast-dhcp-discover -e enp5s0
Starting Nmap 7.01 ( https://nmap.org ) at 2019-01-06 17:30 CET
Pre-scan script results:
| broadcast-dhcp-discover:
| Response 1 of 1:
| IP Offered: 192.168.1.11
| DHCP Message Type: DHCPOFFER
| Server Identifier: 192.168.1.254
| IP Address Lease Time: 2m00s
| Renewal Time Value: 1m00s
| Rebinding Time Value: 1m45s
| Broadcast Address: 192.168.1.255
| Hostname: Host-001
| Interface MTU: 1500
| Domain Name Server: 192.168.1.254
| Domain Name: lan
| Router: 192.168.1.254
|_ Subnet Mask: 255.255.255.0
WARNING: No targets were specified, so 0 hosts scanned.
Nmap done: 0 IP addresses (0 hosts up) scanned in 2.78 seconds
and :
~$ cat /var/lib/dhcp/dhclient.leases
lease {
interface "vboxnet0";
fixed-address 192.168.56.101;
option subnet-mask 255.255.255.0;
option dhcp-lease-time 1200;
option dhcp-message-type 5;
option dhcp-server-identifier 192.168.56.100;
renew 4 2019/01/03 19:28:19;
rebind 4 2019/01/03 19:37:21;
expire 4 2019/01/03 19:39:51;
}
lease {
interface "wlx0018e771164b";
fixed-address 192.168.1.56;
option subnet-mask 255.255.255.0;
option routers 192.168.1.254;
option dhcp-lease-time 86400;
option dhcp-message-type 5;
option domain-name-servers 192.168.1.254;
option dhcp-server-identifier 192.168.1.254;
option interface-mtu 1500;
option dhcp-renewal-time 43200;
option broadcast-address 192.168.1.255;
option dhcp-rebinding-time 75600;
option host-name "spectre";
option domain-name "lan";
renew 4 2019/01/03 23:02:43;
rebind 5 2019/01/04 10:27:24;
expire 5 2019/01/04 13:27:24;
}
And, when I plug an ethernet cable (the box see the computer in the administration panel) but, no connection :(
Please help me :)
networking ubuntu wireless-networking ethernet wifi-configuration
networking ubuntu wireless-networking ethernet wifi-configuration
asked Jan 12 at 14:39
fabricefabrice
106113
106113
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1393519%2fwifi-with-an-old-usb-wifi-key-network-icon-ok-but-no-connection-either-ethern%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1393519%2fwifi-with-an-old-usb-wifi-key-network-icon-ok-but-no-connection-either-ethern%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown