Jump to content

Serial Modem


Guest rlcarl
 Share

Recommended Posts

I have a USR 56k serial modem. I can connect to the ISP then nothing after that. I tracked it down to the eth0 setting a default route. When I delete the default everything works. How do i correct this?

Link to comment
Share on other sites

Is

defaultroute

in your /etc/ppp/options?

 

Open a terminal and type

man route

There should be a few choices for you there. There's a way to set the default, and I think if you

/sbin/route del default

and then add

defaultroute

to /etc/ppp/options and crank up the modem, it should do it. If not then the eth0 is in a startup script somewhere, would be my guess.

 

You could also try to add

/sbin/route del default

to a startup script like /etc/rc.d/rc.local?? There's probably a place for the net script stuff, or use linuxconf to set the default.

 

Just some ideas?? I don't use ethernet, it's not even in my kernel.

Link to comment
Share on other sites

  • 2 weeks later...
Guest mike_fransua
I finally fixed it. Thanks for the help.

 

 

Please say me how you corrected it because i have the same problem, i can conect to my isp but then nothing, im was using mdk 8.2 and all was ok, wen i installed 9 i was able to use the internet some days but now nothing,i think my machine try to reach the internet trough my eth0, i dont know how to change this configuration.

 

Please help.

 

Thanks in advance. 8)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...