public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Network Config Via Text Console
@  Daniel C
   ` Janina Sajka
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel C @  UTC (permalink / raw)
  To: 'Speakup is a screen review system for Linux.'

Hi list,
 
Does anyone know how to configure network settings via the text console of
Fedora7?
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.488 / Virus Database: 269.14.4/1057 - Release Date: 10/8/2007
9:04 AM
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Network Config Via Text Console
   Network Config Via Text Console Daniel C
@  ` Janina Sajka
  0 siblings, 0 replies; 2+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Network Config Via Text Console Daniel C
 ` Janina Sajka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).