Page 1 of 5 123 ... LastLast
Results 1 to 10 of 49

Thread: How to find my server ip?

  1. #1
    Join Date
    Jul 2012
    Beans
    31

    How to find my server ip?

    I just installed 10.10 server and webmin but i dont know how to find what my server ip is so i can login to webmin from my desktop pc.

    Thanks
    Last edited by targett; July 31st, 2012 at 01:40 PM. Reason: typo

  2. #2

    Re: How to find my server ip?

    try
    Code:
    https://localhost:10000
    Windows assumes the user is an idiot.
    Linux demands proof.

  3. #3
    Join Date
    Sep 2011
    Location
    Behind you!
    Beans
    1,690
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: How to find my server ip?

    So you setup a server and let it use DHCP?

    If you can access the console, type "ifconfig" and it will show a summary of the network connections you have. Typically, eth0 is your network card and "lo" is the local (internal only) loopback device. Look at the eth0 (or whatever) device and see what the "inet addr" is set to.

    I'd recommend changing your dynamic IP (DHCP) to a static IP so you always know where to access your server remotely (from your desktop PC). The IP would need to be similar to what the DHCP server sends out but in a range where the DHCP server will not overlap. For example, if your DHCP server hands out 192.168.1.2, 192.168.1.3, etc. addresses, use a high number such as 192.168.1.200 for your static IP.

    LHammonds

  4. #4
    Join Date
    Jul 2012
    Beans
    31

    Re: How to find my server ip?

    Thanks i will try these later, on my dlink router it let me set up a DNS for free. I chose targett.dlinkddns.com hopfully there is away i can set it up so i just type that address in to access my server from over the internet?

    Thanks again

  5. #5
    Join Date
    Jul 2012
    Beans
    31

    Re: How to find my server ip?

    right even when i put in the ip 192.168.1.101 i still get nothing. Any ideas? or https://localhost:10000 dont work eather

  6. #6
    Join Date
    May 2007
    Beans
    2,342

    Re: How to find my server ip?

    Hi,

    from the terminal type

    ifconfig

    Regards
    Ian Dobson
    Walking on water and writing software to specification is easy if they're frozen.

    My corner of the internet http://www.planet-ian.com

  7. #7
    Join Date
    Jul 2012
    Beans
    31

    Re: How to find my server ip?

    Quote Originally Posted by ian dobson View Post
    Hi,

    from the terminal type

    ifconfig

    Regards
    Ian Dobson
    Hi, ive done that and it says 192.168.0.103 but when i type that in my browser i get nothing, so im a tad lost lol

  8. #8
    Join Date
    Aug 2009
    Beans
    34

    Re: How to find my server ip?

    The address you need depends on whether you are trying to access it from your LAN or from the Internet. If it's from your LAN then the 192 address should work. If it's from the internet you will need the external IP of your router and the port forwarded on the router to the server for the service you are trying to access from the internet.

    Regards,
    Neil

  9. #9
    Join Date
    Jul 2012
    Beans
    31

    Re: How to find my server ip?

    it is from my home pc i followed this guide http://aminesoft.wordpress.com/2009/...ubuntu-server/
    Think im going to reinstall the server 10.10 and start again

  10. #10
    Join Date
    Aug 2009
    Beans
    34

    Re: How to find my server ip?

    So just for clarification you are trying to access your server locally from a PC on the same network as the server?

Page 1 of 5 123 ... 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
  •