How to set up an Internet Connection in Linux Mint?
up vote
3
down vote
favorite
My machine has wired Internet connection with Windows 7 OS. In connection properties I see
service name : ispone
obtain IP address automatically
obtain DNS server address automatically
How do I step above connection in Linux Mint (16 Cinnamon, installed on USB (16 GB))
What I have tried
dhclient
/etc/dhcp3/dhclient.cof
sudo gedit /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
sudo ifconfig eth0 down
sudo ifconfig eth0 up
but nothing works.
networking linux-mint
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
3
down vote
favorite
My machine has wired Internet connection with Windows 7 OS. In connection properties I see
service name : ispone
obtain IP address automatically
obtain DNS server address automatically
How do I step above connection in Linux Mint (16 Cinnamon, installed on USB (16 GB))
What I have tried
dhclient
/etc/dhcp3/dhclient.cof
sudo gedit /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
sudo ifconfig eth0 down
sudo ifconfig eth0 up
but nothing works.
networking linux-mint
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Runtcpdump -i eth0 -n
in another shell. Executedhclient
whiletcpdump
runs and add thetcpdump
output to your question.
– Hauke Laging
May 30 '14 at 17:58
Why aren't you using NetworkManager to mange your network connections?
– slm♦
May 31 '14 at 8:17
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
My machine has wired Internet connection with Windows 7 OS. In connection properties I see
service name : ispone
obtain IP address automatically
obtain DNS server address automatically
How do I step above connection in Linux Mint (16 Cinnamon, installed on USB (16 GB))
What I have tried
dhclient
/etc/dhcp3/dhclient.cof
sudo gedit /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
sudo ifconfig eth0 down
sudo ifconfig eth0 up
but nothing works.
networking linux-mint
My machine has wired Internet connection with Windows 7 OS. In connection properties I see
service name : ispone
obtain IP address automatically
obtain DNS server address automatically
How do I step above connection in Linux Mint (16 Cinnamon, installed on USB (16 GB))
What I have tried
dhclient
/etc/dhcp3/dhclient.cof
sudo gedit /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
sudo ifconfig eth0 down
sudo ifconfig eth0 up
but nothing works.
networking linux-mint
networking linux-mint
edited May 30 '14 at 18:05
Braiam
23k1975137
23k1975137
asked May 30 '14 at 17:26
msinfo
116112
116112
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Runtcpdump -i eth0 -n
in another shell. Executedhclient
whiletcpdump
runs and add thetcpdump
output to your question.
– Hauke Laging
May 30 '14 at 17:58
Why aren't you using NetworkManager to mange your network connections?
– slm♦
May 31 '14 at 8:17
add a comment |
Runtcpdump -i eth0 -n
in another shell. Executedhclient
whiletcpdump
runs and add thetcpdump
output to your question.
– Hauke Laging
May 30 '14 at 17:58
Why aren't you using NetworkManager to mange your network connections?
– slm♦
May 31 '14 at 8:17
Run
tcpdump -i eth0 -n
in another shell. Execute dhclient
while tcpdump
runs and add the tcpdump
output to your question.– Hauke Laging
May 30 '14 at 17:58
Run
tcpdump -i eth0 -n
in another shell. Execute dhclient
while tcpdump
runs and add the tcpdump
output to your question.– Hauke Laging
May 30 '14 at 17:58
Why aren't you using NetworkManager to mange your network connections?
– slm♦
May 31 '14 at 8:17
Why aren't you using NetworkManager to mange your network connections?
– slm♦
May 31 '14 at 8:17
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
OK!
I also have been trying to get tech support from my ISP. Two days ago, the tech person came, and did following:
Preferences > Network Connections > Add >
Choose connection type (Select DSL) > Create >
DSL (tab) > Username > your username >
Service (given by ISP) > Password (your password)
I was selecting Etherent instead of DSL, which was creating problems.
Thanks to those who tried helping out.
Which version of Linux Mint do you use? I use 17.2, but there isn't any options called DSL
– maple
Sep 16 '15 at 7:31
add a comment |
up vote
0
down vote
You don't need to do any of that. In some flavours of Linux Ehternet or Wifi internet connection isn't disabled but you need to enable it from the Network Properties.
Go to the top and find the icon that has Wired or Wifi network connection icon.
Right click and go to Edit Connections
From there Go to the Wired dropdown and locate your eth0
Click on Edit and select Connect Automatically
it will run commands in the background and will get you connected to the internet
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f132747%2fhow-to-set-up-an-internet-connection-in-linux-mint%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
OK!
I also have been trying to get tech support from my ISP. Two days ago, the tech person came, and did following:
Preferences > Network Connections > Add >
Choose connection type (Select DSL) > Create >
DSL (tab) > Username > your username >
Service (given by ISP) > Password (your password)
I was selecting Etherent instead of DSL, which was creating problems.
Thanks to those who tried helping out.
Which version of Linux Mint do you use? I use 17.2, but there isn't any options called DSL
– maple
Sep 16 '15 at 7:31
add a comment |
up vote
0
down vote
OK!
I also have been trying to get tech support from my ISP. Two days ago, the tech person came, and did following:
Preferences > Network Connections > Add >
Choose connection type (Select DSL) > Create >
DSL (tab) > Username > your username >
Service (given by ISP) > Password (your password)
I was selecting Etherent instead of DSL, which was creating problems.
Thanks to those who tried helping out.
Which version of Linux Mint do you use? I use 17.2, but there isn't any options called DSL
– maple
Sep 16 '15 at 7:31
add a comment |
up vote
0
down vote
up vote
0
down vote
OK!
I also have been trying to get tech support from my ISP. Two days ago, the tech person came, and did following:
Preferences > Network Connections > Add >
Choose connection type (Select DSL) > Create >
DSL (tab) > Username > your username >
Service (given by ISP) > Password (your password)
I was selecting Etherent instead of DSL, which was creating problems.
Thanks to those who tried helping out.
OK!
I also have been trying to get tech support from my ISP. Two days ago, the tech person came, and did following:
Preferences > Network Connections > Add >
Choose connection type (Select DSL) > Create >
DSL (tab) > Username > your username >
Service (given by ISP) > Password (your password)
I was selecting Etherent instead of DSL, which was creating problems.
Thanks to those who tried helping out.
answered Jun 7 '14 at 11:30
msinfo
116112
116112
Which version of Linux Mint do you use? I use 17.2, but there isn't any options called DSL
– maple
Sep 16 '15 at 7:31
add a comment |
Which version of Linux Mint do you use? I use 17.2, but there isn't any options called DSL
– maple
Sep 16 '15 at 7:31
Which version of Linux Mint do you use? I use 17.2, but there isn't any options called DSL
– maple
Sep 16 '15 at 7:31
Which version of Linux Mint do you use? I use 17.2, but there isn't any options called DSL
– maple
Sep 16 '15 at 7:31
add a comment |
up vote
0
down vote
You don't need to do any of that. In some flavours of Linux Ehternet or Wifi internet connection isn't disabled but you need to enable it from the Network Properties.
Go to the top and find the icon that has Wired or Wifi network connection icon.
Right click and go to Edit Connections
From there Go to the Wired dropdown and locate your eth0
Click on Edit and select Connect Automatically
it will run commands in the background and will get you connected to the internet
add a comment |
up vote
0
down vote
You don't need to do any of that. In some flavours of Linux Ehternet or Wifi internet connection isn't disabled but you need to enable it from the Network Properties.
Go to the top and find the icon that has Wired or Wifi network connection icon.
Right click and go to Edit Connections
From there Go to the Wired dropdown and locate your eth0
Click on Edit and select Connect Automatically
it will run commands in the background and will get you connected to the internet
add a comment |
up vote
0
down vote
up vote
0
down vote
You don't need to do any of that. In some flavours of Linux Ehternet or Wifi internet connection isn't disabled but you need to enable it from the Network Properties.
Go to the top and find the icon that has Wired or Wifi network connection icon.
Right click and go to Edit Connections
From there Go to the Wired dropdown and locate your eth0
Click on Edit and select Connect Automatically
it will run commands in the background and will get you connected to the internet
You don't need to do any of that. In some flavours of Linux Ehternet or Wifi internet connection isn't disabled but you need to enable it from the Network Properties.
Go to the top and find the icon that has Wired or Wifi network connection icon.
Right click and go to Edit Connections
From there Go to the Wired dropdown and locate your eth0
Click on Edit and select Connect Automatically
it will run commands in the background and will get you connected to the internet
answered Dec 15 '14 at 19:28
unixmiah
326110
326110
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f132747%2fhow-to-set-up-an-internet-connection-in-linux-mint%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
Run
tcpdump -i eth0 -n
in another shell. Executedhclient
whiletcpdump
runs and add thetcpdump
output to your question.– Hauke Laging
May 30 '14 at 17:58
Why aren't you using NetworkManager to mange your network connections?
– slm♦
May 31 '14 at 8:17