How to create wifi hotspot from ethernet network?
My computer connected to internet via cable (Ethernet). I want to share this internet to my android phone. How to create hotspot from my computer? I use Ubuntu 14.04 LTS.
14.04 networking internet hot-spot wireless-access-point
add a comment |
My computer connected to internet via cable (Ethernet). I want to share this internet to my android phone. How to create hotspot from my computer? I use Ubuntu 14.04 LTS.
14.04 networking internet hot-spot wireless-access-point
add a comment |
My computer connected to internet via cable (Ethernet). I want to share this internet to my android phone. How to create hotspot from my computer? I use Ubuntu 14.04 LTS.
14.04 networking internet hot-spot wireless-access-point
My computer connected to internet via cable (Ethernet). I want to share this internet to my android phone. How to create hotspot from my computer? I use Ubuntu 14.04 LTS.
14.04 networking internet hot-spot wireless-access-point
14.04 networking internet hot-spot wireless-access-point
edited Jan 8 at 6:20
K. Sopheak
asked Aug 22 '16 at 10:31
![](https://i.stack.imgur.com/qiqoM.jpg?s=32&g=1)
![](https://i.stack.imgur.com/qiqoM.jpg?s=32&g=1)
K. SopheakK. Sopheak
78112
78112
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
1.Go to Network Icon on top panel -> Edit Connections
2.Click the Add button in the pop-up window.
3.Choose Wi-Fi from the drop-down menu when you’re asked to choose a connection type.
4.In next window, do:
Type in a connection name. The name will be used later.
Type in a SSID
Select mode: Infrastructure
Device MAC address: select your wireless card from drop-down menu.
5.Go to Wi-Fi Security tab, select security type WPA & WPA2 Personal and set a password.
6.Go to IPv4 Settings tab, from Method drop-down box select Shared to other computers.
When done, click the save button.
After above steps, a configuration file created under /etc/NetworkManager/system-connections directory. File name is same to the connection name you typed in step 4.
Now press Ctrl + Alt + T on keyboard to open terminal. When it opens, paste the commands below and hit enter to edit the configuration file:
gksu gedit /etc/NetworkManager/system-connections/wifi-hotspot
Replace wifi-hotspt with the connection name you typed in step 4.
When the file opens, find out the line mode=infrastructure
and change it to mode=ap
. Finally save the file.
When everything’s done, enable WIFI from Network Manager icon on the panel. It should automatically connect to the hotspot you created. If not, select “Connect to Hidden Wi-Fi Network ...” and select it from the drop-down box.
Now you can search and connect the access point from your Android mobile...
Is there anyway I can hidden this AP? I mean, make it invisible.
– K. Sopheak
Aug 24 '16 at 2:38
Did you mean to invisible your access point to others, so others will not able to see your wifi connection ?
– Prashant Rahate
Aug 24 '16 at 6:32
Yes, how to make the connection invisible?
– Rayann Nayran
May 10 '17 at 13:27
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f815299%2fhow-to-create-wifi-hotspot-from-ethernet-network%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
1.Go to Network Icon on top panel -> Edit Connections
2.Click the Add button in the pop-up window.
3.Choose Wi-Fi from the drop-down menu when you’re asked to choose a connection type.
4.In next window, do:
Type in a connection name. The name will be used later.
Type in a SSID
Select mode: Infrastructure
Device MAC address: select your wireless card from drop-down menu.
5.Go to Wi-Fi Security tab, select security type WPA & WPA2 Personal and set a password.
6.Go to IPv4 Settings tab, from Method drop-down box select Shared to other computers.
When done, click the save button.
After above steps, a configuration file created under /etc/NetworkManager/system-connections directory. File name is same to the connection name you typed in step 4.
Now press Ctrl + Alt + T on keyboard to open terminal. When it opens, paste the commands below and hit enter to edit the configuration file:
gksu gedit /etc/NetworkManager/system-connections/wifi-hotspot
Replace wifi-hotspt with the connection name you typed in step 4.
When the file opens, find out the line mode=infrastructure
and change it to mode=ap
. Finally save the file.
When everything’s done, enable WIFI from Network Manager icon on the panel. It should automatically connect to the hotspot you created. If not, select “Connect to Hidden Wi-Fi Network ...” and select it from the drop-down box.
Now you can search and connect the access point from your Android mobile...
Is there anyway I can hidden this AP? I mean, make it invisible.
– K. Sopheak
Aug 24 '16 at 2:38
Did you mean to invisible your access point to others, so others will not able to see your wifi connection ?
– Prashant Rahate
Aug 24 '16 at 6:32
Yes, how to make the connection invisible?
– Rayann Nayran
May 10 '17 at 13:27
add a comment |
1.Go to Network Icon on top panel -> Edit Connections
2.Click the Add button in the pop-up window.
3.Choose Wi-Fi from the drop-down menu when you’re asked to choose a connection type.
4.In next window, do:
Type in a connection name. The name will be used later.
Type in a SSID
Select mode: Infrastructure
Device MAC address: select your wireless card from drop-down menu.
5.Go to Wi-Fi Security tab, select security type WPA & WPA2 Personal and set a password.
6.Go to IPv4 Settings tab, from Method drop-down box select Shared to other computers.
When done, click the save button.
After above steps, a configuration file created under /etc/NetworkManager/system-connections directory. File name is same to the connection name you typed in step 4.
Now press Ctrl + Alt + T on keyboard to open terminal. When it opens, paste the commands below and hit enter to edit the configuration file:
gksu gedit /etc/NetworkManager/system-connections/wifi-hotspot
Replace wifi-hotspt with the connection name you typed in step 4.
When the file opens, find out the line mode=infrastructure
and change it to mode=ap
. Finally save the file.
When everything’s done, enable WIFI from Network Manager icon on the panel. It should automatically connect to the hotspot you created. If not, select “Connect to Hidden Wi-Fi Network ...” and select it from the drop-down box.
Now you can search and connect the access point from your Android mobile...
Is there anyway I can hidden this AP? I mean, make it invisible.
– K. Sopheak
Aug 24 '16 at 2:38
Did you mean to invisible your access point to others, so others will not able to see your wifi connection ?
– Prashant Rahate
Aug 24 '16 at 6:32
Yes, how to make the connection invisible?
– Rayann Nayran
May 10 '17 at 13:27
add a comment |
1.Go to Network Icon on top panel -> Edit Connections
2.Click the Add button in the pop-up window.
3.Choose Wi-Fi from the drop-down menu when you’re asked to choose a connection type.
4.In next window, do:
Type in a connection name. The name will be used later.
Type in a SSID
Select mode: Infrastructure
Device MAC address: select your wireless card from drop-down menu.
5.Go to Wi-Fi Security tab, select security type WPA & WPA2 Personal and set a password.
6.Go to IPv4 Settings tab, from Method drop-down box select Shared to other computers.
When done, click the save button.
After above steps, a configuration file created under /etc/NetworkManager/system-connections directory. File name is same to the connection name you typed in step 4.
Now press Ctrl + Alt + T on keyboard to open terminal. When it opens, paste the commands below and hit enter to edit the configuration file:
gksu gedit /etc/NetworkManager/system-connections/wifi-hotspot
Replace wifi-hotspt with the connection name you typed in step 4.
When the file opens, find out the line mode=infrastructure
and change it to mode=ap
. Finally save the file.
When everything’s done, enable WIFI from Network Manager icon on the panel. It should automatically connect to the hotspot you created. If not, select “Connect to Hidden Wi-Fi Network ...” and select it from the drop-down box.
Now you can search and connect the access point from your Android mobile...
1.Go to Network Icon on top panel -> Edit Connections
2.Click the Add button in the pop-up window.
3.Choose Wi-Fi from the drop-down menu when you’re asked to choose a connection type.
4.In next window, do:
Type in a connection name. The name will be used later.
Type in a SSID
Select mode: Infrastructure
Device MAC address: select your wireless card from drop-down menu.
5.Go to Wi-Fi Security tab, select security type WPA & WPA2 Personal and set a password.
6.Go to IPv4 Settings tab, from Method drop-down box select Shared to other computers.
When done, click the save button.
After above steps, a configuration file created under /etc/NetworkManager/system-connections directory. File name is same to the connection name you typed in step 4.
Now press Ctrl + Alt + T on keyboard to open terminal. When it opens, paste the commands below and hit enter to edit the configuration file:
gksu gedit /etc/NetworkManager/system-connections/wifi-hotspot
Replace wifi-hotspt with the connection name you typed in step 4.
When the file opens, find out the line mode=infrastructure
and change it to mode=ap
. Finally save the file.
When everything’s done, enable WIFI from Network Manager icon on the panel. It should automatically connect to the hotspot you created. If not, select “Connect to Hidden Wi-Fi Network ...” and select it from the drop-down box.
Now you can search and connect the access point from your Android mobile...
edited Jan 10 at 8:13
![](https://i.stack.imgur.com/qiqoM.jpg?s=32&g=1)
![](https://i.stack.imgur.com/qiqoM.jpg?s=32&g=1)
K. Sopheak
78112
78112
answered Aug 22 '16 at 10:43
Prashant RahatePrashant Rahate
538
538
Is there anyway I can hidden this AP? I mean, make it invisible.
– K. Sopheak
Aug 24 '16 at 2:38
Did you mean to invisible your access point to others, so others will not able to see your wifi connection ?
– Prashant Rahate
Aug 24 '16 at 6:32
Yes, how to make the connection invisible?
– Rayann Nayran
May 10 '17 at 13:27
add a comment |
Is there anyway I can hidden this AP? I mean, make it invisible.
– K. Sopheak
Aug 24 '16 at 2:38
Did you mean to invisible your access point to others, so others will not able to see your wifi connection ?
– Prashant Rahate
Aug 24 '16 at 6:32
Yes, how to make the connection invisible?
– Rayann Nayran
May 10 '17 at 13:27
Is there anyway I can hidden this AP? I mean, make it invisible.
– K. Sopheak
Aug 24 '16 at 2:38
Is there anyway I can hidden this AP? I mean, make it invisible.
– K. Sopheak
Aug 24 '16 at 2:38
Did you mean to invisible your access point to others, so others will not able to see your wifi connection ?
– Prashant Rahate
Aug 24 '16 at 6:32
Did you mean to invisible your access point to others, so others will not able to see your wifi connection ?
– Prashant Rahate
Aug 24 '16 at 6:32
Yes, how to make the connection invisible?
– Rayann Nayran
May 10 '17 at 13:27
Yes, how to make the connection invisible?
– Rayann Nayran
May 10 '17 at 13:27
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f815299%2fhow-to-create-wifi-hotspot-from-ethernet-network%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