"Vicente A.S. Werner" wrote:

> Hello All,
>
>  Here's the info drizzt said to me to post, the  tail of the messages log
> file of a
> connection, the named.conf,resolv.conf,host.conf and host files from the
> /etc directory.
>
>  To configure the connection I use YaST, I first create a network device ,
> then do a
> ppp config with those params:
>
>  ISP Generic , Country ALL
>  Debug on and the set default route.
>  Phone # 923319000 , PAP authentification
>  My username and my passwd
>  I put the nameservers 194.76.27.2 194.76.27.4
>  And nothing else.
>
> I save the config and I made the device active.

And how do you initiate the ppp connection?

>
>
> To connect I run the scripts from /etc/suseppp/scripts without any
> modifications.
>
> Here are the files:

the crucial files are (depending on how you dial up) assuming you're using the
suseppp configed by yast as you describe all are in /etc/suseppp
generic.options
generic.chat
chat.secrets
and /etc/resolv.conf but youu seem to have that rite

>
>
> file:host.conf
> order hosts bind
> multi on

correct

>
>
> file:hosts
> #
> # hosts  This file describes a number of hostname-to-address
> #  mappings for the TCP/IP subsystem.  It is mostly
> #  used at boot time, when no name servers are running.
> #  On small systems, this file can be used instead of a
> #  "named" name server.  Just add the names, addresses
> #  and any aliases to this file...
> #
> 127.0.0.1 localhost
> 127.0.0.2       windrider  windrider

If youre not on a network I would remove the second line as  ppp will get your
hostname from rc.config

>
>
> file:named.conf
> /* sample configuration file for BIND 8.1 or later

this dosent matter for ppp-although I see the second dns # as ending with 41
above you just have 4

>
>  * should be installed as /etc/named.conf
>  *
>  * Author: Florian La Roche
>  */
>
> #
> # overall options of the server
> #
> options {
>  directory "/var/named";
>  # the default is to fail, if the master file is not correct
>  check-names master warn;
>  pid-file "/var/named/slave/named.pid";
>  datasize default;
>  stacksize default;
>  coresize default;
>  files unlimited;
>  recursion yes;
>  multiple-cnames no;  // if yes, then a name my have more
>      // than one CNAME RR.  This use
>      // is non-standard and is not
>      // recommended, but it is available
>      // because previous releases supported
>      // it and it was used by large sites
>      // for load balancing.
>  forward only;
>  # list of DNS servers to ask
>  forwarders {
>   194.76.27.2;
>   194.76.27.41;
>  };
>  # the default is to listen on port 53 on all available interfaces
>  # you can also give a detailed list:
>  #listen-on { 5.6.7.8; };
>  #listen-on port 1234 { !1.2.3.4; 1.2/16; };
> };
>
> #
> # do not be verbose about these problems...
> #
> #logging {
> # category lame-servers { null; };
> # category cname { null; };
> #};
> #
> # predefined access control lists (acl):
> # "any"  allows all hosts
> # "none" denies all hosts
> # "localhost" allows the IP adresses of all interfaces of the system
> # "localnets" allows any host on a network of the local interfaces
> #
> # defining an additional ACL:
> #acl can_download { 192.168.0.17; 192.168.0.18; };
> #
> # The server statement defines the characteristics to be associated with
> # a remote name server.
> #
> # Marking a server as bogus will prevent queries to that server.
> #server 192.168.0.128 { bogus yes; }
> # If the other name server has also BIND 8.1 or newer installed, you
> # can allow compacter zone transfers with this statement.
> #server 192.168.0.128 { transfer-format many-answers; }
> zone "." IN {
>         type hint;
>         file "root.hint";
> };
> zone "localhost" IN {
>  type master;
>  file "localhost.zone";
>  check-names fail;
>  allow-update { none; };
> };
> zone "0.0.127.in-addr.arpa" IN {
>  type master;
>  file "127.0.0.zone";
>  check-names fail;
>  allow-update { none; };
> };
> file:resol.conf
> #
> # /etc/resolv.conf
> #
> # Automatically generated by SuSEconfig on Mon Jan 11 22:22:02 CET 1999.
> #
> # PLEASE DO NOT EDIT THIS FILE!
> #
> # Change variables (NAMESERVER + SEARCHLIST) in /etc/rc.config instead.

in your rc.config are the dns #s on one line? check that /etc/rc.config
couple of things you could do... post the generic options chat  and first ? in
this message
try # named in /etc/services
or.... if you want to simplify the whole thing just use wvdial (of course then
you dont know what the problem was) with so many variables more info is needed
particullary
##################################
how you initiate the dialup
the files in /etc/suseppp (if thats what youre using to dial)
generic.options-generic.chat-chat-secrets
##################################

>
> #
> #
> nameserver 194.76.27.2
> nameserver 194.76.27.41
> file:tail of messages log
> Jan 12 15:49:48 windrider pppd[289]: rcvd [LCP EchoReq id=0x8e 04 fd 36 85]
> Jan 12 15:49:48 windrider pppd[289]: sent [LCP EchoRep id=0x8e 39 56 31 2a]
> Jan 12 15:49:48 windrider pppd[289]: sent [IPXCP ConfReq id=0x1 <network 0>

This is looking for an IPX protocol and seems to be failing someone posted about
this a few weeks ago

>
> <node 0000e08cc70a> <router proto 2> <complete>]
> Jan 12 15:49:51 windrider pppd[289]: sent [IPXCP ConfReq id=0x1 <network 0>
> <node 0000e08cc70a> <router proto 2> <complete>]
> Jan 12 15:49:52 windrider pppd[289]: rcvd [LCP EchoReq id=0xde 04 fd 36 85]
> Jan 12 15:49:52 windrider pppd[289]: sent [LCP EchoRep id=0xde 39 56 31 2a]
> Jan 12 15:49:54 windrider pppd[289]: sent [IPXCP ConfReq id=0x1 <network 0>
> <node 0000e08cc70a> <router proto 2> <complete>]
> Jan 12 15:49:56 windrider pppd[289]: rcvd [LCP EchoReq id=0x2e 04 fd 36 85]
> Jan 12 15:49:56 windrider pppd[289]: sent [LCP EchoRep id=0x2e 39 56 31 2a]
> Jan 12 15:49:57 windrider pppd[289]: sent [IPXCP ConfReq id=0x1 <network 0>
> <node 0000e08cc70a> <router proto 2> <complete>]
> Jan 12 15:50:00 windrider pppd[289]: rcvd [LCP EchoReq id=0x7e 04 fd 36 85]
> Jan 12 15:50:00 windrider pppd[289]: sent [LCP EchoRep id=0x7e 39 56 31 2a]
> Jan 12 15:50:00 windrider pppd[289]: sent [IPXCP ConfReq id=0x1 <network 0>
> <node 0000e08cc70a> <router proto 2> <complete>]
> Jan 12 15:50:03 windrider pppd[289]: sent [IPXCP ConfReq id=0x1 <network 0>
> <node 0000e08cc70a> <router proto 2> <complete>]
> Jan 12 15:50:04 windrider pppd[289]: rcvd [LCP EchoReq id=0xce 04 fd 36 85]
> Jan 12 15:50:04 windrider pppd[289]: sent [LCP EchoRep id=0xce 39 56 31 2a]
> Jan 12 15:50:06 windrider pppd[289]: IPXCP: timeout sending Config-Requests

>
> Jan 12 15:50:07 windrider pppd[289]: rcvd [proto=0x31] 00 01 ff ff ff ff ff
> ff 08 00 02 29 84 b3 08 00 45 00 02 40 8f 65 40 00 1e 11 cb 48 00 00 00 00
> ff ff ff ff 00 44 00 43 02 2c d0 85 01 01 06 00 00 00 00 01 00 10 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08 00 02 29 84 b3 00
> Jan 12 15:50:07 windrider pppd[289]:  00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> Jan 12 15:50:07 windrider pppd[289]:  00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> Jan 12 15:50:07 windrider pppd[289]:  00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 63 82 53 63 3c 04 33
> 43 6f 6d ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> Jan 12 15:50:07 windrider pppd[289]:  00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> Jan 12 15:50:07 windrider pppd[289]:  00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> Jan 12 15:50:07 windrider pppd[289]:  00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> Jan 12 15:50:07 windrider pppd[289]:  00 00 00
> Jan 12 15:50:07 windrider pppd[289]: Unknown protocol (0x31) received
> Jan 12 15:50:07 windrider pppd[289]: sent [LCP ProtRej id=0x7 00 31 00 01 ff
> ff ff ff ff ff 08 00 02 29 84 b3 08 00 45 00 02 40 8f 65 40 00 1e 11 cb 48
> 00 00 00 00 ff ff ff ff 00 44 00 43 02 2c d0 85 01 01 06 00 00 00 00 01 00
> 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08 00 02
> Jan 12 15:50:07 windrider pppd[289]:  29 84 b3 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> Jan 12 15:50:07 windrider pppd[289]:  00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> Jan 12 15:50:07 windrider pppd[289]:  00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 63 82 53
> 63 3c 04 33 43 6f 6d ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> Jan 12 15:50:07 windrider pppd[289]:  00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> Jan 12 15:50:07 windrider pppd[289]:  00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> Jan 12 15:50:07 windrider pppd[289]:  00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> Jan 12 15:50:07 windrider pppd[289]:  00 00 00 00 00 00 00]
> Jan 12 15:50:08 windrider pppd[289]: rcvd [LCP EchoReq id=0x1e 04 fd 36 85]
> Jan 12 15:50:08 windrider pppd[289]: sent [LCP EchoRep id=0x1e 39 56 31 2a]
> Jan 12 15:50:12 windrider pppd[289]: rcvd [LCP EchoReq id=0x6e 04 fd 36 85]
> Jan 12 15:50:12 windrider pppd[289]: sent [LCP EchoRep id=0x6e 39 56 31 2a]
> Jan 12 15:50:16 windrider pppd[289]: rcvd [LCP EchoReq id=0xbe 04 fd 36 85]
> Jan 12 15:50:16 windrider pppd[289]: sent [LCP EchoRep id=0xbe 39 56 31 2a]
> Jan 12 15:50:20 windrider pppd[289]: rcvd [LCP EchoReq id=0xe 04 fd 36 85]
> Jan 12 15:50:20 windrider pppd[289]: sent [LCP EchoRep id=0xe 39 56 31 2a]
> Jan 12 15:50:24 windrider pppd[289]: rcvd [LCP EchoReq id=0x5e 04 fd 36 85]
> Jan 12 15:50:24 windrider pppd[289]: sent [LCP EchoRep id=0x5e 39 56 31 2a]
> Jan 12 15:50:28 windrider pppd[289]: rcvd [LCP EchoReq id=0xae 04 fd 36 85]
> Jan 12 15:50:28 windrider pppd[289]: sent [LCP EchoRep id=0xae 39 56 31 2a]
>
> -
> 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

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

Reply via email to