rp-pppoe 3.9 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News rp-pppoe 3.9 (Default branch)
# 1  
Old 06-22-2008
rp-pppoe 3.9 (Default branch)

rp-pppoe is a PPPoE client and server suite forLinux. It is fully RFC-compliant and supportscookies, relay-IDs, and multiple simultaneousPPPoE discovery phases. It is cleanly coded andfairly efficient, and supports kernel-mode PPPoEon Linux 2.4 and 2.6. License: GNU General Public License (GPL)Changes:
A new pppoe-server option lets you limit thenumber of sessions per MAC address. Various minorbugs were fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. IP Networking

authentication of VM's via PPPoE

I have two VM's running on Ubuntu box.Their name and IP addresses are give below. nas 192.168.129.153 home_user 192.168.129.152 I establish a ppp connection between the two machines #nas (server) sudo pppd noauth local lock defaultroute... (0 Replies)
Discussion started by: karthik.sharma
0 Replies

2. Ubuntu

PPPOE + Ubuntu = Frustrating

Hii everyone, I will be explaining what kind of problem I am having with Ubuntu and PPPOE. I have dual booted my PC with Win 7 and Ubuntu 10.10 Previously, whenever I use to start my ubuntu, internet automatically used to start up.. .no problems. I had created a DSL connection through... (0 Replies)
Discussion started by: zsycho
0 Replies

3. Slackware

pppoe-start not working

Hello. I'm new here and i'm new to slack (concept) as well. I made a connection for pppoe with pppoe-setup, bringed up eth0 with ifconfig but when i try pppoe-connect i get "Cannot determine ethernet address for proxy ARP" and with pppoe-start i get "child pppd process terminated". How can i make... (0 Replies)
Discussion started by: editheraven
0 Replies

4. Red Hat

PPPoE Connection on RHEL5

Hi, I am having broadband connection, I need to connect broadband internet through eth0. Please give me some use full information for configuring this. (0 Replies)
Discussion started by: pkachary
0 Replies

5. SCO

pppoe

Greetings... I'm looking for a pppoe client for SCO SYS_V can u guys gimme some help ? a website address or even the program name would be just fine. Thanx (1 Reply)
Discussion started by: nEuRoMaNcEr
1 Replies

6. UNIX for Dummies Questions & Answers

dns/pppoe Problems

I would appreciate any help anyone could give. I am having DNS problems... Here are the facts: linux: 2.2.16 Distrib: SUSE 7.0 pppd: rp-pppoe ISP: Verizon Avenue IP: Dynamic DNS: 10.5.0.65 ??? Default Gateway: 10.5.0.65 ???? I have tried putting the above IP into /etc/resolv.conf with... (3 Replies)
Discussion started by: Recon
3 Replies
Login or Register to Ask a Question
PPPOE-DISCOVERY(8)					      System Manager's Manual						PPPOE-DISCOVERY(8)

NAME
pppoe-discovery - perform PPPoE discovery SYNOPSIS
pppoe-discovery [ options ] pppoe-discovery { -V | -h } DESCRIPTION
pppoe-discovery performs the same discovery process as pppoe, but does not initiate a session. It sends a PADI packet and then prints the names of access concentrators in each PADO packet it receives. OPTIONS
-I interface The -I option specifies the Ethernet interface to use. Under Linux, it is typically eth0 or eth1. The interface should be "up" before you start pppoe-discovery, but should not be configured to have an IP address. The default interface is eth0. -D file_name The -D option causes every packet to be dumped to the specified file_name. This is intended for debugging only. -U Causes pppoe-discovery to use the Host-Uniq tag in its discovery packets. This lets you run multiple instances of pppoe-discovery and/or pppoe without having their discovery packets interfere with one another. You must supply this option to all instances that you intend to run simultaneously. -S service_name Specifies the desired service name. pppoe-discovery will only accept access concentrators which can provide the specified service. In most cases, you should not specify this option. Use it only if you know that there are multiple access concentrators or know that you need a specific service name. -C ac_name Specifies the desired access concentrator name. pppoe-discovery will only accept the specified access concentrator. In most cases, you should not specify this option. Use it only if you know that there are multiple access concentrators. If both the -S and -C options are specified, they must both match. -A This option is accepted for compatibility with pppoe, but has no effect. -V | -h Either of these options causes pppoe-discovery to print its version number and usage information, then exit. AUTHORS
pppoe-discovery was written by Marco d'Itri <md@linux.it>, based on pppoe by David F. Skoll <dfs@roaringpenguin.com>. SEE ALSO
pppoe(8), pppoe-sniff(8) 22 January 2006 PPPOE-DISCOVERY(8)