For a one-time modification (on eth0, you might have to adapt the settings), lost after reboot:
ifconfig eth0 10.0.0.1 netmask 255.0.0.0 broadcast 10.255.255.255
For a permanent change:
edit file /etc/sysconfig/network-scr
"/sbin/service network restart", and your permanent change will be in effect. You can also probably use ifup/ifdown to bring up/down your interfaces... See the RH7.3 reference guide:
http://www.redhat.com/docs
especially
http://www.redhat.com/docs
Main Topics
Browse All Topics





by: jar3817Posted on 2003-09-30 at 07:17:50ID: 9459458
in redhat you can use a program called "netconfig" to do that. just type that command at a prompt and fill in the blanks.
ipts/ifcfg -ethX file (where X is the number of the ethernet interface (if you only have 1 then it is 0)).
Or you could edit the /etc/sysconfig/network-scr