"Vicente A.S. Werner" wrote:
> Hello all,
>
> First of all thanks for the responses, but I'm still without dns, and last
> night i reinstalled again the suse distribution this way:
>
> Selected default installation
> Take out the Applixware stuff, and put the suseppp and Bind packages.
> Installed all the stuff, selected the loopback device for networking.
> Then in yast I created a PPP conection with the dns and so on , put
> That I've access to a name server and put my isp numbers ...
>
> And then I conected , the conection was succesful, but the dns didn't
> worked. The routes were correct since I pinged some machines
> of which I know the ip number (from my isp network and from outside the isp)
> and all seemed correct.
>
> Any hints?
>
> I tried what dizzy suggested about leaving only the nameservers on
> resolv.conf , and so, but nothing has worked trough this moment
=============================================
Hi
below are my scripts when using the command
/etc/suseppp/scripts/ppp-up generic
also ive created a simple script as such
open an editor type in the command
/etc/suseppp/scripts/ppp-up generic
I called it dial and placed in my home dir
chmod +x dial
then use ./dial as the command
anyway, here are the scripts that work on my system
below are clipped from my Llinux page
=====================================
2) use the command /etc/suseppp/scripts/ppp-up generic
however using this youll posibly need to adjust your
/etc/suseppp/generic.options
file something like this
/dev/modem change to /dev/ttyS? where ? is the # of the modem
below are scripts that worked for me using a PAP (password authentication
protocol)
=====================================
/etc/suseppp/generic.options
/dev/ttyS0
19200
crtscts
lock
name "my username"
noipdefault
defaultroute
debug
=================================
/etc/suseppp/generic.chat
TIMEOUT 60
ABORT "NO CARRIER"
ABORT BUSY
ABORT "NO DIALTONE"
ABORT ERROR
"" +++\dATZ
OK ATDTyourispsphone#
CONNECT
------------------------------------------------------
/etc/ppp/pap-secrets
# client server secret ip address
yourusername * yourpassword
-----------------------------------------------------
/etc/resolv.conf
nameserver 199.99.99.8
nameserver 199.99.99.9
-----------------------------------------------------
/etc/host.conf
order hosts bind
multi on
----------------------------------------------------
I think its most peoples experience to have to modify thease files after
creating a ppp with yast
also in yast you may want to check these options
make sure the modem ppp has an ip of 0.0.0.0 and PtP of 0.0.0.0
*the only areas filled in are*
use isp generic country ALL
check default route & deb
ppp login & passwd
phone # of isp
isp nameserver <both on one line seperated by a space> 199.99.9.8 199.99.9.9
thats it! nothing else filled in- then check the scripts above and make the
necesary changes
hth
rob
Linux Home page http://www.connix.com/~dizzy73/LBM.htm
-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html