How to figure out the correct IP Address(es) during installation?

Discussion in 'HOWTO-Related Questions' started by scgrif32, Dec 3, 2005.

  1. scgrif32

    scgrif32 New Member

    I am a newbie to Linux :D and found "The Perfect Setup - Fedora Core 4" :eek: tutorial. I am curious about the IP address section when configuring eth0? Where did you find the IP address or better yet how did you figure out the correct IP ADDRESSES? I know some of you might be laughing at me, but I truly don't get it? Did you just create it out of the blue or are there commands to figure that out? If so, how when you are applying the IP address during the actual configuration of the FC4 installation. I have a Linksys router which is my firewall as well as am hoping that someone can point me in the right direction soon.

    Keep up the great work. You guys rock...

    Thanks,

    Shawn AKA Bio32nicle...
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You can't simply make up an IP address, you have to take an IP address that's in your network and is free.

    Example: your router has the internal IP address 192.168.0.1 and uses 192.168.0.200 - 192.168.0.254 for DHCP. Then you could for example take 192.168.0.100 for your server (unless that IP address is used by another system in your network); the network is 192.168.0.0, the broadcast 192.168.0.255, the netmask 255.255.255.0, and the gateway 192.168.0.1.

    You could also take 192.168.0.210 for example, but as this IP address is in the router's DHCP range, it is possible that the router assigns this IP address to another system in your network, and then the two systems collide...
     

Share This Page