<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
Glad to hear it's working.  You can in fact set your DNS manually, but if DHCP can do it for you, yep, it's easier.<BR>
<BR>
However, as I suspected, there is a potential routing issue here.  Both of your interfaces are in the 192.168.0.0/24 subnet.  That's bad news, because you may find in the future that your server doesn't know which packets to route out which interface.  It is possible that your server could send out half the X11 packets out eth0 and the other half out eth1!<BR>
<BR>
The last time I made this particular mistake, which was with K12LTSP 4.2.1 (FC3-based) and a very late night so that I was tired (that's my story and I'm stickin' to it), my clients could connect to my server just fine, but my server couldn't get out.  Why?  My main LAN also happens to use 192.168.0.0/24, and eth1 was configured for DHCP (the default K12LTSP setting).  The server thought that the default gateway for my network, 192.168.0.1, was reachable from eth0 and thus sent packets out eth0 to the Internet!  Oops....<BR>
<BR>
Did I mention that I was really, REALLY tired that night?  :-)  <BR>
<BR>
Note that many home routers are pre-configured for 192.168.0.0/24.  The problem is that the K12LTSP default on eth0 is also 192.168.0.0/24.  Thus, you have *two* possible paths to the default gateway--eth0 *and* eth1.  Now the server's gotta pick which one.  Basically, you got lucky, because, as your netstat -rn output shows, your server happened to choose eth1, but don't expect to be able to hook up a thick client to your eth0 segment and have things work.  What should be done during a dual-NIC LTSP server of any sort (including K12LTSP) is to choose an IP subnet for the clients that is different from the main LAN.  The server that I use for demos at schools currently uses 172.31.0.0/24, since nobody seems to choose that range (fingers crossed!).<BR>
<BR>
BTW, despite the existence of OpenOffice.org, it's probably a good idea to submit attachments in something other than the proprietary MS Word doc format (e. g. RTF or even plain text).  This is, after all, a Free Software mailing list.  :-)<BR>
<BR>
--TP<BR>
--Microsoft Free Since 2003<BR>
<BR>
On Sun, 2005-11-06 at 14:28 -0500, Dick Kempton wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <FONT SIZE="2"><FONT COLOR="#000080">Thank you for your reply.  It seems that by not automatically setting the DNS, all is well. Thanks again. This was a small but bugging problem.</FONT></FONT><BR>
    <BR>
    <FONT SIZE="2"><FONT COLOR="#000080"> </FONT></FONT><BR>
    <BR>
    <FONT SIZE="2"><FONT COLOR="#000000">-----Original Message-----</FONT></FONT><BR>
    <B><FONT SIZE="2"><FONT COLOR="#000000">From:</FONT></FONT></B><FONT COLOR="#000000"><FONT SIZE="2"> k12osn-bounces@redhat.com [mailto:k12osn-bounces@redhat.com]</FONT></FONT><FONT COLOR="#000000"><B><FONT SIZE="2">On Behalf Of </FONT></B></FONT><FONT COLOR="#000000"><FONT SIZE="2">Terrell Prudй, Jr.</FONT></FONT><BR>
    <B><FONT SIZE="2"><FONT COLOR="#000000">Sent:</FONT></FONT></B><FONT COLOR="#000000"><FONT SIZE="2"> Sunday, November 06, 2005 11:40 AM</FONT></FONT><BR>
    <B><FONT SIZE="2"><FONT COLOR="#000000">To:</FONT></FONT></B><FONT COLOR="#000000"><FONT SIZE="2"> Support list for opensource software in schools.</FONT></FONT><BR>
    <B><FONT SIZE="2"><FONT COLOR="#000000">Subject:</FONT></FONT></B><FONT COLOR="#000000"><FONT SIZE="2"> Re: [K12OSN] new install help needed</FONT></FONT><BR>
    <BR>
    <FONT COLOR="#000000"> </FONT><BR>
    <BR>
    <FONT COLOR="#000000">On Sun, 2005-11-06 at 11:25 -0500, Dick Kempton wrote:</FONT><BR>
    <BR>
    <BR>
    <BR>
    <FONT SIZE="2"><FONT COLOR="#000000">I recently installed version 4.4.1 on my computer that only had one NIC. All worked fine and I was able to connect to my Road Runner connection thru a cable modem.  </FONT></FONT><BR>
    <BR>
    <FONT SIZE="2"><FONT COLOR="#000000"> </FONT></FONT><BR>
    <BR>
    <FONT SIZE="2"><FONT COLOR="#000000">When I installed a second NIC, a 3com 3cSOHO100-TX, the default set up connected to my client computer correctly.  But…now neither client nor server can connect to Internet.  Eth1 is set to DHCP and eth0 is set statically to 192.168.0.254.</FONT></FONT><BR>
    <BR>
    <FONT SIZE="2"><FONT COLOR="#000000"> </FONT></FONT><BR>
    <BR>
    <FONT SIZE="2"><FONT COLOR="#000000">I even did a fresh install with both cards installed and used all of the defaults.  I still have no Internet access. How can I get eth1 to connect as it did previously before the second card was installed???</FONT></FONT><BR>
    <BR>
    <FONT SIZE="2"><FONT COLOR="#000000"> </FONT></FONT><BR>
    <BR>
    <FONT SIZE="2"><FONT COLOR="#000000">Thanks for any help.</FONT></FONT><BR>
    <BR>
    <FONT SIZE="2"><FONT COLOR="#000000"> </FONT></FONT><BR>
    <BR>
    <FONT SIZE="2"><FONT COLOR="#000000">DK</FONT></FONT><BR>
    <BR>
    <BR>
    <FONT COLOR="#000000">Shoot us a copy of your "/sbin/ifconfig" and "netstat -rn" outputs.  I suspect a routing issue.</FONT><BR>
    <BR>
    <FONT COLOR="#000000">--TP </FONT><BR>
    <BR>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>