On Tuesday 29 June 2004 03:13 pm, Hoyt Bailey wrote:
> On Tuesday 29 June 2004 10:00, Tom Brinkman wrote:
> > On Tuesday 29 June 2004 07:03 am, Hoyt Bailey wrote:
> > > On Tuesday 29 June 2004 06:44, Fajar Priyanto wrote:
> > > > Your problem seems to be in the name server 192.168.0.1
> > >
> > > Ok any ideas what I can do about it.  Apparantly that was
> > > installed by 'sbcglobal.com' at least I suppose it was.
> >
> >    run 'dig sbcglobal.net'   and look for somethin like
> >
> >   ;; SERVER: 151.164.79.201#53(151.164.79.201)
> >
> >    That's mine, 151.164.79.201   from sbcglobal.net,
> > Southwestern Bell access.
> >
> >  I have this in resolv.conf, automatically put there by
> > rp-pppoe
> >
> >  tom $ cat /etc/ppp/resolv.conf
> > nameserver 151.164.79.201
> > nameserver 151.164.11.201
>
> [EMAIL PROTECTED] hoyt]# dig sbcglobal.net
>
> ; <<>> DiG 9.2.3 <<>> sbcglobal.net
> ;; global options:  printcmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63240
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1,
> ADDITIONAL: 0
>
> ;; QUESTION SECTION:
> ;sbcglobal.net.                 IN      A
>
> ;; AUTHORITY SECTION:
> sbcglobal.net.          6291    IN      SOA     ns1.swbell.net.
> postmaster.swbell.net. 200406251 3600 900 604800 7200
>
> ;; Query time: 21 msec
> ;; SERVER: 192.168.0.1#53(192.168.0.1)
> ;; WHEN: Tue Jun 29 15:01:26 2004
> ;; MSG SIZE  rcvd: 89
>
> A slight problem that address is my dsl modem.  At least when I
> put it into mozilla I get the modem.  It is also the address in
> '/etc/resolv.conf'.

     As someone (probly more knowledgeable than me) alluded to, 
192.168.x.x is not a valid DNS. You could try my sbcglobal DNS 
numbers in your resolv.conf (?)  Or 'urpmi whois' and see what it 
spits out for NS* numbers.  Probly be a good idea to 'urpme 
tmdns' or at least stop that useless trouble causing service.

    Also, tho my DSL connection is dynamic, this seems to work 
better:

DEVICE=eth0
BOOTPROTO=static
         ^^^^^^^^   Back during 9.x development, Mandrake 
developers told me this didn't make sense, but now it's the 
Mandrake default, at least the fresh installs I've done since.

IPADDR=10.0.0.10
NETMASK=255.255.255.0
NETWORK=10.0.0.0
BROADCAST=10.0.0.255
ONBOOT=yes
MII_NOT_SUPPORTED=no
                ^^^^^  that's for a very well supported D-link 530 
TX+ card.  You might try setting this to =yes  (which means MII 
will be disabled).

    I suspect you've got some LAN misconfigure(s), but I can't go 
there. Never done it.
-- 
      Tom Brinkman                 Corpus Christi, Texas
               Proud to be an American

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to