RE: (solved) changing ip address from command prompt

2002-12-27 Thread Patrick Law
bject: Re: changing ip address from command prompt   Patrick, Usually you will need to change more than just the IP (hostname, DNS, DHCP, etc.) so all the following files control network-related events. You will need to edit (as root): /etc/hosts /etc/resolv.conf /etc/syscnfig/network /stc/sysc

Re: changing ip address from command prompt

2002-12-27 Thread Mike Burger
Try "neat" Otherwise, edit /etc/sysconfig/network-scripts/ifcfg-eth0 On Sat, 28 Dec 2002, Patrick Law wrote: > Hi guys, > > Anyone knows how to change IP address if I don't have GUI installed? Which > configuration files to edit? > > -Patrick > -- Mike Burger http://www.bubbanfriends.org

Re: changing ip address from command prompt

2002-12-27 Thread Peter Davie
Patrick, Usually you will need to change more than just the IP (hostname, DNS, DHCP, etc.) so all the following files control network-related events. You will need to edit (as root): /etc/hosts /etc/resolv.conf /etc/syscnfig/network /stc/sysconfig/network-scripts/ifcfg-eth0 Hope that helps.

Re: changing ip address from command prompt

2002-12-27 Thread Walker Aumann
Patrick Law wrote: > Hi guys, > > Anyone knows how to change IP address if I don't have GUI installed? Which > configuration files to edit? /etc/sysconfig/network-scripts/ifcfg-eth* Then run "ifup ethX" where X is the appropriate interface number. -- redhat-list mailing list unsubscribe mai

changing ip address from command prompt

2002-12-27 Thread Patrick Law
Hi guys,   Anyone knows how to change IP address if I don't have GUI installed? Which configuration files to edit?   -Patrick