Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 49

Thread: How to find my server ip?

  1. #11
    Join Date
    Jul 2012
    Beans
    31

    Re: How to find my server ip?

    yes, when i type ifconfig i get the following

    inet addr:192.168.0.103

  2. #12
    Join Date
    Aug 2009
    Beans
    34

    Re: How to find my server ip?

    And you tried typing in http://192.168.0.103:10000/ in your browser? If that doesn't work try typing netstat -l in the terminal on the server and look at the results for the "Active Internet connection (only servers)" section if there isn't a *:10000 listed in the local address list then it is likely that webmin isn't running or the install didn't finish properly. If it is listed you might have a problem with your firewall blocking outside connections to the server.

  3. #13
    Join Date
    Jul 2012
    Beans
    31

    Re: How to find my server ip?

    Quote Originally Posted by nbetham View Post
    And you tried typing in http://192.168.0.103:10000/ in your browser? If that doesn't work try typing netstat -l in the terminal on the server and look at the results for the "Active Internet connection (only servers)" section if there isn't a *:10000 listed in the local address list then it is likely that webmin isn't running or the install didn't finish properly. If it is listed you might have a problem with your firewall blocking outside connections to the server.
    in local address i have the following...

    tcp 0 0 *:ssh
    tcp6 0 0 [::]:ssh
    udp 0 0 *:bootpc

  4. #14
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How to find my server ip?

    Could you post the output of:
    Code:
    ps ax | grep webmin

  5. #15
    Join Date
    Jul 2012
    Beans
    31

    Re: How to find my server ip?

    Quote Originally Posted by ubudog View Post
    Could you post the output of:
    Code:
    ps ax | grep webmin
    936 tty1 S+ 0:00 grep --color=auto webmin

  6. #16
    Join Date
    Aug 2009
    Beans
    34

    Re: How to find my server ip?

    Ok so judging by the looks of that netstat Webmin isn't running. If it was you should see an entry for *.10000 . I would try 'sudo service webmin restart' and try accessing the ip:10000 in the web browser again and check netstat again to see if it is actually listening on 10000.

  7. #17
    Join Date
    Jul 2012
    Beans
    31

    Re: How to find my server ip?

    Quote Originally Posted by nbetham View Post
    Ok so judging by the looks of that netstat Webmin isn't running. If it was you should see an entry for *.10000 . I would try 'sudo service webmin restart' and try accessing the ip:10000 in the web browser again and check netstat again to see if it is actually listening on 10000.
    When i type sudo service webmin restart i get webmin: unreconized service

  8. #18

    Re: How to find my server ip?

    try "sudo service webmind restart"
    Windows assumes the user is an idiot.
    Linux demands proof.

  9. #19
    Join Date
    Jul 2012
    Beans
    31

    Re: How to find my server ip?

    Quote Originally Posted by Habitual View Post
    try "sudo service webmind restart"
    Same unrecognized service

    Is there away to see if webmin is actually installed?
    Last edited by targett; July 31st, 2012 at 07:11 PM. Reason: added txt

  10. #20
    Join Date
    Aug 2009
    Beans
    34

    Re: How to find my server ip?

    Quote Originally Posted by targett View Post
    Same unrecognized service

    Is there away to see if webmin is actually installed?
    dpkg --get-selections

Page 2 of 5 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •