Re: ppp newbie question SOLVED

2002-03-27 Thread faisal gillani
THANK YOU  ALL FOR SOLVING MY PROBLEM ...

--- Paul 'Baloo' Johnson [EMAIL PROTECTED]
wrote:
 On Mon, 25 Mar 2002, faisal gillani wrote:
 
  Well i am a user of debian potato linux
  i just made my first ppp script by pppconfig ..
  now can you tell me how can i dail my connction 
  hungup my connection ?
 
 pon and poff, you should add yourself to group dip
 in /etc/group
 
  also is there a utility to detect your modem ?
 
 It's a serial connection.  There's no reason to do
 this.
 
  so that
  my modem comes in the ifconfig -a command ?
 
 Analog interfaces only appear when they're active. 
 It'll appear as ppp0
 when you're connected.
 
 -- 
 Baloo
 


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ppp newbie question SOLVED

2002-03-27 Thread faisal gillani
THANK YOU  ALL FOR SOLVING MY PROBLEM ...

--- Paul 'Baloo' Johnson [EMAIL PROTECTED]
wrote:
 On Mon, 25 Mar 2002, faisal gillani wrote:
 
  Well i am a user of debian potato linux
  i just made my first ppp script by pppconfig ..
  now can you tell me how can i dail my connction 
  hungup my connection ?
 
 pon and poff, you should add yourself to group dip
 in /etc/group
 
  also is there a utility to detect your modem ?
 
 It's a serial connection.  There's no reason to do
 this.
 
  so that
  my modem comes in the ifconfig -a command ?
 
 Analog interfaces only appear when they're active. 
 It'll appear as ppp0
 when you're connected.
 
 -- 
 Baloo
 


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ppp newbie question

2002-03-26 Thread Paul 'Baloo' Johnson
On Mon, 25 Mar 2002, faisal gillani wrote:

 Well i am a user of debian potato linux
 i just made my first ppp script by pppconfig ..
 now can you tell me how can i dail my connction 
 hungup my connection ?

pon and poff, you should add yourself to group dip in /etc/group

 also is there a utility to detect your modem ?

It's a serial connection.  There's no reason to do this.

 so that
 my modem comes in the ifconfig -a command ?

Analog interfaces only appear when they're active.  It'll appear as ppp0
when you're connected.

-- 
Baloo


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ppp newbie question

2002-03-26 Thread John Hasler
Faisal writes:
 Well i am a user of debian potato linux i just made my first ppp script
 by pppconfig ..  now can you tell me how can i dail my connction  hungup
 my connection ?

The command pon will bring up the connection.  poff shuts it down.  gpppon
is a GUI wrapper around pon and poff, if you prefer to point and click.

 also is there a utility to detect your modem ?

I'm not sure what you mean.  pppconfig should have offered to find your
modem.

 so that my modem comes in the ifconfig -a command ?

ifconfig will show any ppp links that are up when you run it, but it knows
nothing about modems.
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ppp newbie question

2002-03-25 Thread Chris Jenks

At 11:55 PM 3/25/02, faisal gillani wrote:

Well i am a user of debian potato linux
i just made my first ppp script by pppconfig ..
now can you tell me how can i dail my connction 
hungup my connection ?
also is there a utility to detect your modem ? so that
my modem comes in the ifconfig -a command ?

thanks
Faisal


Been a long time since I used ppp, but IIRC. once you
are dialed in, the modem should show up. With
ifconfig -a Use pon and poff to dial and hang up
respectfully.

Chris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: ppp newbie question

2002-03-25 Thread Kent West

faisal gillani wrote:

Well i am a user of debian potato linux 
i just made my first ppp script by pppconfig ..

now can you tell me how can i dail my connction 
hungup my connection ?
also is there a utility to detect your modem ? so that
my modem comes in the ifconfig -a command ?

thanks
Faisal


pon to dial up
poff to hang up
plog to see the log

To dial up as a normal non-root user, you'll need to add that user to 
the dialup group (addgroup faisal dialup), and then log out/log in. 
This will give you access to the modem device (ie /dev/ttyS0 or whatever).


You can also use graphical tools, such as xisp, which might be more 
comfortable to you.


Kent




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]