Re: [luau] Network questions

2003-12-31 Thread R. Scott Belford
Are you assigning the computers ip addresses that are in the same class
as those being offered by your Linksys router?  If your are setting the
ip addresses manually, are you also setting the gateway to your Linksys
router?  If you have no route through your Linksys product, then you
cannot reach your DNS.

Try disabling dhcp on your router, and assign ip addys consistent with
the settings you choose on the router.

--scott


On Tue, 2003-12-30 at 22:15, kilauea wrote:
 I have recently put a linksys router on my Road Runner cable modem and 
 have two (linux of course) boxes connected. The boxes are only used for 
 web browsing and are currently configured for DHCP with the router 
 providing a DHCP server.  All works fine in this config but I would like 
 to give the boxes fixed IP addresses. When I set the boxes to fixed IP 
 addresses (rc.inet1) the boxes see each other OK but DNS  isn't working 
 even though resolve.conf shows the RR DNS addresses. How do I set the 
 boxes to fixed addresses but still provide DNS for web browsing?
 
 Aloha from Kauai
 Mahalo, Kilauea
 
 
 ___
 LUAU mailing list
 [EMAIL PROTECTED]
 http://videl.ics.hawaii.edu/mailman/listinfo/luau



RE: [luau] Network questions

2003-12-31 Thread Camron W. Fox
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of kilauea
 Sent: Tuesday, December 30, 2003 22:16
 To: LUAU
 Subject: [luau] Network questions


 I have recently put a linksys router on my Road Runner cable modem and
 have two (linux of course) boxes connected. The boxes are only used for
 web browsing and are currently configured for DHCP with the router
 providing a DHCP server.  All works fine in this config but I would like
 to give the boxes fixed IP addresses. When I set the boxes to fixed IP
 addresses (rc.inet1) the boxes see each other OK but DNS  isn't working
 even though resolve.conf shows the RR DNS addresses. How do I set the
 boxes to fixed addresses but still provide DNS for web browsing?

 Aloha from Kauai
 Mahalo, Kilauea


Have you made your linksys router (the INTERNAL IP) the systems' default
gateway address so they can get to your DNS server network?

Best Regards,
Camron

Camron W. Fox
Hilo Office
High Performance Computing Group
Fujitsu America, INC.
E-mail: [EMAIL PROTECTED]
Phone:  (808) 934-4102
Pager:  (808) 934-1290
Cell:   (808) 937-5026





RE: [luau] Network questions

2003-12-31 Thread Jaymes Schooler
Don't forget to try accessing a known web site by its IP address.  If
you can access a web site by its IP address then dhcp, is not the issue.
I would assume your linksys product has some firewalling ability and may
be blocking outgoing dns requests from the inside of your
network...Usually this is not an issue but worth checking your linksys
configuration.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of R. Scott Belford
Sent: Wednesday, December 31, 2003 7:59 AM
To: [EMAIL PROTECTED]
Subject: Re: [luau] Network questions


Are you assigning the computers ip addresses that are in the same class
as those being offered by your Linksys router?  If your are setting the
ip addresses manually, are you also setting the gateway to your Linksys
router?  If you have no route through your Linksys product, then you
cannot reach your DNS.

Try disabling dhcp on your router, and assign ip addys consistent with
the settings you choose on the router.

--scott


On Tue, 2003-12-30 at 22:15, kilauea wrote:
 I have recently put a linksys router on my Road Runner cable modem and
 have two (linux of course) boxes connected. The boxes are only used
for 
 web browsing and are currently configured for DHCP with the router 
 providing a DHCP server.  All works fine in this config but I would
like 
 to give the boxes fixed IP addresses. When I set the boxes to fixed IP

 addresses (rc.inet1) the boxes see each other OK but DNS  isn't
working 
 even though resolve.conf shows the RR DNS addresses. How do I set the 
 boxes to fixed addresses but still provide DNS for web browsing?
 
 Aloha from Kauai
 Mahalo, Kilauea
 
 
 ___
 LUAU mailing list
 [EMAIL PROTECTED] 
 http://videl.ics.hawaii.edu/mailman/listinfo/luau

___
LUAU mailing list
[EMAIL PROTECTED]
http://videl.ics.hawaii.edu/mailman/listinfo/luau



Re: [luau] Network questions

2003-12-31 Thread kilauea

Aloha All, Thanks to all for replies.

I forgot to set the network gateway to the router.  Editing 
/etc/rc.d/rc.inet1 to read  GATEWAY = 192.168.1.1  fixed it. Also, 
thanks for the tip on same subnet, that needed adjustment too.


Happy New Year!