Jump to content

slmdm 2.7.10


croaker1
 Share

Recommended Posts

Probably routing problem.

Now, if you type this command as root

 

route -n

You should see something like this.

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
x.x.x.x  0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         x.x.x.x  0.0.0.0         UG    0      0        0 ppp0

Where x.x.x.x is the ip address of ppp0. They should be the same, if they are not, then you need to disable default gateway or if you have ethernet up, the ip address of your eth0 (or whatever it is).

 

Just to be safe, disable any ethernet card you have before dialing up. Just type

ifdown eth0

or something like that

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...