User Tools

Site Tools


sdf_dial-up_on_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sdf_dial-up_on_ubuntu [2021/03/21 05:10] – [References:] hc9sdf_dial-up_on_ubuntu [2024/09/17 06:43] (current) – ns” hc9
Line 1: Line 1:
-{{:sdf_dial-up_on_ubuntu:dialup_ubuntulogo.png?nolink|}}+{{:sdf_dial-up_on_ubuntu:dialup_ubuntulogo.png?nolink|image alternative text goes here}}
  
 ====== SDF Dial-up via pppconfig and pon|poff|plog on Ubuntu ====== ====== SDF Dial-up via pppconfig and pon|poff|plog on Ubuntu ======
Line 11: Line 11:
 Verify that the modem is installed correctly and that **pppconfig**, **pon**, **poff** and **plog** are present on your system (all should be part of the base Ubuntu install). The **which** command is useful for this: ie. ''which pppconfig'' should return ''/usr/sbin/pppconfig''. Also have your SDF Dial-up account information at hand: username, password, local access number. See [[http://sdf.org/?faq?DIALUP|FAQ>DIALUP]] for details. Verify that the modem is installed correctly and that **pppconfig**, **pon**, **poff** and **plog** are present on your system (all should be part of the base Ubuntu install). The **which** command is useful for this: ie. ''which pppconfig'' should return ''/usr/sbin/pppconfig''. Also have your SDF Dial-up account information at hand: username, password, local access number. See [[http://sdf.org/?faq?DIALUP|FAQ>DIALUP]] for details.
  
-A word about modems: most internal modems are "WinModems(MS Windows only) and will not likely work with Linux; the best option is an external "hardware modemthat connects via a serial or USB port. Such modems contain their own controller chip (hence the term "hardware modem") and do not rely on special drivers to function. That said, if all you have is a WinModem it is possible that someone has created a Linux driver for it; check at [[http://linmodems.org/| linmodems.org]] to see if yours is supported.+A word about modems: most internal modems are WinModems” (MS Windows only) and will not likely work with Linux; the best option is an external hardware modem” that connects via a serial or USB port. Such modems contain their own controller chip (hence the term hardware modem) and do not rely on special drivers to function. That said, if all you have is a WinModem it is possible that someone has created a Linux driver for it; check at [[http://linmodems.org/| linmodems.org]] to see if yours is supported.
  
 ===== Basic Setup: ===== ===== Basic Setup: =====
Line 24: Line 24:
 **pppconfig** should launch ; it's a curses-based application that uses the TAB and Up/Down Arrows to move between fields, SPACE to toggle fields on/off and ENTER to select. The following screens show an account call //SDF_dialup// being set up for a 56K external modem installed on serial port ///dev/ttyS1// for fictional SDF user //mr_retro// authenticating via PAP to //tenex.org// (the SDF radius server): **pppconfig** should launch ; it's a curses-based application that uses the TAB and Up/Down Arrows to move between fields, SPACE to toggle fields on/off and ENTER to select. The following screens show an account call //SDF_dialup// being set up for a 56K external modem installed on serial port ///dev/ttyS1// for fictional SDF user //mr_retro// authenticating via PAP to //tenex.org// (the SDF radius server):
  
-{{:sdf_dial-up_on_ubuntu:dialup_ubuntu01.png?nolink|}}+{{:sdf_dial-up_on_ubuntu:dialup_ubuntu01.png?nolink|image alternative text goes here}}
  
-{{:sdf_dial-up_on_ubuntu:dialup_ubuntu02.png?nolink|}}+{{:sdf_dial-up_on_ubuntu:dialup_ubuntu02.png?nolink|image alternative text goes here}}
  
-{{:sdf_dial-up_on_ubuntu:dialup_ubuntu03.png?nolink|}}+{{:sdf_dial-up_on_ubuntu:dialup_ubuntu03.png?nolink|image alternative text goes here}}
  
-{{:sdf_dial-up_on_ubuntu:dialup_ubuntu04.png?nolink|}}+{{:sdf_dial-up_on_ubuntu:dialup_ubuntu04.png?nolink|image alternative text goes here}}
  
-{{:sdf_dial-up_on_ubuntu:dialup_ubuntu05.png?nolink|}}+{{:sdf_dial-up_on_ubuntu:dialup_ubuntu05.png?nolink|image alternative text goes here}}
  
-{{:sdf_dial-up_on_ubuntu:dialup_ubuntu06.png?nolink|}}+{{:sdf_dial-up_on_ubuntu:dialup_ubuntu06.png?nolink|image alternative text goes here}}
  
-{{:sdf_dial-up_on_ubuntu:dialup_ubuntu07.png?nolink|}}+{{:sdf_dial-up_on_ubuntu:dialup_ubuntu07.png?nolink|image alternative text goes here}}
  
-{{:sdf_dial-up_on_ubuntu:dialup_ubuntu08.png?nolink|}}+{{:sdf_dial-up_on_ubuntu:dialup_ubuntu08.png?nolink|image alternative text goes here}}
  
-{{:sdf_dial-up_on_ubuntu:dialup_ubuntu09.png?nolink|}}+{{:sdf_dial-up_on_ubuntu:dialup_ubuntu09.png?nolink|image alternative text goes here}}
  
-{{:sdf_dial-up_on_ubuntu:dialup_ubuntu10.png?nolink|}}+{{:sdf_dial-up_on_ubuntu:dialup_ubuntu10.png?nolink|image alternative text goes here}}
  
-{{:sdf_dial-up_on_ubuntu:dialup_ubuntu11.png?nolink|}}+{{:sdf_dial-up_on_ubuntu:dialup_ubuntu11.png?nolink|image alternative text goes here}}
  
-If you made a mistake anywhere you can re-start **pppconfig** and edit your newly created account. Use the "Advanced Optionsfor making tweaks to your modem's initialization settings.+If you made a mistake anywhere you can re-start **pppconfig** and edit your newly created account. Use the Advanced Options” for making tweaks to your modem's initialization settings.
  
 ===== Starting, Stopping and Monitoring the Dial-up Network Connection: ===== ===== Starting, Stopping and Monitoring the Dial-up Network Connection: =====
Line 132: Line 132:
  
   * pppconfig(8) - configure pppd to connect to the Internet   * pppconfig(8) - configure pppd to connect to the Internet
-  * pon(1), poff(1), plog(1) starts up, shuts down or lists the log of PPP connections +  * pon(1), poff(1), plog(1) – starts up, shuts down or lists the log of PPP connections 
-  * Ubuntu Community Documentation [[https://help.ubuntu.com/community/DialupModemHowto/|Ubuntu Dialup HowTo]]+  * Ubuntu Community Documentation – [[https://help.ubuntu.com/community/DialupModemHowto/|Ubuntu Dialup HowTo]]
   * <del>Debian Linux Modem Configuration - [[http://www.aboutdebian.com/modems.htm|Dial-up Modems]]</del>   * <del>Debian Linux Modem Configuration - [[http://www.aboutdebian.com/modems.htm|Dial-up Modems]]</del>
  
 $Id: dialup_ubuntu.html,v 1.2 2011/01/16 09:43:09 jgw Exp $ [[sdf_dial-up_on_ubuntu|SDF Dial-up via pppconfig and pon poff plog on Ubuntu]] - setup a PPP-based dial-up network connection on Linux $Id: dialup_ubuntu.html,v 1.2 2011/01/16 09:43:09 jgw Exp $ [[sdf_dial-up_on_ubuntu|SDF Dial-up via pppconfig and pon poff plog on Ubuntu]] - setup a PPP-based dial-up network connection on Linux
  
sdf_dial-up_on_ubuntu.txt · Last modified: 2024/09/17 06:43 by hc9