Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread Net Llama!
Can you ping the IPs in resolv.conf from the SuSE-8.2 box?  If not, then
that's your problem.

On Fri, 1 Aug 2003, bof wrote:

 I am trying to set up a Suse 8.2 desktop box, (Bob, address
 192.168.1.33) but am having trouble connecting to the Internet. I am
 not running a firewall on it.

 I can ping an Internet address by IP address without problem. When I
 try to ping by hostname I receive the error message unknown host.

 I can ping other machines local to my network by both IP address and
 hostname without problem. One of the other machines in the network
 (Sam, address 192.168.1.2, RH 7.3) has no problems when pinging the
 Internet, either by IP address or hostname, and it can ping the Suse
 box without problem.

 My Internet access is through a NAT gateway/firewall box with address
 192.168.1.1 (Bill) on the internal net card, and whatever address
 assigned to tthe external card by my ISP using DHCP. From the firewall
 box, I can ping the Suse box, the RH box, and the Internet using both
 IP address and hostname, all without problems,

 The configuration files for the Suse box are set up as follows:

 /etc/hosts
   127.0.0.1   localhost
   192.168.1.1 bill.mynet.net  bill
   192.168.1.2 sam.mynet.net   sam
   192.168.1.33bob.mynet.net   bob

   # special IPv6 addresses
   ::1 localhost ipv6-localhost ipv6-loopback
   fe00::0 ipv6-localnet
   ff00::0 ipv6-mcastprefix
   ff02::1 ipv6-allnodes
   ff02::2 ipv6-allrouters

 /etc/host.conf
   order hosts, bind
   multi on

 /etc/resolv.conf
   nameserver 216.229.33.250
   nameserver 216.229.33.251
   search local local

 /etc/nsswitch.conf
   passwd: compat
   group:  compat
   hosts:  files dns
   networks:   files dns
   services:   files
   protocols:  files
   rpc:files
   ethers: files
   netmasks:   files
   netgroup:   files
   publickey:  files
   bootparams: files
   automount:  files nis
   aliases:files


 The output of netstat -nr

 Kernel IP routing table
 Destination  Gateway  Genmask   Flags   MSS Window  irtt face
 192.168.1.0  0.0.0.0  255.255.255.0 U   0 0  0 eth0
 0.0.0.0  192.168.1.1  0.0.0.0   UG  0 0  0 eth0

 Can anyone help me figure out what is going on?

 BOF








 ___
 Linux-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


-- 
~~
Lonni J Friedman[EMAIL PROTECTED]
Linux Step-by-step  TyGeMo  http://netllama.ipfox.com
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread Tom Wilson
On Fri, 2003-08-01 at 12:18, bof wrote:
 I am trying to set up a Suse 8.2 desktop box, (Bob, address 
 192.168.1.33) but am having trouble connecting to the Internet. I am 
 not running a firewall on it.
 
 I can ping an Internet address by IP address without problem. When I 
 try to ping by hostname I receive the error message unknown host.
 
 I can ping other machines local to my network by both IP address and 
 hostname without problem. One of the other machines in the network 
 (Sam, address 192.168.1.2, RH 7.3) has no problems when pinging the 
 Internet, either by IP address or hostname, and it can ping the Suse 
 box without problem.
 
 My Internet access is through a NAT gateway/firewall box with address 
 192.168.1.1 (Bill) on the internal net card, and whatever address 
 assigned to tthe external card by my ISP using DHCP. From the firewall 
 box, I can ping the Suse box, the RH box, and the Internet using both 
 IP address and hostname, all without problems,
 
 The configuration files for the Suse box are set up as follows:
 
 /etc/hosts
   127.0.0.1   localhost
   192.168.1.1 bill.mynet.net  bill
   192.168.1.2 sam.mynet.net   sam
   192.168.1.33bob.mynet.net   bob
 
   # special IPv6 addresses
   ::1 localhost ipv6-localhost ipv6-loopback
   fe00::0 ipv6-localnet
   ff00::0 ipv6-mcastprefix
   ff02::1 ipv6-allnodes
   ff02::2 ipv6-allrouters
 
 /etc/host.conf
   order hosts, bind
   multi on
 
 /etc/resolv.conf
   nameserver 216.229.33.250
   nameserver 216.229.33.251
   search local local
 
 /etc/nsswitch.conf
   passwd: compat
   group:  compat
   hosts:  files dns
   networks:   files dns
   services:   files
   protocols:  files
   rpc:files
   ethers: files
   netmasks:   files
   netgroup:   files
   publickey:  files
   bootparams: files
   automount:  files nis
   aliases:files
 
 
 The output of netstat -nr
 
 Kernel IP routing table
 Destination  Gateway  Genmask   Flags   MSS Window  irtt face
 192.168.1.0  0.0.0.0  255.255.255.0 U   0 0  0 eth0
 0.0.0.0  192.168.1.1  0.0.0.0   UG  0 0  0 eth0
 
 Can anyone help me figure out what is going on?

Sounds like the Internet DNS is not resolving on Bob.  Can you ping the
nameservers in /etc/resolv.conf from Bob?

--Tom Wilson
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread bof
Yes. I can ping 216.229.33.250 and get a reply. But if I try and ping 
pcisys.net (216.229.33.250 is the nameserver for pcisys.net), I get 
the unknown host pcisys.net error message.

So how do I correct this?

BOF

Net Llama! wrote:

Can you ping the IPs in resolv.conf from the SuSE-8.2 box?  If not, then
that's your problem.
On Fri, 1 Aug 2003, bof wrote:


I am trying to set up a Suse 8.2 desktop box, (Bob, address
192.168.1.33) but am having trouble connecting to the Internet. I am
not running a firewall on it.
I can ping an Internet address by IP address without problem. When I
try to ping by hostname I receive the error message unknown host.
I can ping other machines local to my network by both IP address and
hostname without problem. One of the other machines in the network
(Sam, address 192.168.1.2, RH 7.3) has no problems when pinging the
Internet, either by IP address or hostname, and it can ping the Suse
box without problem.
My Internet access is through a NAT gateway/firewall box with address
192.168.1.1 (Bill) on the internal net card, and whatever address
assigned to tthe external card by my ISP using DHCP. From the firewall
box, I can ping the Suse box, the RH box, and the Internet using both
IP address and hostname, all without problems,
The configuration files for the Suse box are set up as follows:

/etc/hosts
127.0.0.1   localhost
192.168.1.1 bill.mynet.net  bill
192.168.1.2 sam.mynet.net   sam
192.168.1.33bob.mynet.net   bob
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
/etc/host.conf
order hosts, bind
multi on
/etc/resolv.conf
nameserver 216.229.33.250
nameserver 216.229.33.251
search local local
/etc/nsswitch.conf
passwd: compat
group:  compat
hosts:  files dns
networks:   files dns
services:   files
protocols:  files
rpc:files
ethers: files
netmasks:   files
netgroup:   files
publickey:  files
bootparams: files
automount:  files nis
aliases:files
The output of netstat -nr

Kernel IP routing table
Destination  Gateway  Genmask   Flags   MSS Window  irtt face
192.168.1.0  0.0.0.0  255.255.255.0 U   0 0  0 eth0
0.0.0.0  192.168.1.1  0.0.0.0   UG  0 0  0 eth0
Can anyone help me figure out what is going on?

BOF



___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread Net Llama!
You sure that's the right IP for the nameserver?  What happens if you try
to dig or nsloopkup?

On Fri, 1 Aug 2003, bof wrote:

 Yes. I can ping 216.229.33.250 and get a reply. But if I try and ping
 pcisys.net (216.229.33.250 is the nameserver for pcisys.net), I get
 the unknown host pcisys.net error message.

 So how do I correct this?

 BOF

 Net Llama! wrote:

 Can you ping the IPs in resolv.conf from the SuSE-8.2 box?  If not, then
 that's your problem.
 
 On Fri, 1 Aug 2003, bof wrote:
 
 
 I am trying to set up a Suse 8.2 desktop box, (Bob, address
 192.168.1.33) but am having trouble connecting to the Internet. I am
 not running a firewall on it.
 
 I can ping an Internet address by IP address without problem. When I
 try to ping by hostname I receive the error message unknown host.
 
 I can ping other machines local to my network by both IP address and
 hostname without problem. One of the other machines in the network
 (Sam, address 192.168.1.2, RH 7.3) has no problems when pinging the
 Internet, either by IP address or hostname, and it can ping the Suse
 box without problem.
 
 My Internet access is through a NAT gateway/firewall box with address
 192.168.1.1 (Bill) on the internal net card, and whatever address
 assigned to tthe external card by my ISP using DHCP. From the firewall
 box, I can ping the Suse box, the RH box, and the Internet using both
 IP address and hostname, all without problems,
 
 The configuration files for the Suse box are set up as follows:
 
 /etc/hosts
 127.0.0.1   localhost
 192.168.1.1 bill.mynet.net  bill
 192.168.1.2 sam.mynet.net   sam
 192.168.1.33bob.mynet.net   bob
 
 # special IPv6 addresses
 ::1 localhost ipv6-localhost ipv6-loopback
 fe00::0 ipv6-localnet
 ff00::0 ipv6-mcastprefix
 ff02::1 ipv6-allnodes
 ff02::2 ipv6-allrouters
 
 /etc/host.conf
 order hosts, bind
 multi on
 
 /etc/resolv.conf
 nameserver 216.229.33.250
 nameserver 216.229.33.251
 search local local
 
 /etc/nsswitch.conf
 passwd: compat
 group:  compat
 hosts:  files dns
 networks:   files dns
 services:   files
 protocols:  files
 rpc:files
 ethers: files
 netmasks:   files
 netgroup:   files
 publickey:  files
 bootparams: files
 automount:  files nis
 aliases:files
 
 
 The output of netstat -nr
 
 Kernel IP routing table
 Destination  Gateway  Genmask   Flags   MSS Window  irtt face
 192.168.1.0  0.0.0.0  255.255.255.0 U   0 0  0 eth0
 0.0.0.0  192.168.1.1  0.0.0.0   UG  0 0  0 eth0
 
 Can anyone help me figure out what is going on?
 
 BOF
 


 ___
 Linux-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


-- 
~~
Lonni J Friedman[EMAIL PROTECTED]
Linux Step-by-step  TyGeMo  http://netllama.ipfox.com
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


RE: Unknown host error message when trying to ping Internet

2003-08-01 Thread Wil McGilvery
I performed an nslookup and this is what I got.

pcisys.net. A 216.229.32.173

Regards,

Wil McGilvery
Manager
Lynch Digital Media Inc

 

416-744-7949
416-716-3964 (cell)
1-866-314-4678
416-744-0406  FAX
www.LynchDigital.com



-Original Message-
From: Net Llama! [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 01, 2003 2:16 PM
To: [EMAIL PROTECTED]

You sure that's the right IP for the nameserver?  What happens if you try
to dig or nsloopkup?

On Fri, 1 Aug 2003, bof wrote:

 Yes. I can ping 216.229.33.250 and get a reply. But if I try and ping
 pcisys.net (216.229.33.250 is the nameserver for pcisys.net), I get
 the unknown host pcisys.net error message.

 So how do I correct this?

 BOF

 Net Llama! wrote:

 Can you ping the IPs in resolv.conf from the SuSE-8.2 box?  If not, then
 that's your problem.
 
 On Fri, 1 Aug 2003, bof wrote:
 
 
 I am trying to set up a Suse 8.2 desktop box, (Bob, address
 192.168.1.33) but am having trouble connecting to the Internet. I am
 not running a firewall on it.
 
 I can ping an Internet address by IP address without problem. When I
 try to ping by hostname I receive the error message unknown host.
 
 I can ping other machines local to my network by both IP address and
 hostname without problem. One of the other machines in the network
 (Sam, address 192.168.1.2, RH 7.3) has no problems when pinging the
 Internet, either by IP address or hostname, and it can ping the Suse
 box without problem.
 
 My Internet access is through a NAT gateway/firewall box with address
 192.168.1.1 (Bill) on the internal net card, and whatever address
 assigned to tthe external card by my ISP using DHCP. From the firewall
 box, I can ping the Suse box, the RH box, and the Internet using both
 IP address and hostname, all without problems,
 
 The configuration files for the Suse box are set up as follows:
 
 /etc/hosts
 127.0.0.1   localhost
 192.168.1.1 bill.mynet.net  bill
 192.168.1.2 sam.mynet.net   sam
 192.168.1.33bob.mynet.net   bob
 
 # special IPv6 addresses
 ::1 localhost ipv6-localhost ipv6-loopback
 fe00::0 ipv6-localnet
 ff00::0 ipv6-mcastprefix
 ff02::1 ipv6-allnodes
 ff02::2 ipv6-allrouters
 
 /etc/host.conf
 order hosts, bind
 multi on
 
 /etc/resolv.conf
 nameserver 216.229.33.250
 nameserver 216.229.33.251
 search local local
 
 /etc/nsswitch.conf
 passwd: compat
 group:  compat
 hosts:  files dns
 networks:   files dns
 services:   files
 protocols:  files
 rpc:files
 ethers: files
 netmasks:   files
 netgroup:   files
 publickey:  files
 bootparams: files
 automount:  files nis
 aliases:files
 
 
 The output of netstat -nr
 
 Kernel IP routing table
 Destination  Gateway  Genmask   Flags   MSS Window  irtt face
 192.168.1.0  0.0.0.0  255.255.255.0 U   0 0  0 eth0
 0.0.0.0  192.168.1.1  0.0.0.0   UG  0 0  0 eth0
 
 Can anyone help me figure out what is going on?
 
 BOF
 


 ___
 Linux-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


-- 
~~
Lonni J Friedman[EMAIL PROTECTED]
Linux Step-by-step  TyGeMo  http://netllama.ipfox.com
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users



___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread ronnie gauthier
here is what I get.
How do you have 216.229.32.250 set for a DNS server when it is not listed?

ns2.pcisys.net - 216.29.32.166
ns1.pcisys.net - 216.229.32.170
banya.pcisys.net - 216.229.32.250
jerry.pcisys.net - 207.76.102.251

On Fri, 01 Aug 2003 11:51:04 -0600 - bof [EMAIL PROTECTED] wrote
the
following
Re: Re: Unknown host error message when trying to ping Internet

Yes. I can ping 216.229.33.250 and get a reply. But if I try and ping 
pcisys.net (216.229.33.250 is the nameserver for pcisys.net), I get 
the unknown host pcisys.net error message.

So how do I correct this?

BOF

Net Llama! wrote:

Can you ping the IPs in resolv.conf from the SuSE-8.2 box?  If not, then
that's your problem.

On Fri, 1 Aug 2003, bof wrote:


I am trying to set up a Suse 8.2 desktop box, (Bob, address
192.168.1.33) but am having trouble connecting to the Internet. I am
not running a firewall on it.

I can ping an Internet address by IP address without problem. When I
try to ping by hostname I receive the error message unknown host.

I can ping other machines local to my network by both IP address and
hostname without problem. One of the other machines in the network
(Sam, address 192.168.1.2, RH 7.3) has no problems when pinging the
Internet, either by IP address or hostname, and it can ping the Suse
box without problem.

My Internet access is through a NAT gateway/firewall box with address
192.168.1.1 (Bill) on the internal net card, and whatever address
assigned to tthe external card by my ISP using DHCP. From the firewall
box, I can ping the Suse box, the RH box, and the Internet using both
IP address and hostname, all without problems,

The configuration files for the Suse box are set up as follows:

/etc/hosts
 127.0.0.1   localhost
 192.168.1.1 bill.mynet.net  bill
 192.168.1.2 sam.mynet.net   sam
 192.168.1.33bob.mynet.net   bob

 # special IPv6 addresses
 ::1 localhost ipv6-localhost ipv6-loopback
 fe00::0 ipv6-localnet
 ff00::0 ipv6-mcastprefix
 ff02::1 ipv6-allnodes
 ff02::2 ipv6-allrouters

/etc/host.conf
 order hosts, bind
 multi on

/etc/resolv.conf
 nameserver 216.229.33.250
 nameserver 216.229.33.251
 search local local

/etc/nsswitch.conf
 passwd: compat
 group:  compat
 hosts:  files dns
 networks:   files dns
 services:   files
 protocols:  files
 rpc:files
 ethers: files
 netmasks:   files
 netgroup:   files
 publickey:  files
 bootparams: files
 automount:  files nis
 aliases:files


The output of netstat -nr

Kernel IP routing table
Destination  Gateway  Genmask   Flags   MSS Window  irtt face
192.168.1.0  0.0.0.0  255.255.255.0 U   0 0  0 eth0
0.0.0.0  192.168.1.1  0.0.0.0   UG  0 0  0 eth0

Can anyone help me figure out what is going on?

BOF



___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -
http://www.linux-sxs.org/mailman/listinfo/linux-users
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread bof
pcisys.net uses 216.229.32.173 as their mail server. Their DNS server is 
216.229.33.250.

If I try to dig or nslookup pcisys.net I get a connection timed out. 
no servers could be reached message.

Wil McGilvery wrote:

I performed an nslookup and this is what I got.

pcisys.net. A 216.229.32.173

Regards,

Wil McGilvery
Manager
Lynch Digital Media Inc


416-744-7949
416-716-3964 (cell)
1-866-314-4678
416-744-0406  FAX
www.LynchDigital.com


-Original Message-
From: Net Llama! [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 01, 2003 2:16 PM
To: [EMAIL PROTECTED]

You sure that's the right IP for the nameserver?  What happens if you try
to dig or nsloopkup?
On Fri, 1 Aug 2003, bof wrote:


Yes. I can ping 216.229.33.250 and get a reply. But if I try and ping
pcisys.net (216.229.33.250 is the nameserver for pcisys.net), I get
the unknown host pcisys.net error message.
So how do I correct this?

BOF

Net Llama! wrote:


Can you ping the IPs in resolv.conf from the SuSE-8.2 box?  If not, then
that's your problem.
On Fri, 1 Aug 2003, bof wrote:



I am trying to set up a Suse 8.2 desktop box, (Bob, address
192.168.1.33) but am having trouble connecting to the Internet. I am
not running a firewall on it.
I can ping an Internet address by IP address without problem. When I
try to ping by hostname I receive the error message unknown host.
I can ping other machines local to my network by both IP address and
hostname without problem. One of the other machines in the network
(Sam, address 192.168.1.2, RH 7.3) has no problems when pinging the
Internet, either by IP address or hostname, and it can ping the Suse
box without problem.
My Internet access is through a NAT gateway/firewall box with address
192.168.1.1 (Bill) on the internal net card, and whatever address
assigned to tthe external card by my ISP using DHCP. From the firewall
box, I can ping the Suse box, the RH box, and the Internet using both
IP address and hostname, all without problems,
The configuration files for the Suse box are set up as follows:

/etc/hosts
127.0.0.1   localhost
192.168.1.1 bill.mynet.net  bill
192.168.1.2 sam.mynet.net   sam
192.168.1.33bob.mynet.net   bob
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
/etc/host.conf
order hosts, bind
multi on
/etc/resolv.conf
nameserver 216.229.33.250
nameserver 216.229.33.251
search local local
/etc/nsswitch.conf
passwd: compat
group:  compat
hosts:  files dns
networks:   files dns
services:   files
protocols:  files
rpc:files
ethers: files
netmasks:   files
netgroup:   files
publickey:  files
bootparams: files
automount:  files nis
aliases:files
The output of netstat -nr

Kernel IP routing table
Destination  Gateway  Genmask   Flags   MSS Window  irtt face
192.168.1.0  0.0.0.0  255.255.255.0 U   0 0  0 eth0
0.0.0.0  192.168.1.1  0.0.0.0   UG  0 0  0 eth0
Can anyone help me figure out what is going on?

BOF


___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users




___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread Tom Wilson
On Fri, 2003-08-01 at 14:50, bof wrote:
 pcisys.net uses 216.229.32.173 as their mail server. Their DNS server is 
 216.229.33.250.
 
 If I try to dig or nslookup pcisys.net I get a connection timed out. 
 no servers could be reached message.

Here are the results of my dig.  Looks like your name servers are 
ns1.pcisys.net. 216.229.32.170 and  ns2.pcisys.net.   216.229.32.166

[EMAIL PROTECTED] etc]$ dig pcisys.net

;  DiG 9.2.1  pcisys.net
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 22031
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3

;; QUESTION SECTION:
;pcisys.net.IN  A

;; ANSWER SECTION:
pcisys.net. 86400   IN  A   216.229.32.173

;; AUTHORITY SECTION:
pcisys.net. 86400   IN  NS  jerry.pcisys.net.
pcisys.net. 86400   IN  NS  ns1.pcisys.net.
pcisys.net. 86400   IN  NS  ns2.pcisys.net.

;; ADDITIONAL SECTION:
ns1.pcisys.net. 84756   IN  A   216.229.32.170
ns2.pcisys.net. 84756   IN  A   216.229.32.166
jerry.pcisys.net.   86400   IN  A   207.76.102.251

;; Query time: 84 msec
;; SERVER: 192.168.0.3#53(192.168.0.3)
;; WHEN: Fri Aug  1 14:58:19 2003
;; MSG SIZE  rcvd: 148


--TOm Wilson
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


RE: Unknown host error message when trying to ping Internet

2003-08-01 Thread Wil McGilvery
Ok I tried again and this what I got when a performed an nslookup on for pcisys.net on 
216.229.33.250

pcisys.net A 216.229.32.173 
pcisys.net MX 10 mail.pcisys.net 
pcisys.net MX 20 smtp1.pcisys.net 
pcisys.net MX 20 smtp2.pcisys.net 
pcisys.net NS ns1.pcisys.net 
pcisys.net NS ns2.pcisys.net 
pcisys.net NS jerry.pcisys.net 
pcisys.net NS ns1.pcisys.net 
pcisys.net NS ns2.pcisys.net 
pcisys.net NS jerry.pcisys.net 
mail.pcisys.net A 216.229.32.173 
smtp1.pcisys.net A 216.229.32.178 
smtp2.pcisys.net A 216.229.32.146 
ns1.pcisys.net A 216.229.32.170 
ns2.pcisys.net A 216.229.32.166 
jerry.pcisys.net A 207.76.102.251

A reverse lookup gives me.

250.33.229.216.in-addr.arpa PTR marsha-216-229-33-250.pcisys.net 
33.229.216.in-addr.arpa NS ns1.pcisys.net 
33.229.216.in-addr.arpa NS ns2.pcisys.net 
33.229.216.in-addr.arpa NS jerry.pcisys.net 
ns1.pcisys.net A 216.229.32.170 
ns2.pcisys.net A 216.229.32.166 
jerry.pcisys.net A 216.229.32.170

What happens if you try one of the name servers listed above?

I'm guessing that you Suse config is identical to the RH config.


Regards,

Wil McGilvery
Manager
Lynch Digital Media Inc

 

416-744-7949
416-716-3964 (cell)
1-866-314-4678
416-744-0406  FAX
www.LynchDigital.com



-Original Message-
From: bof [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 01, 2003 2:51 PM
To: [EMAIL PROTECTED]

pcisys.net uses 216.229.32.173 as their mail server. Their DNS server is 
216.229.33.250.

If I try to dig or nslookup pcisys.net I get a connection timed out. 
no servers could be reached message.

Wil McGilvery wrote:

I performed an nslookup and this is what I got.

pcisys.net. A 216.229.32.173

Regards,

Wil McGilvery
Manager
Lynch Digital Media Inc

 

416-744-7949
416-716-3964 (cell)
1-866-314-4678
416-744-0406  FAX
www.LynchDigital.com



-Original Message-
From: Net Llama! [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 01, 2003 2:16 PM
To: [EMAIL PROTECTED]

You sure that's the right IP for the nameserver?  What happens if you try
to dig or nsloopkup?

On Fri, 1 Aug 2003, bof wrote:


Yes. I can ping 216.229.33.250 and get a reply. But if I try and ping
pcisys.net (216.229.33.250 is the nameserver for pcisys.net), I get
the unknown host pcisys.net error message.

So how do I correct this?

BOF

Net Llama! wrote:


Can you ping the IPs in resolv.conf from the SuSE-8.2 box?  If not, then
that's your problem.

On Fri, 1 Aug 2003, bof wrote:



I am trying to set up a Suse 8.2 desktop box, (Bob, address
192.168.1.33) but am having trouble connecting to the Internet. I am
not running a firewall on it.

I can ping an Internet address by IP address without problem. When I
try to ping by hostname I receive the error message unknown host.

I can ping other machines local to my network by both IP address and
hostname without problem. One of the other machines in the network
(Sam, address 192.168.1.2, RH 7.3) has no problems when pinging the
Internet, either by IP address or hostname, and it can ping the Suse
box without problem.

My Internet access is through a NAT gateway/firewall box with address
192.168.1.1 (Bill) on the internal net card, and whatever address
assigned to tthe external card by my ISP using DHCP. From the firewall
box, I can ping the Suse box, the RH box, and the Internet using both
IP address and hostname, all without problems,

The configuration files for the Suse box are set up as follows:

/etc/hosts
127.0.0.1   localhost
192.168.1.1 bill.mynet.net  bill
192.168.1.2 sam.mynet.net   sam
192.168.1.33bob.mynet.net   bob

# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters

/etc/host.conf
order hosts, bind
multi on

/etc/resolv.conf
nameserver 216.229.33.250
nameserver 216.229.33.251
search local local

/etc/nsswitch.conf
passwd: compat
group:  compat
hosts:  files dns
networks:   files dns
services:   files
protocols:  files
rpc:files
ethers: files
netmasks:   files
netgroup:   files
publickey:  files
bootparams: files
automount:  files nis
aliases:files


The output of netstat -nr

Kernel IP routing table
Destination  Gateway  Genmask   Flags   MSS Window  irtt face
192.168.1.0  0.0.0.0  255.255.255.0 U   0 0  0 eth0
0.0.0.0  192.168.1.1  0.0.0.0   UG  0 0  0 eth0

Can anyone help me figure out what is going on?

BOF



___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users





___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - 

Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread bof
Apparently they have changed their systems, for 216.229.33.250 was their 
DNS server for some time and I did not look it up.

At any rate, I plugged in your values into /etc/resolv.conf and still 
get the same unknown host message.

BTW, I was under the impression that Suse had changed Yast so that it 
would accept values entered manually, which is how I have been editing 
the configuration files. But when I tried using Yast2 it was still 
calling up the older values and was not picking up the ones I had 
manually entered.  So I changed them using Yast2  also.

Still same problem  unknown host: pcisys.net

BOF

Tom Wilson wrote:

On Fri, 2003-08-01 at 14:50, bof wrote:

pcisys.net uses 216.229.32.173 as their mail server. Their DNS server is 
216.229.33.250.

If I try to dig or nslookup pcisys.net I get a connection timed out. 
no servers could be reached message.

Here are the results of my dig.  Looks like your name servers are 
ns1.pcisys.net. 216.229.32.170 and  ns2.pcisys.net.   216.229.32.166
 

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread ronnie gauthier
Just curious
xxx.xxx.32.xxx
xxx.xxx.33.xxx
is there a typo or just a coincidence?


On Fri, 01 Aug 2003 12:50:40 -0600 - bof [EMAIL PROTECTED] wrote the following
Re: Re: Unknown host error message when trying to ping Internet

pcisys.net uses 216.229.32.173 as their mail server. Their DNS server is 
216.229.33.250.

If I try to dig or nslookup pcisys.net I get a connection timed out. 
no servers could be reached message.

Wil McGilvery wrote:

I performed an nslookup and this is what I got.

pcisys.net. A 216.229.32.173

Regards,

Wil McGilvery
Manager
Lynch Digital Media Inc

 

416-744-7949
416-716-3964 (cell)
1-866-314-4678
416-744-0406  FAX
www.LynchDigital.com



-Original Message-
From: Net Llama! [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 01, 2003 2:16 PM
To: [EMAIL PROTECTED]

You sure that's the right IP for the nameserver?  What happens if you try
to dig or nsloopkup?

On Fri, 1 Aug 2003, bof wrote:


Yes. I can ping 216.229.33.250 and get a reply. But if I try and ping
pcisys.net (216.229.33.250 is the nameserver for pcisys.net), I get
the unknown host pcisys.net error message.

So how do I correct this?

BOF

Net Llama! wrote:


Can you ping the IPs in resolv.conf from the SuSE-8.2 box?  If not, then
that's your problem.

On Fri, 1 Aug 2003, bof wrote:



I am trying to set up a Suse 8.2 desktop box, (Bob, address
192.168.1.33) but am having trouble connecting to the Internet. I am
not running a firewall on it.

I can ping an Internet address by IP address without problem. When I
try to ping by hostname I receive the error message unknown host.

I can ping other machines local to my network by both IP address and
hostname without problem. One of the other machines in the network
(Sam, address 192.168.1.2, RH 7.3) has no problems when pinging the
Internet, either by IP address or hostname, and it can ping the Suse
box without problem.

My Internet access is through a NAT gateway/firewall box with address
192.168.1.1 (Bill) on the internal net card, and whatever address
assigned to tthe external card by my ISP using DHCP. From the firewall
box, I can ping the Suse box, the RH box, and the Internet using both
IP address and hostname, all without problems,

The configuration files for the Suse box are set up as follows:

/etc/hosts
   127.0.0.1   localhost
   192.168.1.1 bill.mynet.net  bill
   192.168.1.2 sam.mynet.net   sam
   192.168.1.33bob.mynet.net   bob

   # special IPv6 addresses
   ::1 localhost ipv6-localhost ipv6-loopback
   fe00::0 ipv6-localnet
   ff00::0 ipv6-mcastprefix
   ff02::1 ipv6-allnodes
   ff02::2 ipv6-allrouters

/etc/host.conf
   order hosts, bind
   multi on

/etc/resolv.conf
   nameserver 216.229.33.250
   nameserver 216.229.33.251
   search local local

/etc/nsswitch.conf
   passwd: compat
   group:  compat
   hosts:  files dns
   networks:   files dns
   services:   files
   protocols:  files
   rpc:files
   ethers: files
   netmasks:   files
   netgroup:   files
   publickey:  files
   bootparams: files
   automount:  files nis
   aliases:files


The output of netstat -nr

Kernel IP routing table
Destination  Gateway  Genmask   Flags   MSS Window  irtt face
192.168.1.0  0.0.0.0  255.255.255.0 U   0 0  0 eth0
0.0.0.0  192.168.1.1  0.0.0.0   UG  0 0  0 eth0

Can anyone help me figure out what is going on?

BOF



___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -
http://www.linux-sxs.org/mailman/listinfo/linux-users




___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -
http://www.linux-sxs.org/mailman/listinfo/linux-users
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread bof
ronnie gauthier wrote:

Just curious
xxx.xxx.32.xxx
xxx.xxx.33.xxx
is there a typo or just a coincidence?

Coincidence.

After further investigation, it would appear that the problems that I 
have been having may be in the machine that I am using as a NAT gateway.

Which is just wonderful, as it was working fine last week.

So my thanks to all you who took the time to respond and when I find 
something out (I am tired of playing with computers today), I'll let 
y'all know.

And, BTW, ain't computers grand? g

BOF

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread Alma J Wetzker
This sounds very similar to my setup.  I am running SuSE 8.2 pro with a 
SMC NAT router.  The router is the DHCP server and also holds the DNS 
pointer.

/etc/hosts
127.0.0.1 localhost
#
192.168.2.7 awetzker.weg.org awetzker
192.168.2.1 hub router
192.168.2.10 crunch.weg.org crunch
192.168.2.4 almaw.weg.org almaw
192.168.2.35tigger.weg.org tigger
192.168.2.19 merlin.weg.org merlin
192.168.2.245 laser
/etc/resolv.conf
#
# Generated by DHCP boot script
#
search weg.org
nameserver 192.168.2.1
netstat -r
Kernel IP routing table
Destination  Gateway  GenmaskFlags  MSS Window  irtt Iface
192.168.2.0  *255.255.255.0  U   40 0  0 eth0
127.0.0.0*255.0.0.0  U   40 0  0 lo
default  hub  0.0.0.0UG  40 0  0 eth0
This is the default config after the setup found everything.  It is 
working fine.  FWIW

-- Alma

I am trying to set up a Suse 8.2 desktop box, (Bob, address 
192.168.1.33) but am having trouble connecting to the Internet. I am not 
running a firewall on it.

I can ping an Internet address by IP address without problem. When I try 
to ping by hostname I receive the error message unknown host.

I can ping other machines local to my network by both IP address and 
hostname without problem. One of the other machines in the network (Sam, 
address 192.168.1.2, RH 7.3) has no problems when pinging the Internet, 
either by IP address or hostname, and it can ping the Suse box without 
problem.

My Internet access is through a NAT gateway/firewall box with address 
192.168.1.1 (Bill) on the internal net card, and whatever address 
assigned to tthe external card by my ISP using DHCP. From the firewall 
box, I can ping the Suse box, the RH box, and the Internet using both IP 
address and hostname, all without problems,

The configuration files for the Suse box are set up as follows:

/etc/hosts
127.0.0.1   localhost
192.168.1.1bill.mynet.net bill
192.168.1.2sam.mynet.netsam
192.168.1.33bob.mynet.net bob
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
/etc/host.conf
order hosts, bind
multi on
/etc/resolv.conf
nameserver 216.229.33.250
nameserver 216.229.33.251
search local local
/etc/nsswitch.conf
passwd: compat
group:  compat
hosts:  files dns
networks:   files dns
services:   files
protocols:  files
rpc:files
ethers:files
netmasks:   files
netgroup:   files
publickey:files
bootparams: files
automount:  files nis
aliases:files
The output of netstat -nr

Kernel IP routing table
Destination  Gateway  Genmask   Flags   MSS Window  irtt face
192.168.1.0  0.0.0.0  255.255.255.0 U   0 0  0 eth0
0.0.0.0  192.168.1.1  0.0.0.0   UG  0 0  0 eth0
Can anyone help me figure out what is going on?

BOF
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread Kurt Wall
Quoth bof:
 I am trying to set up a Suse 8.2 desktop box, (Bob, address 
 192.168.1.33) but am having trouble connecting to the Internet. I am 
 not running a firewall on it.
 
 I can ping an Internet address by IP address without problem. When I 
 try to ping by hostname I receive the error message unknown host.

[snippage]

 /etc/resolv.conf
   nameserver 216.229.33.250
   nameserver 216.229.33.251
   search local local

How about:

search pcisys.net local

Kurt
-- 
The First Rule of Program Optimization:
Don't do it.

The Second Rule of Program Optimization (for experts only!):
Don't do it yet.
-- Michael Jackson
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread bof
Kurt Wall wrote:

How about:

search pcisys.net local

Kurt

Yes, that was changed, but the problem still exists. I now believe that 
it is in my gateway machine, so I will have to take a look at it when 
the spirit inspires me.

Thanx to all for your help.

BOF

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread Matthew Carpenter
Sorry, but I believe some of your problem is that Bill lives on MY network!  JK

On Fri, 01 Aug 2003 10:18:46 -0600
bof [EMAIL PROTECTED] wrote:

 /etc/hosts
   127.0.0.1   localhost
   192.168.1.1 bill.mynet.net  bill


-- 
Matthew Carpenter
[EMAIL PROTECTED]  http://www.eisgr.com/

Enterprise Information Systems
*Network Consulting, Integration  Support
*Web Development and E-Business
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Unknown host error message when trying to ping Internet

2003-08-01 Thread Matthew Carpenter
Actually, this address is not listed as a nameserver for the domain...
;; ANSWER SECTION:
pcisys.net. 86400   IN  A   216.229.32.173

;; AUTHORITY SECTION:
pcisys.net. 86400   IN  NS  ns1.pcisys.net.
pcisys.net. 86400   IN  NS  ns2.pcisys.net.
pcisys.net. 86400   IN  NS  jerry.pcisys.net.

;; ADDITIONAL SECTION:
jerry.pcisys.net.   86400   IN  A   207.76.102.251
[EMAIL PROTECTED]:~ host ns1.pcisys.net
ns1.pcisys.net has address 216.229.32.170
[EMAIL PROTECTED]:~ host ns2.pcisys.net
ns2.pcisys.net has address 216.229.32.166
[EMAIL PROTECTED]:~

And when I try to use it as a DNS server, I get a server timed out message.  Use the 
three listed above for your nameservers and see if it solves your problem.



On Fri, 01 Aug 2003 12:50:40 -0600
bof [EMAIL PROTECTED] wrote:

 pcisys.net uses 216.229.32.173 as their mail server. Their DNS server is 
 216.229.33.250.
 
 If I try to dig or nslookup pcisys.net I get a connection timed out. 
 no servers could be reached message.
 
 Wil McGilvery wrote:
 
 I performed an nslookup and this is what I got.
 
 pcisys.net. A 216.229.32.173
 
 Regards,
 
 Wil McGilvery
 Manager
 Lynch Digital Media Inc
 
  
 
 416-744-7949
 416-716-3964 (cell)
 1-866-314-4678
 416-744-0406  FAX
 www.LynchDigital.com
 
 
 
 -Original Message-
 From: Net Llama! [mailto:[EMAIL PROTECTED] 
 Sent: Friday, August 01, 2003 2:16 PM
 To: [EMAIL PROTECTED]
 
 You sure that's the right IP for the nameserver?  What happens if you try
 to dig or nsloopkup?
 
 On Fri, 1 Aug 2003, bof wrote:
 
 
 Yes. I can ping 216.229.33.250 and get a reply. But if I try and ping
 pcisys.net (216.229.33.250 is the nameserver for pcisys.net), I get
 the unknown host pcisys.net error message.
 
 So how do I correct this?
 
 BOF
 
 Net Llama! wrote:
 
 
 Can you ping the IPs in resolv.conf from the SuSE-8.2 box?  If not, then
 that's your problem.
 
 On Fri, 1 Aug 2003, bof wrote:
 
 
 
 I am trying to set up a Suse 8.2 desktop box, (Bob, address
 192.168.1.33) but am having trouble connecting to the Internet. I am
 not running a firewall on it.
 
 I can ping an Internet address by IP address without problem. When I
 try to ping by hostname I receive the error message unknown host.
 
 I can ping other machines local to my network by both IP address and
 hostname without problem. One of the other machines in the network
 (Sam, address 192.168.1.2, RH 7.3) has no problems when pinging the
 Internet, either by IP address or hostname, and it can ping the Suse
 box without problem.
 
 My Internet access is through a NAT gateway/firewall box with address
 192.168.1.1 (Bill) on the internal net card, and whatever address
 assigned to tthe external card by my ISP using DHCP. From the firewall
 box, I can ping the Suse box, the RH box, and the Internet using both
 IP address and hostname, all without problems,
 
 The configuration files for the Suse box are set up as follows:
 
 /etc/hosts
   127.0.0.1   localhost
   192.168.1.1 bill.mynet.net  bill
   192.168.1.2 sam.mynet.net   sam
   192.168.1.33bob.mynet.net   bob
 
   # special IPv6 addresses
   ::1 localhost ipv6-localhost ipv6-loopback
   fe00::0 ipv6-localnet
   ff00::0 ipv6-mcastprefix
   ff02::1 ipv6-allnodes
   ff02::2 ipv6-allrouters
 
 /etc/host.conf
   order hosts, bind
   multi on
 
 /etc/resolv.conf
   nameserver 216.229.33.250
   nameserver 216.229.33.251
   search local local
 
 /etc/nsswitch.conf
   passwd: compat
   group:  compat
   hosts:  files dns
   networks:   files dns
   services:   files
   protocols:  files
   rpc:files
   ethers: files
   netmasks:   files
   netgroup:   files
   publickey:  files
   bootparams: files
   automount:  files nis
   aliases:files
 
 
 The output of netstat -nr
 
 Kernel IP routing table
 Destination  Gateway  Genmask   Flags   MSS Window  irtt face
 192.168.1.0  0.0.0.0  255.255.255.0 U   0 0  0 eth0
 0.0.0.0  192.168.1.1  0.0.0.0   UG  0 0  0 eth0
 
 Can anyone help me figure out what is going on?
 
 BOF
 
 
 
 ___
 Linux-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users
 
 
 
 
 
 ___
 Linux-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


-- 
Matthew Carpenter
[EMAIL PROTECTED]  http://www.eisgr.com/

Enterprise Information Systems
*Network Consulting, Integration  Support
*Web Development and E-Business
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users