Ubuntu: Difference between revisions

From eis.net.au wiki
Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
 
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:UbuntuLogo.png|right]]
Setting up ppp


Setting up a PPP modem dialup connection.
1) Open a terminal (Applications > System Tools > Terminal).


* Open a terminal (Applications > System Tools > Terminal).
2) Type:


sudo pppconfig
* Type: '''sudo pppconfig'''


3) You will be on the main menu. Choose 'Create Create a connection'.
* You will be on the main menu. Choose '''Create Create a connection'''.


4) Leave the name as 'provider', hit 'Ok'.
* Set the name of provider to '''EIS''', hit 'Ok'.


5) Select 'Dynamic Use dynamic DNS', hit 'Ok'.
* Select '''Static Use static DNS''', hit 'Ok'.


* Enter the IP number for your primary nameserver as '''203.12.171.1''', hit 'Ok'
6) Select 'PAP Peer Authentication Protocol', hit 'Ok'.


7) Enter your user name for the ISP, hit 'Ok'.
* Enter the IP number for your secondary nameserver as '''192.189.54.33''' , hit 'Ok'.


8) Enter your password for the ISP, hit 'Ok'.
* Select '''PAP Peer Authentication Protocol''', hit 'Ok'.


9) Leave the speed at 115200 as recommended, hit 'Ok'.
* Enter your eis.net user name, hit 'Ok'.


10) Choose Tone or Pulse dialing, hit 'Ok'.
* Enter your eis.net password, hit 'Ok'.


11) Enter the phone number to your ISP (do not use any dashes), hit 'Ok'.
* Leave the speed at 115200 as recommended, hit 'Ok'.


* Choose Tone or Pulse dialing, hit 'Ok'.
12) You can try to have your modem detected automatically, but it did not work for me, even on my easily detectable external modem.


* Enter 0198331202 as the phone number (do not use any dashes), hit 'Ok'.
13) If the modem wasn't detected, it will ask you for the port your modem is on. Enter the device name for your modem, hit 'Ok'.


* You can try to have your modem detected automatically by answering yes to the next question, but it did not work for me, even on my easily detectable external modem.
14) A summary screen will appear and give you the opportunity to make changes if needed. We're almost done with this program. The next steps allow your normal user account to connect and disconnect without needing sudo (so you don't have to type a password to connect). Choose 'Advanced Advanced Options'.


* If the modem wasn't detected, it will ask you for the port your modem is on. Enter the device name for your modem, hit 'Ok'.
15) Choose 'Add-User Add a ppp user'.


* A summary screen will appear and give you the opportunity to make changes if needed. We're almost done with this program. The next steps allow your normal user account to connect and disconnect without needing sudo (so you don't have to type a password to connect).
16) Remove any stray characters from the input box by pressing Backspace (as needed), then type in your Ubuntu user account username, hit 'Ok'.


17) Choose 'Previous Return to previous menu' on the Advanced Settings screen.
* Choose '''Advanced Advanced Options'''.


18) Choose 'Finished Write files and return to main menu.'.
* Choose '''Add-User Add a ppp user'''.


* Remove any stray characters from the input box by pressing Backspace (as needed), then type in your Ubuntu user account username, hit 'Ok'.
19) Choose 'Quit Exit this utility'.


* Choose '''Previous Return to previous menu''' on the Advanced Settings screen.
20) Exit the terminal window, type:


* Choose '''Finished Write files and return to main menu.'''.
exit


* Choose '''Quit Exit this utility'''.
Restart your computer (for the group setting to take effect). Alternately, you can test out your connection right away by typing:


* Exit the terminal window, type: '''exit'''
sudo pon

Restart your computer (for the group setting to take effect). Alternately, you can test out your connection right away by typing:


'''sudo pon'''
To disconnect, type:
To disconnect, type:


sudo poff
'''sudo poff'''


After the reboot, simply typing 'pon' or 'poff' should be adequate.
After the reboot, simply typing 'pon' or 'poff' should be adequate.

Latest revision as of 00:30, 16 August 2010

Setting up a PPP modem dialup connection.

  • Open a terminal (Applications > System Tools > Terminal).
  • Type: sudo pppconfig
  • You will be on the main menu. Choose Create Create a connection.
  • Set the name of provider to EIS, hit 'Ok'.
  • Select Static Use static DNS, hit 'Ok'.
  • Enter the IP number for your primary nameserver as 203.12.171.1, hit 'Ok'
  • Enter the IP number for your secondary nameserver as 192.189.54.33 , hit 'Ok'.
  • Select PAP Peer Authentication Protocol, hit 'Ok'.
  • Enter your eis.net user name, hit 'Ok'.
  • Enter your eis.net password, hit 'Ok'.
  • Leave the speed at 115200 as recommended, hit 'Ok'.
  • Choose Tone or Pulse dialing, hit 'Ok'.
  • Enter 0198331202 as the phone number (do not use any dashes), hit 'Ok'.
  • You can try to have your modem detected automatically by answering yes to the next question, but it did not work for me, even on my easily detectable external modem.
  • If the modem wasn't detected, it will ask you for the port your modem is on. Enter the device name for your modem, hit 'Ok'.
  • A summary screen will appear and give you the opportunity to make changes if needed. We're almost done with this program. The next steps allow your normal user account to connect and disconnect without needing sudo (so you don't have to type a password to connect).
  • Choose Advanced Advanced Options.
  • Choose Add-User Add a ppp user.
  • Remove any stray characters from the input box by pressing Backspace (as needed), then type in your Ubuntu user account username, hit 'Ok'.
  • Choose Previous Return to previous menu on the Advanced Settings screen.
  • Choose Finished Write files and return to main menu..
  • Choose Quit Exit this utility.
  • Exit the terminal window, type: exit

Restart your computer (for the group setting to take effect). Alternately, you can test out your connection right away by typing:

sudo pon To disconnect, type:

sudo poff

After the reboot, simply typing 'pon' or 'poff' should be adequate.