02-15-2002
WHAT is a ppp server(how can i make my computer something like that)
Hi
after searching all the internet i still haven't got an idea of how a ppp server works or even better i still haven't got an idea off what it is properly
So 2 questions what is tha and how it works
And can i make my computer something like that (someone else coll my computer throw a modem and i give him internet)
thnx
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I would like to turn my computer into an internet server so as to have my domain names (myname.com's) point to my home computer. Can I download unix from sun.com and do this with that os?
Also What is apache, ( I'm new to unix and server things) Is this needed to turn my computer into a server.... (4 Replies)
Discussion started by: gparsons70
4 Replies
2. UNIX for Dummies Questions & Answers
I have RH7.2 OS and I want my freinds to login my sys I have TCP/IP connection ppp and I know my IP also I know this ppp-18-21.cyberia.net.... I want my freinds to use Telnet How to configure it plz Help files PDF ...my freinds has ppp and LAN .......configuration for telnet also my Host is... (4 Replies)
Discussion started by: atiato
4 Replies
3. UNIX for Dummies Questions & Answers
hi,
im a newbie using unix. My local computer OS is Windows XP while server is
using Unix. May i know how to transfer file from local computer to server? i do not know the commands.
Thanks. :) (3 Replies)
Discussion started by: sagolo
3 Replies
4. Shell Programming and Scripting
hi all
How can I make a program start up automatically after the computer restart/startup in fedora?
something like:
... Establish a shell then run some of command code.
Thanks for Help!! (1 Reply)
Discussion started by: munna_dude
1 Replies
5. UNIX for Dummies Questions & Answers
Welcom
Realy I am very Happy with this forum .
I ahve question about how I can make mail server on tru64 unix and how I can full control in user account .
and how I can connect mail server with my site like yahoo. ?
thankyou (3 Replies)
Discussion started by: svuad
3 Replies
6. Solaris
How we make the Sun Solaris Server...
Which File system Need To be configure for the Making the Sun solaries Server... (1 Reply)
Discussion started by: udayn
1 Replies
7. UNIX for Dummies Questions & Answers
Hi!
Very new to unix stuff, and this is my first post to the forum. I'm pretty sure I know enough to know I know nothing, so please be patient with me and don't laugh too hard.
Ok, I've got an old computer and a laptop - the old computer was bought in the mid 90's it's still running windows... (1 Reply)
Discussion started by: boredbody
1 Replies
8. Solaris
Is there a way I can make my Sun workstation as a installation server for a remote server?. (3 Replies)
Discussion started by: calsum
3 Replies
9. UNIX for Dummies Questions & Answers
I'm using a nova session to create and edit scripts on my school's unix server.
I would like to pull my script off the server and put it in a notepad file on my desktop for the purposes of editing and copying and pasting my script in forums.
Can someone please help me with this? I'm sick of... (0 Replies)
Discussion started by: dazeman27
0 Replies
10. Red Hat
I want to implement an FTP server on RHEL 5.8 system where the users can upload files either from RHEL or Windows systems but am not able to copy files to it from a browser session. For eg.
URL - ftp://10.101.17.80/incoming
I want to copy files from to it from my Windows... (3 Replies)
Discussion started by: RHCE
3 Replies
LEARN ABOUT LINUX
pppoe-sniff
PPPOE-SNIFF(8) System Manager's Manual PPPOE-SNIFF(8)
NAME
pppoe-sniff - examine network for non-standard PPPoE frames
SYNOPSIS
pppoe-sniff [options]
DESCRIPTION
pppoe-sniff listens for likely-looking PPPoE PADR and session frames and deduces extra options required for pppoe(8) to work.
Some DSL providers seem to use non-standard frame types for PPPoE frames, and/or require a certain value in the Service-Name field. It is
often easier to sniff those values from a machine which can successfully connect rather than try to pry them out of the DSL provider.
To use pppoe-sniff, you need two computers, a DSL modem and an Ethernet hub (not an Ethernet switch.)
If the DSL modem normally connects directly to your computer's Ethernet card, connect it to the "uplink" port on the Ethernet hub. Plug
two computers into normal ports on the hub. On one computer, run whatever software the DSL provider gave you on whatever operating system
the DSL provider supports. On the other computer, run Linux and log in as root.
On the Linux machine, put the Ethernet interface into promiscuous mode and start pppoe-sniff. If the ethernet interface is eth0, for exam-
ple, type these commands:
ifconfig eth0 promisc
pppoe-sniff -I eth0
On the other machine, start your DSL connection as usual. After a short time, pppoe-sniff should print recommendations for the value of
PPPOE_EXTRA. Set this value in /etc/ppp/pppoe.conf. If pppoe-sniff indicates that something special is required in PPPOE_EXTRA, please e-
mail this to pppoe@roaringpenguin.com along with the name of your ISP and the manufacturer and model number of your DSL modem. This infor-
mation will be collated and provided on the PPPoE web page for users who do not have two computers.
After pppoe-sniff finishes (or you stop it if it seems hung), remember to turn off promiscuous mode:
ifconfig eth0 -promisc
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" and
in promiscuous mode before you start pppoe-sniff.
-V The -V option causes pppoe-sniff to print its version number and exit.
BUGS
pppoe-sniff only works on Linux.
AUTHORS
pppoe-sniff was written by David F. Skoll <dfs@roaringpenguin.com>.
The pppoe home page is http://www.roaringpenguin.com/pppoe/.
SEE ALSO
pppd(8), pppoe(8), pppoe-sniff(8), pppoe-relay(8), /usr/share/doc/pppoe/README.Debian.gz
4th Berkeley Distribution 3 July 2000 PPPOE-SNIFF(8)