Re: [newbie] Resolver random results.

2004-07-03 Thread Mikkel L. Ellertson
Hoyt Bailey wrote

[EMAIL PROTECTED] hoyt]$ cat /etc/sysconfig/network
HOSTNAME=68.89.250.128
NETWORKING=yes
[EMAIL PROTECTED] hoyt]$ 
cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
NETMASK=255.255.255.0
ONBOOT=yes
MII_NOT_SUPPORTED=yes
WIRELESS_ENC_KEY=""
NEEDHOSTNAME=yes
 

Ok.
[EMAIL PROTECTED] hoyt]$ /sbin/ifconfig
eth0  Link encap:Ethernet  HWaddr 00:20:ED:95:6D:3D
 inet addr:68.91.149.247  Bcast:68.91.149.255  
Mask:255.255.255.0
 inet6 addr: fe80::220:edff:fe95:6d3d/64 Scope:Link
 UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 RX packets:455 errors:0 dropped:0 overruns:0 frame:0
 TX packets:610 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:1000
 RX bytes:187637 (183.2 Kb)  TX bytes:68588 (66.9 Kb)
 Interrupt:18 Base address:0xe000

loLink encap:Local Loopback
 inet addr:127.0.0.1  Mask:255.0.0.0
 inet6 addr: ::1/128 Scope:Host
 UP LOOPBACK RUNNING  MTU:16436  Metric:1
 RX packets:210 errors:0 dropped:0 overruns:0 frame:0
 TX packets:210 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:0
 RX bytes:16386 (16.0 Kb)  TX bytes:16386 (16.0 Kb)
[EMAIL PROTECTED] hoyt]$ /bin/hostname
adsl-68-91-149-247.dsl.okcyok.swbell.net
This must have been set by sbcglobal since I didnt do it and don't
understand why it was done.
 

The hostname was set because of the "NEEDHOSTNAME=yes" line in 
ifcfg-eth0.  This says that the script should set the hostname by doing 
a reverse lookup on the IP address assigned by DHCP.  It comes in handy 
if you don't have your own hostname for the machine.

Mikkel
--
   Do not meddle in the affairs of dragons,
for you are crunchy and taste good with ketchup.


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



Re: [newbie] Resolver random results.

2004-07-03 Thread John Rye
On Sat, 03 Jul 2004 08:16:25 -0500
Hoyt Bailey <[EMAIL PROTECTED]> wrote:

> Well I think I made all the changes that were recommended.  I still dont
> understand although I was able to contact my bank and access my account 
> which is what really started all this.  It appears that everything is 
> now working. But I have some questions.
> I went into the welcome screen, Configuration and redone the internet 
> portion.
> Reset hostname to: 68.89.250.128
> Reset 1st DNS to:151.164.1.8
> Reset  2nd DNS to : 206.13.28.12
> Reset  3rd DNS to: 151.164.11.201 (provided by Tom)
> Rebooted the system.

You didn't need to reboot, a 'service network restart" as root will
restart your network with the changed parameters.

I'm still confused about why you set your hostname to an ip
address

> 
> '/etc/resolv.conf' didnt change?
> [EMAIL PROTECTED] hoyt]$ cat /etc/resolv.conf
> search domain_not_set.invalid
> nameserver 192.168.0.1
> nameserver 192.168.0.1

Just to try and help us understand a little about your setup could you
post the results of both '/sbin/ifconfig' and '/bin/hostname'

> [EMAIL PROTECTED] hoyt]$ cat /etc/sysconfig/network
> HOSTNAME=68.89.250.128
> NETWORKING=yes
> [EMAIL PROTECTED] hoyt]$ 
> cat /etc/sysconfig/network-scripts/ifcfg-eth0
> DEVICE=eth0
> BOOTPROTO=dhcp
> NETMASK=255.255.255.0
> ONBOOT=yes
> MII_NOT_SUPPORTED=yes
> WIRELESS_ENC_KEY=""
> NEEDHOSTNAME=yes

Cheers

John (nz)


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



Re: [newbie] Resolver random results.

2004-07-03 Thread Mikkel L. Ellertson
Hoyt Bailey wrote:
Well I think I made all the changes that were recommended. I still dont
understand although I was able to contact my bank and access my account
which is what really started all this. It appears that everything is
now working. But I have some questions.
I went into the welcome screen, Configuration and redone the internet
portion.
 


Reset hostname to: 68.89.250.128
Reset 1st DNS to:151.164.1.8
Reset  2nd DNS to : 206.13.28.12
Reset  3rd DNS to: 151.164.11.201 (provided by Tom)
Rebooted the system.
'/etc/resolv.conf' didnt change?
[EMAIL PROTECTED] hoyt]$ cat /etc/resolv.conf
search domain_not_set.invalid
nameserver 192.168.0.1
nameserver 192.168.0.1
[EMAIL PROTECTED] hoyt]$ cat /etc/sysconfig/network
HOSTNAME=68.89.250.128
NETWORKING=yes
[EMAIL PROTECTED] hoyt]$ 
cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
NETMASK=255.255.255.0
ONBOOT=yes
MII_NOT_SUPPORTED=yes
WIRELESS_ENC_KEY=""
NEEDHOSTNAME=yes

 

It sounds like the DSL "modem" acts like a caching name server, and 
forwards the requests to the ISP's name servers.  If you had changed the 
host name to something local, and the name wasn't in /etc/hosts, then 
that would slow down network operations, because you would have to wait 
for the timeout as the system looked up your host name.  If you want to 
specify your own host name, you should make it an alias for localhost...

Mikkel
--
   Do not meddle in the affairs of dragons,
for you are crunchy and taste good with ketchup.


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



Re: [newbie] Resolver random results.

2004-07-03 Thread Hoyt Bailey
Well I think I made all the changes that were recommended.  I still dont 
understand although I was able to contact my bank and access my account 
which is what really started all this.  It appears that everything is 
now working. But I have some questions.
I went into the welcome screen, Configuration and redone the internet 
portion.
Reset hostname to: 68.89.250.128
Reset 1st DNS to:151.164.1.8
Reset  2nd DNS to : 206.13.28.12
Reset  3rd DNS to: 151.164.11.201 (provided by Tom)
Rebooted the system.

'/etc/resolv.conf' didnt change?
[EMAIL PROTECTED] hoyt]$ cat /etc/resolv.conf
search domain_not_set.invalid
nameserver 192.168.0.1
nameserver 192.168.0.1
[EMAIL PROTECTED] hoyt]$ cat /etc/sysconfig/network
HOSTNAME=68.89.250.128
NETWORKING=yes
[EMAIL PROTECTED] hoyt]$ 
cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
NETMASK=255.255.255.0
ONBOOT=yes
MII_NOT_SUPPORTED=yes
WIRELESS_ENC_KEY=""
NEEDHOSTNAME=yes


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



Re: [newbie] Resolver random results.

2004-07-01 Thread Hoyt Bailey
On Thursday 01 July 2004 13:47, Tom Brinkman wrote:
> On Thursday 01 July 2004 12:18 pm, Hoyt Bailey wrote:
> > >      I forgot one thing Hoyt. SBC (at least here) requires I
> > > use my email address as my UserID.  EG,
> > > [EMAIL PROTECTED], instead of as rp-pppoe suggests,
> > > just tbrinkman.
> 
> >
> > I noticed that my tag line on the terminal changed to:
> > [EMAIL PROTECTED] hoyt]$
> > I suspected that was my user ID provided by sbc, (in dot
> > notation). 67.65.249.187. Yahoo accepts the email address.
> > --
> > Regards;
> > Hoyt
> 
> Which makes me suspect your entire network is misconfigured. 
> The only time my bash prompt got changed such as yours was early 
> on in my DSL experience (2 years ago).  Even then I had always 
> edited /etc/bashrc to eliminate 'localhost' from my bash prompt.
> [ "$PS1" = "\\s-\\v\\\$ " ] && PS1=" \W \\$ "   I knew there was 
> somethin wrong when I got a promtp like yours, and my dsl 
> connection was fubar'd at the same time.
> 
>Maybe you've got hostname screwed up somewhere along the line? 
> I don't fool with it because it can break so many things.  
> There's several hands on this list that would be better at helpin 
> you than me.

Thats likely.  I got some advise on changeing it but didnt implement the 
change, maybe its time.
-- 
Regards;
Hoyt


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



Re: [newbie] Resolver random results.

2004-07-01 Thread Tom Brinkman
On Thursday 01 July 2004 12:18 pm, Hoyt Bailey wrote:
> >      I forgot one thing Hoyt. SBC (at least here) requires I
> > use my email address as my UserID.  EG,
> > [EMAIL PROTECTED], instead of as rp-pppoe suggests,
> > just tbrinkman.

>
> I noticed that my tag line on the terminal changed to:
> [EMAIL PROTECTED] hoyt]$
> I suspected that was my user ID provided by sbc, (in dot
> notation). 67.65.249.187. Yahoo accepts the email address.
> --
> Regards;
> Hoyt

Which makes me suspect your entire network is misconfigured. 
The only time my bash prompt got changed such as yours was early 
on in my DSL experience (2 years ago).  Even then I had always 
edited /etc/bashrc to eliminate 'localhost' from my bash prompt.
[ "$PS1" = "\\s-\\v\\\$ " ] && PS1=" \W \\$ "   I knew there was 
somethin wrong when I got a promtp like yours, and my dsl 
connection was fubar'd at the same time.

   Maybe you've got hostname screwed up somewhere along the line? 
I don't fool with it because it can break so many things.  
There's several hands on this list that would be better at helpin 
you than me.
-- 
  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



Re: [newbie] Resolver random results.

2004-07-01 Thread Hoyt Bailey
On Thursday 01 July 2004 11:35, Tom Brinkman wrote:
> On Thursday 01 July 2004 10:38 am, Hoyt Bailey wrote:
> > >    Yes, "Everything just happened" for me.  Other than some
> > > initial problems when I first got DSL while usin 9.0,
> > > Mandrake (cooker) installs have always configured eth0 for me
> > > after I input the info during the install, and most all of
> > > the entries I leave blank, or at default. About all I enter,
> > > IIRC, is sbcglobal.net, my user ID and password. I don't
> > > start the connect at boot, and I believe that is the default.
> > >
> > >    Then a rp-pppoe run of 'adsl-setup' to answer about a half
> > > dozen questions.  One of which one is to enter DNS, I just
> > > type 'server' and DNS is automagically obtained from
> > > sbcglobal.net. Often after recent fresh installs (/home is
> > > saved), I don't even need to re-do a 'adsl-setup'
> > >
> > >      I avoid usin Mandrake's 'drakconnect'.  I believe recent
> > > Mandrake versions install rp-pppoe when you choose 'adsl'
> > > during install anyhow.
> > > --
> > >       Tom Brinkman                 Corpus Christi, Texas
> > >                Proud to be an American
> >
> > Thanks for your advise I know all of ppp is installed but I
> > dont think its being used.
> > --
> > Regards;
> > Hoyt
> 
>  I forgot one thing Hoyt. SBC (at least here) requires I use 
> my email address as my UserID.  EG, [EMAIL PROTECTED], 
> instead of as rp-pppoe suggests, just tbrinkman.
> -- 
>   Tom Brinkman Corpus Christi, Texas
>Proud to be an American
> 
> 
I noticed that my tag line on the terminal changed to:
[EMAIL PROTECTED] hoyt]$
I suspected that was my user ID provided by sbc, (in dot 
notation). 67.65.249.187. Yahoo accepts the email address.
-- 
Regards;
Hoyt


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



Re: [newbie] Resolver random results.

2004-07-01 Thread Hoyt Bailey
On Thursday 01 July 2004 11:28, John Rye wrote:
> On Thu, 01 Jul 2004 10:15:42 -0500
> Hoyt Bailey <[EMAIL PROTECTED]> wrote:
> 
> > On Thursday 01 July 2004 09:08, Mikkel L. Ellertson wrote:
> > > Hoyt Bailey wrote:
> > > >> As far as resolv.conf, if you are running DCHD, then the file
> > > >> should get rebuilt with the information from your DSL modem. 
But it
> > > >> is possible that you have overridden this. Could you post the
> > > >> contence of /etc/sysconfig/networks, and
> > >  >> /etc/sysconfig/network-scripts/ifcfg-eth0?
> > > > 
> > > >>  (Also ifcfg-eth1 if you have one.)  There are some logs 
> > in /var/logs 
> > > >>that may help as well, but I don't remember exactly where 
Mandrake 
> > > >> puts things, and you don't want to post /var/log/messages!
> > > >>
> > > > 
> > > > Should I remove dhcp, since this is a single user desktop 
machine I 
> > have 
> > > > no use for networking unless necessary for other things.  There 
is 
> > no 
> > > > eth1.
> > > > 
> > > No, you need it to configure the port to talk to your router.
> > 
> > I don't have a router unless the DSL modem is acting as one.  It is 
> > supposed to have a firewall?
> > 
> > > 
> > > > [EMAIL PROTECTED] hoyt]$ cat /etc/sysconfig/networks
> > > > cat: /etc/sysconfig/networks: No such file or directory
> > > > [EMAIL PROTECTED] hoyt]$ 
> > > 
> > > 
> > > Typo on my part - should be /etc/sysconfig/network
> > > 
> > > > cat /etc/sysconfig/network-scripts/ifcfg-eth0
> > > > DEVICE=eth0
> > > > BOOTPROTO=dhcp
> > > > NETMASK=255.255.255.0
> > > > ONBOOT=yes
> > > > MII_NOT_SUPPORTED=no
> > > > WIRELESS_ENC_KEY=""
> > > > NEEDHOSTNAME=yes
> > > > [EMAIL PROTECTED] hoyt]$
> > > > 
> > > One thing I forgot to ask you - does your ISP use PPPoE?  One way 
to 
> > > check this is in Windows run winipcfg and check what interfaces 
you 
> > > have.  If you are using PPPoE, someone else on the list can 
probably 
> > > walk you through the proper way of setting it up.
> > > 
> > > Mikkel
> > I don't have Windows installed but I don't think pppoe is involved.  
> > '/etc/ppp/resolver.conf' dosent exist the file '/etc/resolv.conf' 
does.
> > 
> > [EMAIL PROTECTED] hoyt]$ cat /etc/sysconfig/network
> > HOSTNAME=192.168.0.1
> > NETWORKING=yes
> > 
> > [EMAIL PROTECTED] hoyt]$ cat /etc/resolv.conf
> > search domain_not_set.invalid
> > nameserver 192.168.0.1
> > nameserver 192.168.0.1
> > 
> > I set this yesterday to the nameservers provided by sbcglobal but it 
> > always gets reset.  I need a way to put the right nameservers in 
this 
> > file instead of my DSL modem.
> 
> Hoyt,
> 
> My  /etc/sysconfig/network-scripts/ifcfg-eth0 - which defines my local
> network, yours _should look somewhat similar, being in mind that the
> ip numbers may be different.
> 
> [EMAIL PROTECTED] lists]$ cat /etc/sysconfig/network-scripts/ifcfg-eth0
> DEVICE=eth0
> BOOTPROTO=static
> IPADDR=192.168.1.5
> NETMASK=255.255.255.0
> NETWORK=192.168.1.0
> BROADCAST=192.168.1.255
> ONBOOT=yes
> MII_NOT_SUPPORTED=no
> [EMAIL PROTECTED] lists]$
> 
> My local loopback network (ipcfg-lo) is defined like this:
> 
> [EMAIL PROTECTED] lists]$ cat /etc/sysconfig/network-scripts/ifcfg-lo
> DEVICE=lo
> IPADDR=127.0.0.1
> NETMASK=255.0.0.0
> NETWORK=127.0.0.0
> # If you're having problems with gated making 127.0.0.0/8 a martian,
> # you can change this to something else (255.255.255.255, for example)
> BROADCAST=127.255.255.255
> ONBOOT=yes
> NAME=loopback
> [EMAIL PROTECTED] lists]$
> 
> Yours should not be any different.
> 
> This is what I have in /etc/sysconfig/network
> 
> [EMAIL PROTECTED] lists]$ cat /etc/sysconfig/network
> HOSTNAME=pilot.localhost.localdomain
> NETWORKING=yes
> GATEWAY=
> [EMAIL PROTECTED] lists]$
> 
> And is what I would expect to see in yours, There's something not 
right
> about your network setup (not wrong, just not right).
> 
> In just about every network setup I've seen HOSTNAME has been 
configured
> as above ie. the name of the machine on the local network
> 
> Have you considered re-running the network configuration from Mandrake
> Control Centre for both your local network and your DSL setup now that 
you
> have the parameters supplied by your ISP
> 
> I don't have DSL (only dial-up) and my etc/ppp/resolv.conf contains
> ONLY the following:
> 
> [EMAIL PROTECTED] lists]$ cat /etc/ppp/resolv.conf
> nameserver 203.97.33.14
> nameserver 203.97.37.14
> [EMAIL PROTECTED] lists]$
> 
> While /etc/resolv.conf contains:
> [EMAIL PROTECTED] lists]$ cat /etc/resolv.conf
> search clear.net.nz localhost.localdomain
> nameserver 203.97.33.14
> nameserver 203.97.37.14
> [EMAIL PROTECTED] lists]$
> 
> All of this stuff is initially setup when you do your network settings
> during installation.
> 
> On my system /etc/resolv.conf is changed at every use, with
> what appears to be the content of /etc/ppp/resolv.conf being appended 
with
> a couple of blank lines then a commented line which says something 
like:
> "# Temporary PPP," and then the content of 

Re: [newbie] Resolver random results.

2004-07-01 Thread John Rye
On Thu, 01 Jul 2004 10:15:42 -0500
Hoyt Bailey <[EMAIL PROTECTED]> wrote:

> On Thursday 01 July 2004 09:08, Mikkel L. Ellertson wrote:
> > Hoyt Bailey wrote:
> > >> As far as resolv.conf, if you are running DCHD, then the file
> > >> should get rebuilt with the information from your DSL modem. But it
> > >> is possible that you have overridden this. Could you post the
> > >> contence of /etc/sysconfig/networks, and
> >  >> /etc/sysconfig/network-scripts/ifcfg-eth0?
> > > 
> > >>  (Also ifcfg-eth1 if you have one.)  There are some logs 
> in /var/logs 
> > >>that may help as well, but I don't remember exactly where Mandrake 
> > >> puts things, and you don't want to post /var/log/messages!
> > >>
> > > 
> > > Should I remove dhcp, since this is a single user desktop machine I 
> have 
> > > no use for networking unless necessary for other things.  There is 
> no 
> > > eth1.
> > > 
> > No, you need it to configure the port to talk to your router.
> 
> I don't have a router unless the DSL modem is acting as one.  It is 
> supposed to have a firewall?
> 
> > 
> > > [EMAIL PROTECTED] hoyt]$ cat /etc/sysconfig/networks
> > > cat: /etc/sysconfig/networks: No such file or directory
> > > [EMAIL PROTECTED] hoyt]$ 
> > 
> > 
> > Typo on my part - should be /etc/sysconfig/network
> > 
> > > cat /etc/sysconfig/network-scripts/ifcfg-eth0
> > > DEVICE=eth0
> > > BOOTPROTO=dhcp
> > > NETMASK=255.255.255.0
> > > ONBOOT=yes
> > > MII_NOT_SUPPORTED=no
> > > WIRELESS_ENC_KEY=""
> > > NEEDHOSTNAME=yes
> > > [EMAIL PROTECTED] hoyt]$
> > > 
> > One thing I forgot to ask you - does your ISP use PPPoE?  One way to 
> > check this is in Windows run winipcfg and check what interfaces you 
> > have.  If you are using PPPoE, someone else on the list can probably 
> > walk you through the proper way of setting it up.
> > 
> > Mikkel
> I don't have Windows installed but I don't think pppoe is involved.  
> '/etc/ppp/resolver.conf' dosent exist the file '/etc/resolv.conf' does.
> 
> [EMAIL PROTECTED] hoyt]$ cat /etc/sysconfig/network
> HOSTNAME=192.168.0.1
> NETWORKING=yes
> 
> [EMAIL PROTECTED] hoyt]$ cat /etc/resolv.conf
> search domain_not_set.invalid
> nameserver 192.168.0.1
> nameserver 192.168.0.1
> 
> I set this yesterday to the nameservers provided by sbcglobal but it 
> always gets reset.  I need a way to put the right nameservers in this 
> file instead of my DSL modem.

Hoyt,

My  /etc/sysconfig/network-scripts/ifcfg-eth0 - which defines my local
network, yours _should look somewhat similar, being in mind that the
ip numbers may be different.

[EMAIL PROTECTED] lists]$ cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
IPADDR=192.168.1.5
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
ONBOOT=yes
MII_NOT_SUPPORTED=no
[EMAIL PROTECTED] lists]$

My local loopback network (ipcfg-lo) is defined like this:

[EMAIL PROTECTED] lists]$ cat /etc/sysconfig/network-scripts/ifcfg-lo
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback
[EMAIL PROTECTED] lists]$

Yours should not be any different.

This is what I have in /etc/sysconfig/network

[EMAIL PROTECTED] lists]$ cat /etc/sysconfig/network
HOSTNAME=pilot.localhost.localdomain
NETWORKING=yes
GATEWAY=
[EMAIL PROTECTED] lists]$

And is what I would expect to see in yours, There's something not right
about your network setup (not wrong, just not right).

In just about every network setup I've seen HOSTNAME has been configured
as above ie. the name of the machine on the local network

Have you considered re-running the network configuration from Mandrake
Control Centre for both your local network and your DSL setup now that you
have the parameters supplied by your ISP

I don't have DSL (only dial-up) and my etc/ppp/resolv.conf contains
ONLY the following:

[EMAIL PROTECTED] lists]$ cat /etc/ppp/resolv.conf
nameserver 203.97.33.14
nameserver 203.97.37.14
[EMAIL PROTECTED] lists]$

While /etc/resolv.conf contains:
[EMAIL PROTECTED] lists]$ cat /etc/resolv.conf
search clear.net.nz localhost.localdomain
nameserver 203.97.33.14
nameserver 203.97.37.14
[EMAIL PROTECTED] lists]$

All of this stuff is initially setup when you do your network settings
during installation.

On my system /etc/resolv.conf is changed at every use, with
what appears to be the content of /etc/ppp/resolv.conf being appended with
a couple of blank lines then a commented line which says something like:
"# Temporary PPP," and then the content of /etc/ppp/resolv.conf.

The appended part is removed when I disconnect.

See if this helps any to nail it down, although I think re-running your
network configuration wizards might be simpler than trying hit and miss
edits to config files. But in saying this bear in mind what Tom Brinkman
showed you in his responses in another part of this thr

Re: [newbie] Resolver random results.

2004-07-01 Thread Tom Brinkman
On Thursday 01 July 2004 10:38 am, Hoyt Bailey wrote:
> >    Yes, "Everything just happened" for me.  Other than some
> > initial problems when I first got DSL while usin 9.0,
> > Mandrake (cooker) installs have always configured eth0 for me
> > after I input the info during the install, and most all of
> > the entries I leave blank, or at default. About all I enter,
> > IIRC, is sbcglobal.net, my user ID and password. I don't
> > start the connect at boot, and I believe that is the default.
> >
> >    Then a rp-pppoe run of 'adsl-setup' to answer about a half
> > dozen questions.  One of which one is to enter DNS, I just
> > type 'server' and DNS is automagically obtained from
> > sbcglobal.net. Often after recent fresh installs (/home is
> > saved), I don't even need to re-do a 'adsl-setup'
> >
> >      I avoid usin Mandrake's 'drakconnect'.  I believe recent
> > Mandrake versions install rp-pppoe when you choose 'adsl'
> > during install anyhow.
> > --
> >       Tom Brinkman                 Corpus Christi, Texas
> >                Proud to be an American
>
> Thanks for your advise I know all of ppp is installed but I
> dont think its being used.
> --
> Regards;
> Hoyt

 I forgot one thing Hoyt. SBC (at least here) requires I use 
my email address as my UserID.  EG, [EMAIL PROTECTED], 
instead of as rp-pppoe suggests, just tbrinkman.
-- 
  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



Re: [newbie] Resolver random results.

2004-07-01 Thread Hoyt Bailey
On Thursday 01 July 2004 09:44, Tom Brinkman wrote:
> On Wednesday 30 June 2004 12:28 pm, Hoyt Bailey wrote:
> > On Wednesday 30 June 2004 11:21, Tom Brinkman wrote:
> 
> > My data: From sbcglobal.net.
> > Primary DNS address 151.164.1.8
> > Secondary DNS address 206.13.28.12
> > Question:  Where do I put it so rp-ppoe or DNS of whatever does
> > it will put it in '/etc/resolver.conf' because if I put it
> > there directely that whatever overwrites it.
> >
> > > > >  tom $ cat /etc/ppp/resolv.conf
> >
> > I dont have an /etc/ppp.resolv.conf mine is /etc/resolv.conf.
> 
>  /etc/ppp/resolv.conf   you should have one. I have no idea
>   ^^
> why one wasn't created, but it should have
> 
> nameserver 151.164.1.8
> nameserver 206.13.28.12
> 
> ... in it.  AFAIK, /etc/resolv.conf is a file generated by the 
> binary file, /etc/resolv.conf.tmp   As I said, I think you need 
> somebody more knowlegeable about all this than me. I only thought 
> I might be of help since I also use sbcglobal.net and they seem 
> to do things a little differently than many other DSL ISP's.
> 
> 
> > > 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.
> >
> > What file is this information in?
> 
> /etc/sysconfig/network-scripts/ifcfg-eth?  (where ? = 0 or 1)
>  
> >
> > > 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.
> >
> > It wouldnt supprise me because I dont have a LAN and have no
> > understanding of same.  Everything just happened.
> 
>Yes, "Everything just happened" for me.  Other than some 
> initial problems when I first got DSL while usin 9.0, Mandrake 
> (cooker) installs have always configured eth0 for me after I 
> input the info during the install, and most all of the entries I 
> leave blank, or at default. About all I enter, IIRC, is 
> sbcglobal.net, my user ID and password. I don't start the connect 
> at boot, and I believe that is the default.
> 
>Then a rp-pppoe run of 'adsl-setup' to answer about a half 
> dozen questions.  One of which one is to enter DNS, I just type 
> 'server' and DNS is automagically obtained from sbcglobal.net. 
> Often after recent fresh installs (/home is saved), I don't even 
> need to re-do a 'adsl-setup'
> 
>  I avoid usin Mandrake's 'drakconnect'.  I believe recent 
> Mandrake versions install rp-pppoe when you choose 'adsl' during 
> install anyhow.
> -- 
>   Tom Brinkman Corpus Christi, Texas
>Proud to be an American
> 
> 
Thanks for your advise I know all of ppp is installed but I dont think 
its being used. 
-- 
Regards;
Hoyt


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



Re: [newbie] Resolver random results.

2004-07-01 Thread Hoyt Bailey
On Thursday 01 July 2004 09:08, Mikkel L. Ellertson wrote:
> Hoyt Bailey wrote:
> >> As far as resolv.conf, if you are running DCHD, then the file
> >> should get rebuilt with the information from your DSL modem. But it
> >> is possible that you have overridden this. Could you post the
> >> contence of /etc/sysconfig/networks, and
>  >> /etc/sysconfig/network-scripts/ifcfg-eth0?
> > 
> >>  (Also ifcfg-eth1 if you have one.)  There are some logs 
in /var/logs 
> >>that may help as well, but I don't remember exactly where Mandrake 
> >> puts things, and you don't want to post /var/log/messages!
> >>
> > 
> > Should I remove dhcp, since this is a single user desktop machine I 
have 
> > no use for networking unless necessary for other things.  There is 
no 
> > eth1.
> > 
> No, you need it to configure the port to talk to your router.

I don't have a router unless the DSL modem is acting as one.  It is 
supposed to have a firewall?

> 
> > [EMAIL PROTECTED] hoyt]$ cat /etc/sysconfig/networks
> > cat: /etc/sysconfig/networks: No such file or directory
> > [EMAIL PROTECTED] hoyt]$ 
> 
> 
> Typo on my part - should be /etc/sysconfig/network
> 
> > cat /etc/sysconfig/network-scripts/ifcfg-eth0
> > DEVICE=eth0
> > BOOTPROTO=dhcp
> > NETMASK=255.255.255.0
> > ONBOOT=yes
> > MII_NOT_SUPPORTED=no
> > WIRELESS_ENC_KEY=""
> > NEEDHOSTNAME=yes
> > [EMAIL PROTECTED] hoyt]$
> > 
> One thing I forgot to ask you - does your ISP use PPPoE?  One way to 
> check this is in Windows run winipcfg and check what interfaces you 
> have.  If you are using PPPoE, someone else on the list can probably 
> walk you through the proper way of setting it up.
> 
> Mikkel
I don't have Windows installed but I don't think pppoe is involved.  
'/etc/ppp/resolver.conf' dosent exist the file '/etc/resolv.conf' does.

[EMAIL PROTECTED] hoyt]$ cat /etc/sysconfig/network
HOSTNAME=192.168.0.1
NETWORKING=yes

[EMAIL PROTECTED] hoyt]$ cat /etc/resolv.conf
search domain_not_set.invalid
nameserver 192.168.0.1
nameserver 192.168.0.1

I set this yesterday to the nameservers provided by sbcglobal but it 
always gets reset.  I need a way to put the right nameservers in this 
file instead of my DSL modem.
-- 
Regards;
Hoyt


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



Re: [newbie] Resolver random results.

2004-07-01 Thread Tom Brinkman
On Wednesday 30 June 2004 12:28 pm, Hoyt Bailey wrote:
> On Wednesday 30 June 2004 11:21, Tom Brinkman wrote:

> My data: From sbcglobal.net.
> Primary DNS address 151.164.1.8
> Secondary DNS address 206.13.28.12
> Question:  Where do I put it so rp-ppoe or DNS of whatever does
> it will put it in '/etc/resolver.conf' because if I put it
> there directely that whatever overwrites it.
>
> > > >  tom $ cat /etc/ppp/resolv.conf
>
> I dont have an /etc/ppp.resolv.conf mine is /etc/resolv.conf.

 /etc/ppp/resolv.conf   you should have one. I have no idea
  ^^
why one wasn't created, but it should have

nameserver 151.164.1.8
nameserver 206.13.28.12

... in it.  AFAIK, /etc/resolv.conf is a file generated by the 
binary file, /etc/resolv.conf.tmp   As I said, I think you need 
somebody more knowlegeable about all this than me. I only thought 
I might be of help since I also use sbcglobal.net and they seem 
to do things a little differently than many other DSL ISP's.


> > 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.
>
> What file is this information in?

/etc/sysconfig/network-scripts/ifcfg-eth?  (where ? = 0 or 1)
 
>
> > 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.
>
> It wouldnt supprise me because I dont have a LAN and have no
> understanding of same.  Everything just happened.

   Yes, "Everything just happened" for me.  Other than some 
initial problems when I first got DSL while usin 9.0, Mandrake 
(cooker) installs have always configured eth0 for me after I 
input the info during the install, and most all of the entries I 
leave blank, or at default. About all I enter, IIRC, is 
sbcglobal.net, my user ID and password. I don't start the connect 
at boot, and I believe that is the default.

   Then a rp-pppoe run of 'adsl-setup' to answer about a half 
dozen questions.  One of which one is to enter DNS, I just type 
'server' and DNS is automagically obtained from sbcglobal.net. 
Often after recent fresh installs (/home is saved), I don't even 
need to re-do a 'adsl-setup'

 I avoid usin Mandrake's 'drakconnect'.  I believe recent 
Mandrake versions install rp-pppoe when you choose 'adsl' during 
install anyhow.
-- 
  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



Re: [newbie] Resolver random results.

2004-07-01 Thread Mikkel L. Ellertson
Hoyt Bailey wrote:
As far as resolv.conf, if you are running DCHD, then the file
should get rebuilt with the information from your DSL modem. But it
is possible that you have overridden this. Could you post the
contence of /etc/sysconfig/networks, and
>> /etc/sysconfig/network-scripts/ifcfg-eth0?

 (Also ifcfg-eth1 if you have one.)  There are some logs in /var/logs 
that may help as well, but I don't remember exactly where Mandrake 
puts things, and you don't want to post /var/log/messages!

Should I remove dhcp, since this is a single user desktop machine I have 
no use for networking unless necessary for other things.  There is no 
eth1.

No, you need it to configure the port to talk to your router.
[EMAIL PROTECTED] hoyt]$ cat /etc/sysconfig/networks
cat: /etc/sysconfig/networks: No such file or directory
[EMAIL PROTECTED] hoyt]$ 

Typo on my part - should be /etc/sysconfig/network
cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
NETMASK=255.255.255.0
ONBOOT=yes
MII_NOT_SUPPORTED=no
WIRELESS_ENC_KEY=""
NEEDHOSTNAME=yes
[EMAIL PROTECTED] hoyt]$
One thing I forgot to ask you - does your ISP use PPPoE?  One way to 
check this is in Windows run winipcfg and check what interfaces you 
have.  If you are using PPPoE, someone else on the list can probably 
walk you through the proper way of setting it up.

Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!


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



Re: [newbie] Resolver random results.

2004-06-30 Thread Hoyt Bailey
On Wednesday 30 June 2004 11:21, Tom Brinkman wrote:
> 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
My data: From sbcglobal.net.
Primary DNS address 151.164.1.8
Secondary DNS address 206.13.28.12
Question:  Where do I put it so rp-ppoe or DNS of whatever does it will 
put it in '/etc/resolver.conf' because if I put it there directely that 
whatever overwrites it.
> > >
> > >  tom $ cat /etc/ppp/resolv.conf
I dont have an /etc/ppp.resolv.conf mine is /etc/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.  6291IN  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.
It would just be overwritten.
> 
> Also, tho my DSL connection is dynamic, this seems to work 
> better:
I dont know  what my DSL cennection is but dynamic is likely.
> 
> 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.
> 
What file is this information in?
> 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.
It wouldnt supprise me because I dont have a LAN and have no 
understanding of same.  Everything just happened.


-- 
Regards;
Hoyt


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



Re: [newbie] Resolver random results.

2004-06-30 Thread Tom Brinkman
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.  6291IN  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



Re: [newbie] Resolver random results.

2004-06-30 Thread Hoyt Bailey
I am sorry for the delay in providing  the info that was requested.  I 
noticed sometime yesterday afternoon that my messages were not being 
sent but were placed in the outbox instead. I have removed and 
reinstalled kontact this  morning and when I transfered the outbox 
everyting was sent in one session.

More Information:
I now have the primary DNS and secondary DNS addresses from my ISP. 
Where do I put them so they will be placed in '/etc/resolver.conf' 
instead of my dsl modem?


-- 
Regards;
Hoyt


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



Re: [newbie] Resolver random results.

2004-06-30 Thread Hoyt Bailey
On Tuesday 29 June 2004 18:32, Mikkel L. Ellertson wrote:
> Hoyt Bailey wrote:
> 
> > No luck whois not installed.  Isnt that for only local use.  That is 
it 
> > would tell me who was logged on to my domaine,  well I know that its 
> > me. I did find a whois web site but didnt get any results since  I 
dont 
> > know what my ISP's name is unless its 'sbcglobal.net' which it 
probably 
> > is.  But that doesnt help since first I have to go to my dsl modem 
and 
> > it takes a long time to time out.  If I remove everything from 
> > '/etc/resolv.conf'  It just gets replaced as is.  I dont understand 
> > what I'm doing?
> > 
> whois is for looking up information on domains.  who is for seeing who 
> is logged on your local machine.
> 
> As far as resolv.conf, if you are running DCHD, then the file should 
get 
> rebuilt with the information from your DSL modem.  But it is possible 
> that you have overridden this.  Could you post the contence of 
> /etc/sysconfig/networks, 
and /etc/sysconfig/network-scripts/ifcfg-eth0? 
>   (Also ifcfg-eth1 if you have one.)  There are some logs in /var/logs 
> that may help as well, but I don't remember exactly where Mandrake 
puts 
> things, and you don't want to post /var/log/messages!
> 
Should I remove dhcp, since this is a single user desktop machine I have 
no use for networking unless necessary for other things.  There is no 
eth1.

[EMAIL PROTECTED] hoyt]$ cat /etc/sysconfig/networks
cat: /etc/sysconfig/networks: No such file or directory
[EMAIL PROTECTED] hoyt]$ 
cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
NETMASK=255.255.255.0
ONBOOT=yes
MII_NOT_SUPPORTED=no
WIRELESS_ENC_KEY=""
NEEDHOSTNAME=yes
[EMAIL PROTECTED] hoyt]$

-- 
Regards;
Hoyt


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



Re: [newbie] Resolver random results.

2004-06-30 Thread Hoyt Bailey
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.  6291IN  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'.
-- 
Hoyt


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



Re: [newbie] Resolver random results.

2004-06-29 Thread Mikkel L. Ellertson
Hoyt Bailey wrote:
No luck whois not installed.  Isnt that for only local use.  That is it 
would tell me who was logged on to my domaine,  well I know that its 
me. I did find a whois web site but didnt get any results since  I dont 
know what my ISP's name is unless its 'sbcglobal.net' which it probably 
is.  But that doesnt help since first I have to go to my dsl modem and 
it takes a long time to time out.  If I remove everything from 
'/etc/resolv.conf'  It just gets replaced as is.  I dont understand 
what I'm doing?

whois is for looking up information on domains.  who is for seeing who 
is logged on your local machine.

As far as resolv.conf, if you are running DCHD, then the file should get 
rebuilt with the information from your DSL modem.  But it is possible 
that you have overridden this.  Could you post the contence of 
/etc/sysconfig/networks, and /etc/sysconfig/network-scripts/ifcfg-eth0? 
 (Also ifcfg-eth1 if you have one.)  There are some logs in /var/logs 
that may help as well, but I don't remember exactly where Mandrake puts 
things, and you don't want to post /var/log/messages!

Mikkel
--
Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.

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



Re: [newbie] Resolver random results.

2004-06-29 Thread Hoyt Bailey
On Tuesday 29 June 2004 08:33, Hoyt Bailey wrote:
> On Tuesday 29 June 2004 08:11, John Rye wrote:
> > On Tue, 29 Jun 2004 07:03:10 -0500
> > Hoyt Bailey <[EMAIL PROTECTED]> wrote:
> > 
> > > On Tuesday 29 June 2004 06:44, Fajar Priyanto wrote:
> > > > On Tuesday 29 June 2004 05:47 pm, Hoyt Bailey wrote:
> > > > > I have random resolver problems sometimes it works fine and 
> others 
> > > it
> > > > > times out unable to find the site I'm sitting on IE 
> 'google.com'.
> > > > > Here is my '/etc/resolv.conf':
> > > > > [EMAIL PROTECTED] hoyt]$ cat /etc/resolv.conf
> > > > > search domain_not_set.invalid
> > > > > nameserver 192.168.0.1
> > > > > nameserver 192.168.0.1
> > > > > I had commented 'search domain_not_set_invalid' previously.  
Can 
> > > someone
> > > > > tell me what a valid search domain would be?
> > > > 
> > > > Hi Hoyt,
> > > > Search domain means that if you're typing a non FQDN, it will 
> append 
> > > the
> > > > domain name you specify in /etc/resolv.conf.
> > > > 
> > > > For example, if you set "search mydomain.com", then when you 
type 
> > > "mypc" in a
> > > > browser, it will actually look for "mypc.mydomain.com"
> > > > 
> > > > If you don't have a local domain, you don't need to specify the 
> > > "search..."
> > > > line in /etc/resolv.conf
> > > > 
> > > > 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. 
> > 
> > Normally, (I think) you would insert the DNS numbers of your ISP's
> > nameserver here:
> > 
> > Which will be something like: 209.184.203.7 and 204.107.19.17 which 
O 
> got
> > from a lookup on WHOIS.
> > 
> > Cheers
> > 
> > John
> > 
> > 
> > 
> > 
> Ok I'll try that.
No luck whois not installed.  Isnt that for only local use.  That is it 
would tell me who was logged on to my domaine,  well I know that its 
me. I did find a whois web site but didnt get any results since  I dont 
know what my ISP's name is unless its 'sbcglobal.net' which it probably 
is.  But that doesnt help since first I have to go to my dsl modem and 
it takes a long time to time out.  If I remove everything from 
'/etc/resolv.conf'  It just gets replaced as is.  I dont understand 
what I'm doing?

-- 
Regards;
Hoyt


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



Re: [newbie] Resolver random results.

2004-06-29 Thread Tom Brinkman
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

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



Re: [newbie] Resolver random results.

2004-06-29 Thread Hoyt Bailey
On Tuesday 29 June 2004 08:11, John Rye wrote:
> On Tue, 29 Jun 2004 07:03:10 -0500
> Hoyt Bailey <[EMAIL PROTECTED]> wrote:
> 
> > On Tuesday 29 June 2004 06:44, Fajar Priyanto wrote:
> > > On Tuesday 29 June 2004 05:47 pm, Hoyt Bailey wrote:
> > > > I have random resolver problems sometimes it works fine and 
others 
> > it
> > > > times out unable to find the site I'm sitting on IE 
'google.com'.
> > > > Here is my '/etc/resolv.conf':
> > > > [EMAIL PROTECTED] hoyt]$ cat /etc/resolv.conf
> > > > search domain_not_set.invalid
> > > > nameserver 192.168.0.1
> > > > nameserver 192.168.0.1
> > > > I had commented 'search domain_not_set_invalid' previously.  Can 
> > someone
> > > > tell me what a valid search domain would be?
> > > 
> > > Hi Hoyt,
> > > Search domain means that if you're typing a non FQDN, it will 
append 
> > the
> > > domain name you specify in /etc/resolv.conf.
> > > 
> > > For example, if you set "search mydomain.com", then when you type 
> > "mypc" in a
> > > browser, it will actually look for "mypc.mydomain.com"
> > > 
> > > If you don't have a local domain, you don't need to specify the 
> > "search..."
> > > line in /etc/resolv.conf
> > > 
> > > 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. 
> 
> Normally, (I think) you would insert the DNS numbers of your ISP's
> nameserver here:
> 
> Which will be something like: 209.184.203.7 and 204.107.19.17 which O 
got
> from a lookup on WHOIS.
> 
> Cheers
> 
> John
> 
> 
> 
> 
Ok I'll try that.
-- 
Regards;
Hoyt


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



Re: [newbie] Resolver random results.

2004-06-29 Thread John Rye
On Tue, 29 Jun 2004 07:03:10 -0500
Hoyt Bailey <[EMAIL PROTECTED]> wrote:

> On Tuesday 29 June 2004 06:44, Fajar Priyanto wrote:
> > On Tuesday 29 June 2004 05:47 pm, Hoyt Bailey wrote:
> > > I have random resolver problems sometimes it works fine and others 
> it
> > > times out unable to find the site I'm sitting on IE 'google.com'.
> > > Here is my '/etc/resolv.conf':
> > > [EMAIL PROTECTED] hoyt]$ cat /etc/resolv.conf
> > > search domain_not_set.invalid
> > > nameserver 192.168.0.1
> > > nameserver 192.168.0.1
> > > I had commented 'search domain_not_set_invalid' previously.  Can 
> someone
> > > tell me what a valid search domain would be?
> > 
> > Hi Hoyt,
> > Search domain means that if you're typing a non FQDN, it will append 
> the
> > domain name you specify in /etc/resolv.conf.
> > 
> > For example, if you set "search mydomain.com", then when you type 
> "mypc" in a
> > browser, it will actually look for "mypc.mydomain.com"
> > 
> > If you don't have a local domain, you don't need to specify the 
> "search..."
> > line in /etc/resolv.conf
> > 
> > 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. 

Normally, (I think) you would insert the DNS numbers of your ISP's
nameserver here:

Which will be something like: 209.184.203.7 and 204.107.19.17 which O got
from a lookup on WHOIS.

Cheers

John




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



Re: [newbie] Resolver random results.

2004-06-29 Thread Hoyt Bailey
On Tuesday 29 June 2004 06:44, Fajar Priyanto wrote:
> On Tuesday 29 June 2004 05:47 pm, Hoyt Bailey wrote:
> > I have random resolver problems sometimes it works fine and others 
it
> > times out unable to find the site I'm sitting on IE 'google.com'.
> > Here is my '/etc/resolv.conf':
> > [EMAIL PROTECTED] hoyt]$ cat /etc/resolv.conf
> > search domain_not_set.invalid
> > nameserver 192.168.0.1
> > nameserver 192.168.0.1
> > I had commented 'search domain_not_set_invalid' previously.  Can 
someone
> > tell me what a valid search domain would be?
> 
> Hi Hoyt,
> Search domain means that if you're typing a non FQDN, it will append 
the
> domain name you specify in /etc/resolv.conf.
> 
> For example, if you set "search mydomain.com", then when you type 
"mypc" in a
> browser, it will actually look for "mypc.mydomain.com"
> 
> If you don't have a local domain, you don't need to specify the 
"search..."
> line in /etc/resolv.conf
> 
> 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. 

-- 
Regards;
Hoyt


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



Re: [newbie] Resolver random results.

2004-06-29 Thread Fajar Priyanto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 29 June 2004 05:47 pm, Hoyt Bailey wrote:
> I have random resolver problems sometimes it works fine and others it
> times out unable to find the site I'm sitting on IE 'google.com'.
> Here is my '/etc/resolv.conf':
> [EMAIL PROTECTED] hoyt]$ cat /etc/resolv.conf
> search domain_not_set.invalid
> nameserver 192.168.0.1
> nameserver 192.168.0.1
> I had commented 'search domain_not_set_invalid' previously.  Can someone
> tell me what a valid search domain would be?

Hi Hoyt,
Search domain means that if you're typing a non FQDN, it will append the 
domain name you specify in /etc/resolv.conf.

For example, if you set "search mydomain.com", then when you type "mypc" in a 
browser, it will actually look for "mypc.mydomain.com"

If you don't have a local domain, you don't need to specify the "search..." 
line in /etc/resolv.conf

Your problem seems to be in the name server 192.168.0.1
- -- 
Fajar Priyanto | Reg'd Linux User #327841 | http://linux.arinet.org
18:41:52 up 10:33, Mandrake Linux release 9.2 (FiveStar) for i586 
public key: https://www.arinet.org/fajar-pub.key
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFA4VY7kp5CsIXuxqURArKKAJ9FPbkV1oaZX5Cr8lfKajGbzzii5wCfY2VG
TqsxuVz/J85Mn8ivuodnDvs=
=S8UB
-END PGP SIGNATURE-



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



[newbie] Resolver random results.

2004-06-29 Thread Hoyt Bailey
I have random resolver problems sometimes it works fine and others it 
times out unable to find the site I'm sitting on IE 'google.com'.
Here is my '/etc/resolv.conf':
[EMAIL PROTECTED] hoyt]$ cat /etc/resolv.conf
search domain_not_set.invalid
nameserver 192.168.0.1
nameserver 192.168.0.1
I had commented 'search domain_not_set_invalid' previously.  Can someone 
tell me what a valid search domain would be?
-- 
Regards;
Hoyt


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