Näytä kirjoitukset

Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.


Viestit - mj7.2

Sivuja: [1]
1
Laita tiedostot pppoed, start-pppoe ja stop-pppoe kansioon /usr/local/bin. Nuo tiedostot ovat varmaankin cd-levyllä.
Kyllä ne siellä on, mutta en ole löytänyt mistään ohjetta miten se tapahtuu Linuxissa. Jos kyseessä olisi Windows, ei asennusonkelmaa olisi. Kyllä tuo Linux tuntuu Winoon tottuneelle aivan ufolta, ja luulenpa että  Linux lähtee koneelta pois lähi päivinä, ei se ole tarkoitettu tällaiselle keskiverto käyttäjälle.

2
Niin ja muuten eikö sillä asennus-cd:llä ole jotain ohjetta/manuaalia?
On, selkeät paperiohjeet Wintoosalle, joita en ole koskaan tarvinnut. Linuxille löytyy ohjeet read.me-tiedostosta, tässä pätkä jota luulen ohjeeksi tähän ongelmaan:

2) INSTALLING

This outline of how to install was prepared for use on Red Hat Linux 5.2,
6.0, and 6.1.

Place files: pppoed, start-pppoe, and stop-pppoe in the directory
/usr/local/bin.Place files: pppoed, start-pppoe, and stop-pppoe in the directory
/usr/local/bin.

You can use a different binary directory, but you will need to reflect
those changes in the start-pppoe shell script.

Edit the shell script start-pppoe, follow the comments in the area marked off
as "User Changeable Area".  Be sure to put in your correct USERID in the
start-pppoe file.  If you were given a specific Service Name to use and/or
Access Concentrator, make those changes as well.

    Note, the execute bit on the files start-pppoe, stop-pppoe, and
    pppoed is essential for there operation.  Depending on your shell's
    umask setting you may lose some of the permission bits when you
    copy the files.  With some editors you may lose the execute bit
    everytime you edit a file like start-pppoe.  Use the chmod command
    (Example: "chmod ug+x start-pppoe") to restore the execute
    permissions to user and group.

Update /etc/ppp/chap-secrets and pap-secrets with your login UserID and
password information provided by your service provider.

Below are examples of pap-secrets file entries:

        # Secrets for Authentication using PAP   
        # Client    server      secret      IP address 
        myuserid    *           donttell    *

If you need more information about the pap-secrets or chap-secrets file see
the man pages for pppd. 

Place options.pppoe in the /etc/ppp directory.

If you do not have an Ethernet NIC installed, install one now.  Refer to
NET3-HOWTO or Linux-related documentation for help on setting up networking.
"ifconfig" can be used to list the network interfaces currently up and running
on you system.  Most network install procedures/programs/scripts will want an
IP address for the Ethernet NIC.  Use an address such as 10.1.1.1 from the
private address list.  Do not configure the NIC for DHCP or bootp.

The command line below is used to put the ethernet port in a usable state for
doing PPPoE.  This line is included in the start-ppppoe script:

    ifconfig eth0 0.0.0.0 up -broadcast -arp

This has the effect of stopping all IP activities on the ethernet interface,
thereby enabling it to send and receive only PPPoE packets.

   Note: Leaving an old IP address on any network interface
   that is of the same sub-network, as the one your PPPoE
   connection uses, may cause either connection failure or
   routing confusion.  An IP Address from the list of private
   addresses should not be a problem.

Your ISP should have provided you with the address of one or more DNSs.
To use them you will need to update the file /etc/resolv.conf.  An updated
file may look like this:

        nameserver 10.11.12.13
        nameserver 10.11.12.14

Kuinkas minä teen tuon  "Place files: pppoed, start-pppoe, and stop-pppoe in the directory
/usr/local/bin."  ?

3
Tämä on ensimmäinen tutustuminen Linuxiin joten aika pihalla olen.
 Ubuntun uusin versio on asennettu onnistuneesti, samalle kovolle XP:n kans. Ongelmana on nettiyhteyden asentaminen, Opoy:n Baana. Sama asennus-cd on myös Linuxille mutta siitä ei ole minulle mitään hyötyä toistaiseksi, en yksinkertaisesti tiedä miten yleensäkin cd:ltä asennetaan Linuxiin jotain.
Aloitteliojiden oppaita olen yrittänyt epätoivoisesti lukea mutta seinä on vastassa. Mistä löydän sellaisen rautakangesta väännetyn oppaan tuollaisiin asennuksiin?
 Ja toinen asia mikä on jäänyt epäselväksi on nuo käyttäjätunnuksen oikeudet. Asennuksen yhteydessä tuli yksi tunnus, mutta sillä ei näytä olevan käyttöoikeuksia joka paikkaan. Pitäisikö tuo sama tunnus lisätä esim. root ja sudo ryhmiin vai mitä teen. Tuostakin kaipailisin jotain taliaivoille suunnattua opasta.

Sivuja: [1]