Solaris 11 zones, networking and blocked ports

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











up vote
3
down vote

favorite












Our Solaris admin quit. We are building a new system. I have been tasked to help.



I have a Solaris box with a global zone and 15 non-global zones.
Some NGZs can ssh to other NGZ. Many cannot ssh at all. I can zlogin from GZ to all NGZ.



Here is how I have tried to troubleshoot:




1) copy a master hosts file to all zones
2) ssh -vvv somehost* (for problem zones this hangs at " debug2: ssh_connect: needpriv 0 debug1: Connecting to x.x.x.x [x.x.x.x] port 22."
3) telnet somehost 22 (for problem zones this never connects)



One last caveat: I was told there was a firewall NGZ built in the original design that was never implemented, but no way to prove it.



How can I track down the source blocking these ports







share|improve this question
















  • 1




    I think you may want this article: docs.oracle.com/cd/E19044-01/sol.containers/817-1592/… Specifically the "Shared-IP Network Interfaces" section.
    – Jesse_b
    Oct 27 '17 at 20:09














up vote
3
down vote

favorite












Our Solaris admin quit. We are building a new system. I have been tasked to help.



I have a Solaris box with a global zone and 15 non-global zones.
Some NGZs can ssh to other NGZ. Many cannot ssh at all. I can zlogin from GZ to all NGZ.



Here is how I have tried to troubleshoot:




1) copy a master hosts file to all zones
2) ssh -vvv somehost* (for problem zones this hangs at " debug2: ssh_connect: needpriv 0 debug1: Connecting to x.x.x.x [x.x.x.x] port 22."
3) telnet somehost 22 (for problem zones this never connects)



One last caveat: I was told there was a firewall NGZ built in the original design that was never implemented, but no way to prove it.



How can I track down the source blocking these ports







share|improve this question
















  • 1




    I think you may want this article: docs.oracle.com/cd/E19044-01/sol.containers/817-1592/… Specifically the "Shared-IP Network Interfaces" section.
    – Jesse_b
    Oct 27 '17 at 20:09












up vote
3
down vote

favorite









up vote
3
down vote

favorite











Our Solaris admin quit. We are building a new system. I have been tasked to help.



I have a Solaris box with a global zone and 15 non-global zones.
Some NGZs can ssh to other NGZ. Many cannot ssh at all. I can zlogin from GZ to all NGZ.



Here is how I have tried to troubleshoot:




1) copy a master hosts file to all zones
2) ssh -vvv somehost* (for problem zones this hangs at " debug2: ssh_connect: needpriv 0 debug1: Connecting to x.x.x.x [x.x.x.x] port 22."
3) telnet somehost 22 (for problem zones this never connects)



One last caveat: I was told there was a firewall NGZ built in the original design that was never implemented, but no way to prove it.



How can I track down the source blocking these ports







share|improve this question












Our Solaris admin quit. We are building a new system. I have been tasked to help.



I have a Solaris box with a global zone and 15 non-global zones.
Some NGZs can ssh to other NGZ. Many cannot ssh at all. I can zlogin from GZ to all NGZ.



Here is how I have tried to troubleshoot:




1) copy a master hosts file to all zones
2) ssh -vvv somehost* (for problem zones this hangs at " debug2: ssh_connect: needpriv 0 debug1: Connecting to x.x.x.x [x.x.x.x] port 22."
3) telnet somehost 22 (for problem zones this never connects)



One last caveat: I was told there was a firewall NGZ built in the original design that was never implemented, but no way to prove it.



How can I track down the source blocking these ports









share|improve this question











share|improve this question




share|improve this question










asked Oct 27 '17 at 19:56









Marinaio

898




898







  • 1




    I think you may want this article: docs.oracle.com/cd/E19044-01/sol.containers/817-1592/… Specifically the "Shared-IP Network Interfaces" section.
    – Jesse_b
    Oct 27 '17 at 20:09












  • 1




    I think you may want this article: docs.oracle.com/cd/E19044-01/sol.containers/817-1592/… Specifically the "Shared-IP Network Interfaces" section.
    – Jesse_b
    Oct 27 '17 at 20:09







1




1




I think you may want this article: docs.oracle.com/cd/E19044-01/sol.containers/817-1592/… Specifically the "Shared-IP Network Interfaces" section.
– Jesse_b
Oct 27 '17 at 20:09




I think you may want this article: docs.oracle.com/cd/E19044-01/sol.containers/817-1592/… Specifically the "Shared-IP Network Interfaces" section.
– Jesse_b
Oct 27 '17 at 20:09










1 Answer
1






active

oldest

votes

















up vote
0
down vote













On the global zone, can you display the output of zoneadm list -iv?



Also, for you're problem zone, from the global as root, have you tried: zlogin -C <zone_name> to get to the zone's console? Perhaps it was never fully setup and will prompt you to do some configuration. If that's not it, at least you'll have a way to get into the zone to verify it's state (ie: svcs -xv; and looking at /var/adm/messages).






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%2f400956%2fsolaris-11-zones-networking-and-blocked-ports%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
    0
    down vote













    On the global zone, can you display the output of zoneadm list -iv?



    Also, for you're problem zone, from the global as root, have you tried: zlogin -C <zone_name> to get to the zone's console? Perhaps it was never fully setup and will prompt you to do some configuration. If that's not it, at least you'll have a way to get into the zone to verify it's state (ie: svcs -xv; and looking at /var/adm/messages).






    share|improve this answer
























      up vote
      0
      down vote













      On the global zone, can you display the output of zoneadm list -iv?



      Also, for you're problem zone, from the global as root, have you tried: zlogin -C <zone_name> to get to the zone's console? Perhaps it was never fully setup and will prompt you to do some configuration. If that's not it, at least you'll have a way to get into the zone to verify it's state (ie: svcs -xv; and looking at /var/adm/messages).






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        On the global zone, can you display the output of zoneadm list -iv?



        Also, for you're problem zone, from the global as root, have you tried: zlogin -C <zone_name> to get to the zone's console? Perhaps it was never fully setup and will prompt you to do some configuration. If that's not it, at least you'll have a way to get into the zone to verify it's state (ie: svcs -xv; and looking at /var/adm/messages).






        share|improve this answer












        On the global zone, can you display the output of zoneadm list -iv?



        Also, for you're problem zone, from the global as root, have you tried: zlogin -C <zone_name> to get to the zone's console? Perhaps it was never fully setup and will prompt you to do some configuration. If that's not it, at least you'll have a way to get into the zone to verify it's state (ie: svcs -xv; and looking at /var/adm/messages).







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 1 '17 at 17:28









        sleepyweasel

        86319




        86319



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f400956%2fsolaris-11-zones-networking-and-blocked-ports%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