Networking Forums

Networking Forums > Computer Networking > Linux Networking > Reconnecting to ISP

Reply
Thread Tools Display Modes

Reconnecting to ISP

 
 
David Smith
Guest
Posts: n/a

 
      05-10-2004, 10:23 PM
I am running Redhat Version 9. Via a GUI, I execute program
"redhat-control-network" to dial into my ISP. I have a call waiting
modem, and call waiting, so that I will know if I get a call while
connected, and can answer the call should I desire.

I have a problem, however. If I get a call, and answer the phone, the
call to my ISP is dropped. That is not the problem. The problem is
that when I am done with the phone call, I am then unable to use the GUI
to reconnect; it still shows me as connected, and I cannot deactivate
the device via the GUI. The only way to correct things is to shut down
and reboot. I do not want to have to do that. How can I reset things
without shutting down and rebooting? TIA

 
Reply With Quote
 
 
 
 
Alan Connor
Guest
Posts: n/a

 
      05-10-2004, 11:49 PM
On Mon, 10 May 2004 14:23:36 -0700, David Smith <(E-Mail Removed)> wrote:
>
>
> I am running Redhat Version 9. Via a GUI, I execute program
> "redhat-control-network" to dial into my ISP. I have a call waiting
> modem, and call waiting, so that I will know if I get a call while
> connected, and can answer the call should I desire.
>
> I have a problem, however. If I get a call, and answer the phone, the
> call to my ISP is dropped. That is not the problem. The problem is
> that when I am done with the phone call, I am then unable to use the GUI
> to reconnect; it still shows me as connected, and I cannot deactivate
> the device via the GUI. The only way to correct things is to shut down
> and reboot. I do not want to have to do that. How can I reset things
> without shutting down and rebooting? TIA
>


Try:

$ killall pppd

from an xterm or whatever commandline interface your GIDE provides that is
handier.

Should work if the permissions are right. If not, make yourself a member
of the group that pppd belongs to, as root, with adduser.

On my Debian system, that would be:

# adduser username dip

The -v option to killall will give more details about what's going on.

If it works, alias the command to "k", after checking if the name has
been taken with:

$ type k

This goes in your ~/.bashrc:

alias k='killall pppd'

Then do:

$ source ~/.bashrc

AC



--
Pass-List -----> Block-List ----> Challenge-Response
The key to taking control of your mailbox. Design Parameters:
http://tinyurl.com/2t5kp || http://tinyurl.com/3c3ag
Challenge-Response links -- http://tinyurl.com/yrfjb
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Broadband keeps on reconnecting Bill Ridgeway Broadband 9 12-08-2006 08:11 AM
Constant Disconnecting and Reconnecting beefyme Wireless Networks 2 05-08-2006 01:57 PM
reconnecting wireless Hello Broadband Hardware 1 04-01-2005 05:33 AM
Reconnecting Network? scooter1888 Home Networking 2 10-26-2004 07:06 PM
reconnecting to network Ericka Broadband Hardware 2 02-28-2004 01:16 AM



1 2 3 4 5 6 7 8 9 10 11