View Full Version : Static IP Address
mmouer
2006-02-24, 11:50 AM CST
How do I assign a static IP address to my computer? FC4
Flyboy917
2006-02-24, 12:01 PM CST
How do I assign a static IP address to my computer? FC4
Desktop > Network Will get you to network settings.
pparks1
2006-02-24, 12:09 PM CST
From a command line perspective.
Modify /etc/sysconfig/network-scripts/ifcfg-eth0. Ensure that you have the following;
DEVICE=eth0
BOOTPROTO=static
IPADDR=x.x.x.x
NETMASK=x.x.x.x
ONBOOT=yes
TYPE=Ethernet
Then, modify /etc/sysconfig/network to set your default gateway. Line should read;
GATEWAY=x.x.x.x
service restart network
crypto76
2006-02-24, 01:40 PM CST
also you can run `setup` on the command line...then select "Network configuration"...then select Ethernet and enter your IP subnet, and gw
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.