How to set up an Internet Connection in Linux Mint?











up vote
3
down vote

favorite
1












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.










share|improve this question
















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.















  • 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















up vote
3
down vote

favorite
1












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.










share|improve this question
















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.















  • 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













up vote
3
down vote

favorite
1









up vote
3
down vote

favorite
1






1





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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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.














  • 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


















  • 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
















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










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.






share|improve this answer





















  • 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


















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






share|improve this answer





















    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
    });


    }
    });














    draft saved

    draft discarded


















    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.






    share|improve this answer





















    • 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















    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.






    share|improve this answer





















    • 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













    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.






    share|improve this answer












    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.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    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


















    • 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












    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






    share|improve this answer

























      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






      share|improve this answer























        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






        share|improve this answer












        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







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 15 '14 at 19:28









        unixmiah

        326110




        326110






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            サソリ

            広島県道265号伴広島線

            Setup Asymptote in Texstudio