How to create Dialup connection in Damn Small Linux
Hey Guys!
I have trouble configuring dialup connection in Damn Small Linux. I have used so many distribution of linux but have never faced any problems in configuring dialup internet connection... Well I have some reason for using this distribution... Can anyone help me with it?
Re: How to create Dialup connection in Damn Small Linux
Hey!
First you need to tell me what dialup do you use? Is it for connecting through a fax modem like the telephones dialing and then connecting to the internet, or th broadband dialup known as DSL? What do you use? Which device you trying to configure? Is it a modem or ADSL router or what, please elaborate your problem...! All the best...!
Re: How to create Dialup connection in Damn Small Linux
Hey!
Thanks for taking some time to reply...! Well i'm using external modem and i use the native telephone dial up still... Planning for a broadband but after my new rig comes home...! Well its a D-Link external modem 56Kbps...! I don't have much to do on internet so i'm happy with it..! Can anyone help me? Thanks...!
Re: How to create Dialup connection in Damn Small Linux
Hey!
As you have been configuring dialup on other distribution, you might be well familiar with the command...! Here is a list of commands used in Damn Small Linux :
Configure dialup
Command line :
Code:
sudo /usr/sbin/pppdial
Configure PPOE connection
Command line :
Code:
rxvt -rv -fn fixed -T "PPPoEconf" -e sudo -H /usr/sbin/pppoeconf
PPOE on
Command line :
Code:
sudo -H /usr/bin/pon
PPOE off
Command line :
Code:
sudo -H /usr/bin/poff