Main > Free Download Search >

Free ppp software for linux

ppp

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 127
ppp 2.4.4

ppp 2.4.4


ppp is an open source package which implements the Point-to-Point Protocol on Linux and Solaris systems. more>>
ppp (Pauls PPP Package) is an open source package which implements the Point-to-Point Protocol (PPP) on Linux and Solaris systems.

ppp is an implementation of (PPP) Point-to-Point Protocol for Unix systems.

Dialling out to an ISP

I use this command to get pppd to dial my ISP from my Linux box at home:

pppd call apex

I have set up a file /etc/ppp/peers/apex containing this:

ttyS0 38400 crtscts
connect /usr/sbin/chat -v -f /etc/ppp/chat/apex
defaultroute
user paulus
remotename apex

The chat script /etc/ppp/chat/apex looks like this:

ABORT "NO CARRIER"
ABORT "NO DIALTONE"
ABORT "ERROR"
ABORT "NO ANSWER"
ABORT "BUSY"
TIMEOUT 90
REPORT CARRIER
"" at
OK "atw1&d0&c1"
OK
atdt62485791
"~"

Note the "~" as the last expect string. This isnt strictly necessary but it does mean that the chat script doesnt finish until I actually see a ppp frame from the ISP.

My ISP uses PAP authentication rather than a login dialog, which simplifies the chat script. I have this in my /etc/ppp/pap-secrets file:

# Secrets for authentication using PAP
# client server secret IP addresses
paulus apex "notmypassword"
<<less
Download (0.67MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1217 downloads
QPPP 0.6

QPPP 0.6


QPPP is a PPP dialer for Red Hat Linux. It lets users dial a PPP connection and records the total time the user online. more>>
QPPP is a PPP dialer for Red Hat Linux. It lets users dial a PPP connection and records the total time the user online. It lets you start a ppp dialup connection and it records how much time youre online. QPPP runs under Red Hat Linux 7 or newer with Qt installed.

To install follow these steps:
Make sure that you are logged in as root.

1. Extract the archive.
2. Change directory to the installation path.
3. Copy the qppp file to /usr/bin or /usr/local/bin.

Source Code:
You can modify QPPP into your own discretion. The source code is included in the archive. To build the source code, simply change directory to the source path (cd source/qppp) and type qmake,then type make.
<<less
Download (0.050MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1214 downloads
LP-PPP 2.1

LP-PPP 2.1


LP-PPP is a PPP dialer. more>>
LP-PPP is a PPP dialer. This application is written for Internet Service Providers. LPPPP can update the telefon numbers from the certain address and can view advertorial automaticly after the connection to the customers. It uses qt library and installation is very simple. Its enough to run compile-install.sh and you install LP-PPP.

<<less
Download (0.14MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1214 downloads
pppit 1.0

pppit 1.0


pppit allows one to tunnel through a firewall which only allows proxy telnet, such as SWAN. more>>
pppit allows one to tunnel through a firewall which only allows proxy telnet, such as SWAN. It is a modified, special-purpose ppp daemon.

<<less
Download (0.013MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1199 downloads
MyPPP 0.6

MyPPP 0.6


MyPPP is a ppp dialer+logger for Red Hat Linux. more>>
MyPPP is a ppp dialer+logger for Red Hat Linux. It lets you start a ppp dialup connection to your ISP and it records how much time youre online every month. With MyPPP, you dont have to worry about excess internet bills.
MyPPP uses the MySQL database to record monthly usage time. MyPPP runs under Red Hat Linux 7 or newer with MySQL and Qt installed.
To install follow these commands:
Make sure that you are logged in as root.
1. Extract the archive (tar -zxvf myppp-0.6-rh7-i386+src.tar.gz).
2. Change directory to the installation path (cd myppp-0.6).
3. Type ./install.
To start MyPPP, just type myppp. Make sure the MySQL server is running.
Enhancements:
- Version 0.6 released with daily time record (DTR) feature. In addition to recording monthly usage, this version now also records the logon and logoff times, with the corresponding interface used and the user who used the connection.
<<less
Download (0.44MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1213 downloads
PPPOEd 0.49

PPPOEd 0.49


PPPOEd is PPP-over-Ethernet implementation. more>>
PPPOEd is PPP-over-Ethernet implementation.
To install follow these commands
run ./Install_pppoe
Follow the prompts
For more details on the prompts etc, look at the file QUICK-INSTALL-example
The man pages on pppoed are also helpful for documentation:
man pppoed
Enhancements:
- - bug fix/feature add-ons to Install_pppoe
- - pppoed bug fixes
<<less
Download (0.093MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1213 downloads
WMppp 1.3.0

WMppp 1.3.0


WMppp is a PPP dial control and network load monitor WindowMaker dockapp. more>>
WMppp is a PPP dial control and network load monitor with NeXTStep look wmppp.app provides a PPP activator and network load monitor on a 64x64 mini window.
With wmppp you can monitor the total traffic as well as the outbound and inbound traffic. It is designed to work with the WindowMaker dock, but will work great with other window managers as well.
Main features:
- Integrated online timer;
- Integrated modem RX/TX LEDs;
- Integrated WMPPP status LED;
- Integrated autoscaling PPP transfer statistics;
- Integrated CARRIER/CONNECT display;
- Integrated bytes/second Speed-O-Meter;
- Automatic detection of active ppp interfaces;
- User definable scripts for the V and X buttons and also for ifdown which are read from ~/.wmppprc;
- force option in /etc/ppp/.wmppprc for sites where users are not allowed to mess with pppd;
- Several commandline options (try -h for help);
<<less
Download (0.030MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1094 downloads
killppp 1.0

killppp 1.0


killppp purpose is to kill ppp pid after n time of no traffic. more>>
killppp purpose is to kill ppp pid after n time of no traffic. This is especially useful for dial-up users who pay per time-unit of being connected. The typical use for it, is to start a large download along with killppp and go away. The script will shut down ppp after the downloading is done. Thus saving unnecessary cost of unused network connectivity.

Depending on how your linux is configured you may need to be root to have the right to kill a ppp process and it may have to be the ppp daemon (pppd).

To find the pid of your ppp process type: ps aux | grep ppp

How this script works? Once activated, killppp checks every minute for network traffic on the ppp0 device. As long as data is passing through, killppp does nothing. Upon no traffic killppp starts counting time until it reaches the specified time and kills the ppp process.

killppp [-hl] < pid > < n >s|m|h|d

Options:

< pid >, process ID
< n >s|m|h|d, n seconds|minutes|hours|days of no traffic
-h, usage and options (this help)
-m, manual
-l, see this script"
<<less
Download (0.004MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
bbppp 0.2.3

bbppp 0.2.3


Bbppp is a minimalist PPP dialer designed for use with the Blackbox window manager. more>>
Bbppp is a minimalist PPP dialer designed for use with the Blackbox window manager.
This Tool displays the status of a ppp link in an decorated window, simulating the look of the Blackbox toolbar (Blackbox is a Windowmanager for X11).
To compile bbppp for use with an isdn modem follow these:
configure --enable-isdn
There are a number of command line options:
compact: show just one button to start/stop ppp
orient v: show tool with vertical oreientation (just have a look)
notime : dont show time label
thru : show throughput label
Main features:
- Most colors and gradients can be changed
- Lets you start and stop ppp-link.
- Displays status of link.
- Lights display tx and rx.
- Displays the time you are connected.
- You can display it as a 64 x 64 pixel Window Maker style dock app.
- You can display it in a 64 pixel width, normal height format.
- Time label will be disabled. This makes bbppp fit nicely in the Slit.
- At compile time you can change to look to compact style, which is a lot smaller (bottom picture).
Enhancements:
- Fixed compilation for gcc-3.0 and up
<<less
Download (0.079MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1211 downloads
pppcheck 0.5

pppcheck 0.5


pppcheck can help you to check usage of shared ppp accounts and limit ppp users by hrs/day and hrs/month. more>>
pppcheck can help you to check usage of shared ppp accounts and limit ppp users by hrs/day and hrs/month.

<<less
Download (0.003MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1289 downloads
pppctl 0.0.4

pppctl 0.0.4


pppctl is a suite of simple programs of use for controlling a ppp connection. more>>
pppctl is a suite of simple programs of use for controlling a ppp connection. Its ideal for automating internet connections that just connect, pickup and send email and news and then disconnect. It can help manage multiple ISPS and calculate online time for charging purposes.


pppctl consists of:

pppcharge controls charging, using /etc/ppp/charging.inf as its data file. Run it with --help to get a list of commands it accepts.
pppctl is a simple CGI program I use to create /etc/ppp/dialup and /etc/ppp/nohangup files to feed to pollmail.
status is a companion CGI to pppctl that enables users to view the current online status from a webpage and also to see which features of pollmail are currently running.
pollmail is a script I have running that looks for the /etc/ppp/dialup and /etc/ppp/nohangup semaphore files to control going online. It automatically grabs news/email/uucp and sets the system clock with rdate.
killppp is a script which kills the ppp link and also removes any of the pollmail semaphore files.
useisp is a script that allows selection of an ISP from a selection. It uses files in /etc/ppp/isps named .scr and options. and will copy these to /etc/ppp/connect.scr and /etc/ppp/options when an ISP is selected.
<<less
Download (0.026MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1211 downloads
YAWMPPP 2.0.2

YAWMPPP 2.0.2


YAWMPPP is a WindowMaker dockapp that works as a frontend for pppd, making ISP hookup easier. more>>
YAWMPPP is a WindowMaker dockapp (works with other window managers too) that works as a frontend for pppd, making ISP hookup easier.
To connect you click the v button (as shown in the pictures by the side), to disconnect you click the x button. The arrow buttons let you select an ISP entry.
Main features:
- Works with Linux, NetBSD and FreeBSD.
- Connection time display
- Multiple ISP entries (at most 40)
- LED display: RX/TX (send/receive) and status (on,dialing,off)
- PPP load graph and speed indicator
- On Linux, it manages DNS servers automatically
- Easy GUI dialup entry setup
- Connection log with GUI log viewer
Enhancements:
- minor bug fix.
<<less
Download (0.10MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1093 downloads
GNOME PPP 0.3.23

GNOME PPP 0.3.23


GNOME PPP is a modem dialup tool.PPP more>> <<less
Download (0.32MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1624 downloads
pppusage 0.2.5

pppusage 0.2.5


pppusage summarizes average and total transfer volumes, number of connections... more>>
pppusage summarizes average and total transfer volumes, number of connections and average and total online time for all logged PPP connections. The data is collected by reading the syslog files which contain the ppp[d] messages. A database file is used to store the relevant data, thus it doesnt get lost when your ppp[d] logfiles are rotated or deleted. Certain time ranges (that is: a year, month, or day) may be specified on the command line. pppusage should run on Linux systems with pppd(8) as well as on NetBSD, FreeBSD or OpenBSD with ppp(8) (also known as user-ppp). Its written in Perland no non-standard Perl modules are required.
As soon as there is some connection summary data in your PPP logfile(s), you can build the pppusage database and get some statistics by simply running pppusage. If you want to build the pppusage database twice a day automatically, you could use a crontab(5) entry like the following:
05 2,14 * * * nice /usr/local/bin/pppusage -c > /dev/null
You can then query the database with -q. If you want to specify a timerange, use -t. See pppusage -h for a quick overview of the available options, see the man page pppusage(1) for detailed information.
Enhancements:
- fixed a bug in the new database update algorithm
<<less
Download (0.025MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1211 downloads
vii-ppp-scripts 1.0

vii-ppp-scripts 1.0


The vii-ppp-scripts are yet another set of ppp scripts. more>>
The vii-ppp-scripts are yet another set of ppp scripts. They feature handling multiple ISPs, autosetting DNS from ISP, ability to have a different resolv.conf for each connection, phone billing and chatscripts.
It is lacking of:
Graphical interface
Friendly set-up
Explicit multiple modem support
Main features:
- No need to set nameservers manually; either get them automatically from the ISP (/etc/ppp/dns-resolvconf-up) or use a local named (/etc/ppp/dns-named-up)
- Support for multiple ISPs; nameservers can be manually set separately for each if theyre not given (/etc/ppp/dns-resolvconf-up)
- More or less setup for UK ISP OneTel.Net already.
- pppd options file nicely set up for fast performance
- Customizable phone bill cost tracker, logged by user (/etc/ppp/ppp-connect)
- Nice chat scripts, showing what happened on error (/etc/ppp/dial)
- Initiating user can have programs executed when ppp comes up and goes down.
<<less
Download (0.004MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1218 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5