Re: two basic "new to Debian" questions: network config & RMS

From: Stefan Muthers (grau_at_tastensuppe.de)
Date: 06/30/05

  • Next message: Yupanqui Munoz: "4x SATA Ports via Marvell Controller etc"
    To: debian-user@lists.debian.org
    Date: Thu, 30 Jun 2005 16:52:11 +0200
    
    

    Hi,
    vineyard saker <vineyardsaker@gmail.com> schrieb:
    >
    > I just completed a switch from 5 years of Mandrake to Debian
    > GNU/Linux. The install went well, although I had to use a couple of
    > tricks to configure X and my soundcard. I now have to basic
    > questions:
    >
    > 1) during my install I was not connected to the Internet (I had
    > ordered the 14 Debian CDs from budgetlinuxcds) and I therefore did not

    If you got debian 3.1_r0 then your version has a little bug.
    Add
            http://security.debian.org/ stable/updates
    to your /etc/apt/sources.list so that you will be able to get security
    updates.

    > configure my network card. Now I would like to connect my computer to
    > the rest of my computers on a home network. What would you reccommend
    > as the best application to do this?

    I would edit /etc/networking/interfaces. Mine looks like this:

      __( '/etc/network/interfaces' )_______________________________________
     /
    | # This file describes the network interfaces available on your system
    | # and how to activate them. For more information, see interfaces(5).
    |
    | # The loopback network interface
    | auto lo
    | iface lo inet loopback
    |
    | auto eth0
    | iface eth0 inet static
    | address 192.168.0.3
    | netmask 255.255.255.0
    | broadcast 192.168.0.255
    | gateway 192.168.0.23
     \______________________________________________________________________
     
    for more see man interfaces.
    And, if you need to load some extra modules, add them to /etc/modules.

    Stefan

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Yupanqui Munoz: "4x SATA Ports via Marvell Controller etc"

    Relevant Pages

    • Re: New User- Network Problem
      ... The debian, all the others are working fine ... iface eth0 inet static ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
      (Debian-User)
    • Re: Items missing from the handbook and/or FAQs.
      ... >> network interfaces, IMO. ... > Note that Debian also uses ifconfig to configure wireless interfaces. ... > iwconfig is specific to certain Linux distributions. ... I've got a debian woody system sitting right here. ...
      (freebsd-questions)
    • Re: Network Interfaces Not Initialized On Boot
      ... I recently updated my Debian ... and I also built and installed a new 2.6.14 kernel. ... > regardless of what kernel I boot, none of my network interfaces will ... > initialize during boot, ...
      (Debian-User)
    • Re: ip / iproute obeleted? Secondary IPs vs. IP Aliases
      ... search in Debian packages shows that it belongs to "iproute". ... The Stable release of Debian is "stable" meaning that the packages are ... Systems that do not have network interfaces ... It would seem reasonable to lobby to have the debian-installer install ...
      (Debian-User)
    • Re: Cable modem configuration -- DHCP? (was Re: internet)
      ... >>How can I get debian to recognize my internet connection? ... > Very likely your cable modem/gateway uses DHCP to provide internal ... # The first network card - this entry was created during the Debian ... iface eth0 inet dhcp ...
      (Debian-User)