SuSE Linux: Version 7.1
This article refers to an older version of SuSE Linux.
Therefore some of the informations given in this article may
be outdated or the article may contain stale links.
YaST2
. The first dial-in
succeeds, but after that, any attempt to connect to the internet using another provider will
not give you a working connection. And this in spite of kinternet
reporting success.
YaST2
creates a file /etc/ppp/options.ipppX
(where X is the
number of the connection) for every connection configured by it, e.g. /etc/ppp/options.ippp0
and /etc/ppp/options.ippp1
.
You have to edit these files. Search for the entry:
# default route should be set by ipppd defaultroute
Now add the entry
deldefaultrouteIt should now look something like this:
# default route should be set by ipppd defaultroute deldefaultroute
If you don't want to reboot your system, you now have to restart the ISDN subsystem:
rci4l restart
kinternet
might also need to be restarted afterwards.
Note: If you also use and configured network cards in addition to ISDN, you should proceed with caution, as after doing the above changes, existing defaultroutes for the network cards will also be deleted after disconnecting.
Please also note that our installation support will not be able to help you in setting up your network.