From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from opera.rednote.net ([74.53.93.34]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1Ieuv9-0000aA-00 for ; Mon, 08 Oct 2007 11:53:27 -0400 Received: from opera.rednote.net (localhost.localdomain [127.0.0.1]) by opera.rednote.net (8.14.1/8.14.1) with ESMTP id l98FrQ3S010714 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 8 Oct 2007 15:53:26 GMT Received: (from janina@localhost) by opera.rednote.net (8.14.1/8.14.1/Submit) id l98FrQ0n010713 for speakup@braille.uwo.ca; Mon, 8 Oct 2007 11:53:26 -0400 Date: Mon, 8 Oct 2007 11:53:26 -0400 From: Janina Sajka To: "Speakup is a screen review system for Linux." Subject: Re: Network Config Via Text Console Message-ID: <20071008155326.GG6341@rednote.net> References: <000001c809c0$8b6daa50$649674ac@PDMainserver> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <000001c809c0$8b6daa50$649674ac@PDMainserver> X-Operating-System: Linux opera.rednote.net 2.6.21-1.3228.fc7spk Organization: Capital Accessibility LLC (http://www.CapitalAccessibility.com) X-PGP-Key: http://www.CapitalAccessibility.com/JaninaSajka_gpg_key.html User-Agent: Mutt/1.5.14 (2007-02-12) X-Virus-Scanned: ClamAV 0.91.2/4502/Mon Oct 8 01:52:34 2007 on opera.rednote.net X-Virus-Status: Clean X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2007 15:53:27 -0000 Daniel C writes: > Hi list, > > Does anyone know how to configure network settings via the text console of > Fedora7? Sure. The configurations live in /etc, /etc/sysconfig and /etc/sysconfig/network-scripts. You want to learn several commands such as: service network restart ifup ifdown ifconfig [device] [address] netmask [netmask] Example: ifconfig eth0 192.168.1.100 netmask 255.255.255.0 And, you want to learn the route command, ex: route add default gw 192.168.1.1 eth0 If using dhcp, you want to do something like: dhclient eth0 Janina