Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Please help

  1. #1
    Join Date
    Apr 2010
    Beans
    11

    Question Please help

    I really need a little help. I am setting my own server mostly for fun and I dont understand the blank.com part of my host name or how to figure it out. when setting up the server i used the host name "server1" i know to use "ifconfig" and "route -n" but if my ip adress is 192.168.1.8 then can I set that as my static ip. im very new to the server thing but i am going to school to be a network admin so i wanted to get a jump start on things any help would be great.

  2. #2
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Please help

    Are you behind a router, then yes you can set that as your static ip and enable port forwarding from the router.

  3. #3
    Join Date
    Apr 2010
    Beans
    11

    Re: Please help

    What about the host name I know it would be server1.something.com I used whatsmyip.com and that told me is was my external ip.dns.mn.us.charter.com or something g like that so would my host name be server1.dns.mn.us.charter.com? For the router forwarding do I just need to tell my router that I'm setting a static ip and what it is? I have a netgear router.

  4. #4
    Join Date
    Jun 2007
    Location
    China
    Beans
    996
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Please help

    For lots of things such as squid the server will need a fully qualified domain name in hosts like:

    192.168.1.8 server1.mroy.com

    you can add more such as 192.168.1.8 server1.mroy.com serve1

  5. #5
    Join Date
    Mar 2010
    Location
    Maine, US
    Beans
    117
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Please help

    What kind of server is this? What is your endgame? Depending on what you're trying to accomplish we'll have some different (more specific) advice for you.

    What kind of server are you trying to setup?
    Who will be accessing your server?
    Will you need to access your server when you are not on your local LAN (for example should your server be visible to the rest of the world, or just you at home?)?
    What software are you using to setup your server?
    Ubuntu 10.04
    Phenom II 955BE - Radeon 4870x2 - 8GB DDR3 - 2x Barracuda 1.5TB RAID 1 - Barracuda 750 GB - WB Green 1TB
    www.jellisontech.com

  6. #6
    Join Date
    Apr 2010
    Beans
    11

    Re: Please help

    ok so how would i go about making it that 192.168.1.8 server1.mroy.com or whatever. I installed ubuntu server 9.10 and so far I can SSH with it but for the rest of the setup i need the host name ip address and gateway. and the only thing im missing is my host name I know the way its set up it needs to be like server1.example.com

  7. #7
    Join Date
    Apr 2010
    Beans
    11

    Re: Please help

    I want a home server and basicly i want to have a external HDD on the server where i will put all my files.

    I am using ubuntu server 9.10.

    I will be accessing the server right now but possibly other family members etc. in the future.

    I want to be able to access my server no matter where I am or what computer I am on. However I would like to stay away from paying for a domain name or something like that.

    Maybe this will help

  8. #8
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Please help

    What does this tell us:

    Code:
    cat /etc/hosts
    Code:
    cat /etc/hostname

  9. #9
    Join Date
    Mar 2010
    Location
    Maine, US
    Beans
    117
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Please help

    Ok, so you want a home file server that you can access from anywhere to access your files.

    There are a couple of ways to do this. This can be done through FTP or HTTP.

    For FTP use something like FileZilla - there are plenty of tutorials on setting up a FileZilla FTP server.

    For HTTP, use Apache, there are plenty of tutorials for setting up Apache to serve files.

    Configuration for both:

    Sign up for a dynamic dns service. I use http://www.dyndns.com/ but there are many out there. They will give you a generic domain name (like yourname.homeip.net or something) and a client that will update your domain name with your ip address from your ISP. Most of these services are free of charge for the basic DNS service (which is all you need).

    Now you have to configure your router. For FTP forward port 21, for HTTP forward port 80. You'll need to access your home router and configure it to forward the port needed to your computer. There are many tutorials on this as well, a good place to start is portforward.com. They have tutorials for many different brands of routers.

    Let me know if you have other questions.
    Ubuntu 10.04
    Phenom II 955BE - Radeon 4870x2 - 8GB DDR3 - 2x Barracuda 1.5TB RAID 1 - Barracuda 750 GB - WB Green 1TB
    www.jellisontech.com

  10. #10
    Join Date
    Apr 2010
    Beans
    11

    Re: Please help

    I am looking at DynDNS.com and when it does the ip address part i have a question I am on my workstation and the server has no GUI or as far as i know internet application so it tries to use the ip of my workstation. also it uses external ip address so how do I figure the ip of my server. all i know is ifconfig maybe im missing something

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •