Pravila foruma PRAVILA ZA NOVE KORISNIKE LINUXA!
Prije otvaranja bilo kakve diskusije svaki novi korisnik u svijetu Linuxa obavezan je učiniti sljedeće korake: Pročitati ove tekstove iz naše Wikipedije:
- Sve uvodne tekstove Linuxa za početnike (njih 5)
- Sve što trebate znati o radu s diskovima
- Pročitati ovu temu za početnike
- Pokušati pronaći riješenje problema u Enciklopediji znanja
Nakon toga korisnik smije otvoriti temu s naslovom svog problema uz obaveznu naznaku Linux distribucije koju koristi u formi: [Linux distribucija, broj verzije, grafičko okruženje]: Naslov problema
U prvom postu korisnik obavezno mora odgovoriti na ova pitanja:
- Da li ima instalirane Windowse?
- Što ga je motiviralo na instaliranje i korištenje Linux distribucije?
- Obavezno je potrebno navesti specifikacije hardvera (Ime Laptopa, tip procesora, grafičke i mrežne kartice, količina RAM-a i diska)
Bez učinjenih ovih prvih koraka, na teme se neće odgovarati i one će biti izbrisane s foruma!
# LIC: GPL
pppoe: a PPP-over-Ethernet redirector for pppd
Copyright (C) 2001-2012 Roaring Penguin Software Inc.
Some inspiration from an earlier client by Luke Stras.
The MSS clamping was inspired by mssclampfw by Marc Boucher <marc@mbsi.ca>
with acknowledgements to Rebel.com (http://www.rebel.com). However, the
actual MSS clamping code is original and is licensed under the GPL, unlike
the original mssclampfw.
Introduction
============
pppoe is a user-space redirector which permits the use of PPPoE
(Point-to-Point Over Ethernet) with Linux. PPPoE is used by many
DSL service providers.
Installation
============
Requirements
------------
1) Linux 2.2.9 or later on Intel, Sparc or PowerPC. It may work on
Alpha, too -- anyone care to let me know?
OR
Linux 2.0.36 or later.
OR
FreeBSD, NetBSD or OpenBSD with BPF support, though this is old,
unmaintained, and may no longer work.
2) pppd 2.3.10 or later. Versions 2.3.7 and later work unless you use
demand-dialling. For demand dialling, you *must* use 2.3.10 or later.
QUICKSTART
----------
If you're lucky, the "quickstart" method will work. After unpacking
the archive, become root and type:
./go
This should configure, compile and install the software and set up your
DSL connection. You'll have to answer a few questions along the way.
If you want the GUI wrapper, type:
./go-gui
If ./go and ./go-gui didn't work, read the rest of this README.
Compiling
---------
Compile and install pppd if you don't already have it. Then:
1) Unpack:
$ tar xzvf rp-pppoe-xxx.tar.gz
2) Change to source directory:
$ cd src
3) Configure:
$ ./configure
4) Compile:
$ make
4) Install (this step must be done as root)
# make install
5) Now read doc/HOW-TO-CONNECT
--
David F. Skoll <dfs@roaringpenguin.com> | Roaring Penguin Software Inc.
http://www.roaringpenguin.com
“Small shifts in your thinking, and small changes in your energy, can lead to massive alterations of your end result.”
matej@matej-Aspire-7551:~$ sudo apt-get install pppoe
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package pppoe is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'pppoe' has no installation candidate
“Small shifts in your thinking, and small changes in your energy, can lead to massive alterations of your end result.”
dpkg: error processing ep-pppoe_3.8.orig.tar.gz.deb (--install):
cannot access archive: no such file or directory
errors were encounted while processing:
rp pppoe_3.8.orig.tar.gz.deb
edit:vjerojatno sam skinuo krivi file.
Zadnja izmjena: Heisenberg, dana/u 01 stu 2012, 12:53, ukupno mijenjano 1 put.
“Small shifts in your thinking, and small changes in your energy, can lead to massive alterations of your end result.”