Unable to start firefox on centOs 6 from iterm2 on mac

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I have installed firefox and xauth on the centOs 6.6 server as follows:



sudo yum install firefox
sudo yum install xauth


On my mac, I am using iTerm2

On my iTerm2 session, I also exported my display as follows:



export DISPLAY=192.168.0.3:0.0


Then from my iTerm2 session I ssh to this centOs 6.6 server as follows:



ssh -Y server


Then in my centOs 6.6 server I try to start firefox as follows:



firefox&


Then I get after a long time the connection timed out error as follows:



$ firefox&
[1] 56352
$ connect 192.168.0.3 port 6000: Operation timed out


Can someone please help me fix this so that I can start firefox on centOs 6.6 using from iTerm2 on mac using ssh?







share|improve this question
















  • 1




    Do you have X11 running on your Mac?
    – muru
    Dec 15 '17 at 7:18














up vote
1
down vote

favorite












I have installed firefox and xauth on the centOs 6.6 server as follows:



sudo yum install firefox
sudo yum install xauth


On my mac, I am using iTerm2

On my iTerm2 session, I also exported my display as follows:



export DISPLAY=192.168.0.3:0.0


Then from my iTerm2 session I ssh to this centOs 6.6 server as follows:



ssh -Y server


Then in my centOs 6.6 server I try to start firefox as follows:



firefox&


Then I get after a long time the connection timed out error as follows:



$ firefox&
[1] 56352
$ connect 192.168.0.3 port 6000: Operation timed out


Can someone please help me fix this so that I can start firefox on centOs 6.6 using from iTerm2 on mac using ssh?







share|improve this question
















  • 1




    Do you have X11 running on your Mac?
    – muru
    Dec 15 '17 at 7:18












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I have installed firefox and xauth on the centOs 6.6 server as follows:



sudo yum install firefox
sudo yum install xauth


On my mac, I am using iTerm2

On my iTerm2 session, I also exported my display as follows:



export DISPLAY=192.168.0.3:0.0


Then from my iTerm2 session I ssh to this centOs 6.6 server as follows:



ssh -Y server


Then in my centOs 6.6 server I try to start firefox as follows:



firefox&


Then I get after a long time the connection timed out error as follows:



$ firefox&
[1] 56352
$ connect 192.168.0.3 port 6000: Operation timed out


Can someone please help me fix this so that I can start firefox on centOs 6.6 using from iTerm2 on mac using ssh?







share|improve this question












I have installed firefox and xauth on the centOs 6.6 server as follows:



sudo yum install firefox
sudo yum install xauth


On my mac, I am using iTerm2

On my iTerm2 session, I also exported my display as follows:



export DISPLAY=192.168.0.3:0.0


Then from my iTerm2 session I ssh to this centOs 6.6 server as follows:



ssh -Y server


Then in my centOs 6.6 server I try to start firefox as follows:



firefox&


Then I get after a long time the connection timed out error as follows:



$ firefox&
[1] 56352
$ connect 192.168.0.3 port 6000: Operation timed out


Can someone please help me fix this so that I can start firefox on centOs 6.6 using from iTerm2 on mac using ssh?









share|improve this question











share|improve this question




share|improve this question










asked Dec 15 '17 at 6:10









c g

61




61







  • 1




    Do you have X11 running on your Mac?
    – muru
    Dec 15 '17 at 7:18












  • 1




    Do you have X11 running on your Mac?
    – muru
    Dec 15 '17 at 7:18







1




1




Do you have X11 running on your Mac?
– muru
Dec 15 '17 at 7:18




Do you have X11 running on your Mac?
– muru
Dec 15 '17 at 7:18










1 Answer
1






active

oldest

votes

















up vote
1
down vote













Able to open firefox now.
But it is extremely slow

Anything I type in URL, it shows getting typed after big lag.

Same is for any form input values.

I wanted to use it for automation suite.

So probably its useless for any practical purpose.



Following steps worked for me:



1) On centOs server:



sudo yum install firefox
sudo yum install xauth


2) On Mac - installed XQuartz and opened its terminal.

Basically followed this link https://uisapp2.iu.edu/confluence-prd/pages/viewpage.action?pageId=280461906



Did not export DISPLAY this time on xterm on mac.



3) xhost +



4) ssh into the centos server from the xterm (from quartz) not iterm2:



ssh -Y server


5) Started firefox in centos from xterm:



firefox&





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: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    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%2f410988%2funable-to-start-firefox-on-centos-6-from-iterm2-on-mac%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    Able to open firefox now.
    But it is extremely slow

    Anything I type in URL, it shows getting typed after big lag.

    Same is for any form input values.

    I wanted to use it for automation suite.

    So probably its useless for any practical purpose.



    Following steps worked for me:



    1) On centOs server:



    sudo yum install firefox
    sudo yum install xauth


    2) On Mac - installed XQuartz and opened its terminal.

    Basically followed this link https://uisapp2.iu.edu/confluence-prd/pages/viewpage.action?pageId=280461906



    Did not export DISPLAY this time on xterm on mac.



    3) xhost +



    4) ssh into the centos server from the xterm (from quartz) not iterm2:



    ssh -Y server


    5) Started firefox in centos from xterm:



    firefox&





    share|improve this answer
























      up vote
      1
      down vote













      Able to open firefox now.
      But it is extremely slow

      Anything I type in URL, it shows getting typed after big lag.

      Same is for any form input values.

      I wanted to use it for automation suite.

      So probably its useless for any practical purpose.



      Following steps worked for me:



      1) On centOs server:



      sudo yum install firefox
      sudo yum install xauth


      2) On Mac - installed XQuartz and opened its terminal.

      Basically followed this link https://uisapp2.iu.edu/confluence-prd/pages/viewpage.action?pageId=280461906



      Did not export DISPLAY this time on xterm on mac.



      3) xhost +



      4) ssh into the centos server from the xterm (from quartz) not iterm2:



      ssh -Y server


      5) Started firefox in centos from xterm:



      firefox&





      share|improve this answer






















        up vote
        1
        down vote










        up vote
        1
        down vote









        Able to open firefox now.
        But it is extremely slow

        Anything I type in URL, it shows getting typed after big lag.

        Same is for any form input values.

        I wanted to use it for automation suite.

        So probably its useless for any practical purpose.



        Following steps worked for me:



        1) On centOs server:



        sudo yum install firefox
        sudo yum install xauth


        2) On Mac - installed XQuartz and opened its terminal.

        Basically followed this link https://uisapp2.iu.edu/confluence-prd/pages/viewpage.action?pageId=280461906



        Did not export DISPLAY this time on xterm on mac.



        3) xhost +



        4) ssh into the centos server from the xterm (from quartz) not iterm2:



        ssh -Y server


        5) Started firefox in centos from xterm:



        firefox&





        share|improve this answer












        Able to open firefox now.
        But it is extremely slow

        Anything I type in URL, it shows getting typed after big lag.

        Same is for any form input values.

        I wanted to use it for automation suite.

        So probably its useless for any practical purpose.



        Following steps worked for me:



        1) On centOs server:



        sudo yum install firefox
        sudo yum install xauth


        2) On Mac - installed XQuartz and opened its terminal.

        Basically followed this link https://uisapp2.iu.edu/confluence-prd/pages/viewpage.action?pageId=280461906



        Did not export DISPLAY this time on xterm on mac.



        3) xhost +



        4) ssh into the centos server from the xterm (from quartz) not iterm2:



        ssh -Y server


        5) Started firefox in centos from xterm:



        firefox&






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 15 '17 at 7:26









        c g

        111




        111






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f410988%2funable-to-start-firefox-on-centos-6-from-iterm2-on-mac%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay