Re: How to disconnect ADSL

2006-07-02 Thread Shantanoo Mahajan
+++ Benny Au [freebsd] [02-07-06 23:18 +0800]:
| Hello,
| I'm a novice of FreeBSD. I just can use ppp -ddial adsl to connect
| to my ISP, but can't disconnect it. Could u tell me the command?
| Additionally, where can I get a GUI tool for PPPoE?
| Thanks!

try
# killall ppp

Shantanoo
-- 
Ignore everybody.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: How to disconnect ADSL

2006-07-02 Thread fbsd
kill -1 $(cat /var/run/tun0.pid)

Or

You stop user PPP by killing the task; there is no hang up command.

killall ppp


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Benny Au
Sent: Sunday, July 02, 2006 11:18 AM
To: [EMAIL PROTECTED]
Subject: How to disconnect ADSL


Hello,
I'm a novice of FreeBSD. I just can use ppp -ddial adsl to connect
to my ISP, but can't disconnect it. Could u tell me the command?
Additionally, where can I get a GUI tool for PPPoE?
Thanks!

Best regards,

Benny Au
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to disconnect ADSL

2006-07-02 Thread Malcolm Fitzgerald


On 03/07/2006, at 1:18 AM, Benny Au wrote:


Hello,
I'm a novice of FreeBSD. I just can use ppp -ddial adsl to connect
to my ISP, but can't disconnect it.


Your modem probably has an admin control panel which will include a 
connect/disconnect switch. Check your manual for the modem url, 
192.168.1.1 and 10.0.0.138 are the ones I meet most often.



malcolm

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]