LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Static IP configuration (https://www.linuxquestions.org/questions/linux-networking-3/static-ip-configuration-85513/)

anorman 08-25-2003 10:55 AM

Static IP configuration
 
Ok, here is the problem. I have just recently obtained a static ip from my isp. The info that I received from them was: IP, subnet, gateway, and DNS information. In a windows environment, I can enter this information in the TCP/IP settings and all is great. When I try to configure this connection on my linux box running Redhat 9, I get nothing, and I have no idea what the problem is. I have both used the command line to configure it and the GUI that came with Redhat. What exactly is the broadcast address and is it vital to the connection running at all? There is no mention of a broadcast address in windows. Can anyone give me some insight as to what is wrong?

Thanks,

-Albert

Mathieu 08-25-2003 02:38 PM

I need more information.
What type of internet connection do you have ? (DSL, cable modem, etc)

Can you post the output of the following commands:
Code:

service network status
route -n


dubman 08-25-2003 03:20 PM

configure your /etc/sysconfig/network-scripts/ifcfg-eth0 (or eth? whatever your internet interface may be) with these static settings. These settings will be good for your next reboot. You shouldn't have to worry about your broadcast address.


All times are GMT -5. The time now is 10:02 AM.