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.

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

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

How to disconnect ADSL

2006-07-02 Thread Benny Au
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@freebs