LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   configuring network in debian (https://www.linuxquestions.org/questions/debian-26/configuring-network-in-debian-306643/)

Lipchitz 03-27-2005 09:29 AM

configuring network in debian?
 
hi,

if i boot (and install) debian woody from cd 1, in some step the installer ask me for configure (automatic) the network, if i choose yes the program show me the message: The network has been successfully configured using DHCP/BOOTP.

ok, the internet works !!!

question: how i can do the same step in text mode ? or, if i choose NO, how i can configure the network ? or, if i choose NO, how i can call de program again?

all this in text mode and the x-windows-system and kde is not installed

ty :)

auximini 03-27-2005 10:09 AM

The /etc/network/interfaces file is all you really need to work with to manually set up your network. For details on how to use it, read "man interfaces". It's a simple file, so no worries on not understanding it :)

Then when you are done editing, just do a /etc/init.d/networking restart and you're good to go.

Lipchitz 03-27-2005 10:26 AM

i will try that in this week , after that i post the result :)

ty

Dead Parrot 03-27-2005 10:32 AM

There are also some helper programs available:

pppconfig -- for configuring modem connections.
etherconf -- for configuring Ethernet connections.
pppoeconf -- for configuring PPPoE/ADSL connections.

You need to "su" to become root before you can use any of these programs.

harken 03-27-2005 11:04 AM

Also netenv might be added at the above list.


All times are GMT -5. The time now is 07:28 PM.