A geeky question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mjolinor
    V.I.P. VIC
    • Jan 2009
    • 1093

    #1

    A geeky question

    Can you tell which OS is installed on server 192.168.11.12 (please explain your answer)?

    [user1@srv ~]$ ping -c 2 192.168.11.12

    PING 192.168.31.12 (192.168.11.12) 56(84) bytes of data.

    64 bytes from 192.168.11.12: icmp_seq=1 ttl=122 time=0.155 ms

    64 bytes from 192.168.11.12: icmp_seq=2 ttl=122 time=0.143 ms



    a. Windows;

    b. Linux;

    c. FreeBSD.
  • Shady
    Shite Link King
    • Dec 2010
    • 6404

    #2
    freebsd, cos ive pinged windows and linux and i dont remember them looking like that
    Fave replies from various threads

    1: What the fff is all that about??? All that crap below your reply I mean, get a life mate
    2: no info on google abt the pace sv5 rang asda they have no idea what i was talking about,
    3: Your total contribution to this forum, bordering on trolling, seems to have been a collection of snipes, one liners & asterisked expletives





    Comment

    • xdamdamx
      DK Veteran
      • Dec 2010
      • 563

      #3
      windows returns 128 as TTL , so after few hops you get 122, the time is short so it's impossible to be a unix machine (TTL 255 )

      Comment

      • Egren71
        Top Poster
        • Jul 2010
        • 111

        #4
        I don't think so. The machine you are pinging just replies, the way the reply is displayed is dependent upon the machine doing the ping.
        All that the information you have posted is telling us is that most likely the machine you are pinging from is a Linux machine. Although that may not even be correct due to the number of Operating systems around.
        I tried to ping the same address from a Windows XP machine, a Mac, and a Linux machine. Couldn't try FreeBSD or Vista or Win7 as i don't have a virtual machine of them at the moment.
        The only one that gives a reply in the format you posted is the Linux machine. The Mac is close but not identical, and you can't 'ping -c 2 192.168.11.12' from XP.
        So as i said no i don't think you can it will only tell you what your machine is.
        But as i put in most of my answers i may be wrong and someone may know better than me.

        Comment

        • Mjolinor
          V.I.P. VIC
          • Jan 2009
          • 1093

          #5
          Originally posted by xdamdamx
          windows returns 128 as TTL , so after few hops you get 122, the time is short so it's impossible to be a unix machine (TTL 255 )
          That is correct.

          I don't think so. The machine you are pinging just replies, the way the reply is displayed is dependent upon the machine doing the ping.
          All that the information you have posted is telling us is that most likely the machine you are pinging from is a Linux machine. Although that may not even be correct due to the number of Operating systems around.
          I tried to ping the same address from a Windows XP machine, a Mac, and a Linux machine. Couldn't try FreeBSD or Vista or Win7 as i don't have a virtual machine of them at the moment.
          The only one that gives a reply in the format you posted is the Linux machine. The Mac is close but not identical, and you can't 'ping -c 2 192.168.11.12' from XP.
          So as i said no i don't think you can it will only tell you what your machine is.
          But as i put in most of my answers i may be wrong and someone may know better than me.
          Asking about the remote machine, not the local one. The one doing the pinging is Linux because of the format.

          Comment

          • xdamdamx
            DK Veteran
            • Dec 2010
            • 563

            #6
            Exactly, of course it's fully configurable, it's possible to change TTL in Windows Registry , as well as in Linux config files

            Comment

            • dctyper
              V.I.P. Member
              • Jun 2008
              • 2539

              #7
              use nmap to find out what it is running

              dc
              Wavefield Ds 55cm at 13E 19E and 28E receiving everything out there on 2 dm800hd

              previous life dm800hd and 500c on cable screw you nag3


              Comment

              • TheCoder
                DK Veteran
                • Jun 2011
                • 693

                #8
                Originally posted by Mjolinor
                Can you tell which OS is installed on server 192.168.11.12 (please explain your answer)?

                [user1@srv ~]$ ping -c 2 192.168.11.12

                PING 192.168.31.12 (192.168.11.12) 56(84) bytes of data.

                64 bytes from 192.168.11.12: icmp_seq=1 ttl=122 time=0.155 ms

                64 bytes from 192.168.11.12: icmp_seq=2 ttl=122 time=0.143 ms



                a. Windows;

                b. Linux;

                c. FreeBSD.
                Apart from saying that its all on a non-publically-routed intranet in this case, there's not really much info you can derive about a server from a ping.

                As the address is non-routed, nobody else but others within your network can derive further info.

                Comment

                Working...