<!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.26.3">
</HEAD>
<BODY>
Have you set up any routing for the first PC to pass packets back and forth to the net? I assume PC 1 is a linux box?<BR>
<BR>
<BR>
if so you'll generally need to enable ip_forward in the /proc filesystem<BR>
<BR>
normally to do this is <BR>
~# echo 1 &gt; /proc/sys/net/ipv4/ip_forward<BR>
<BR>
for routing, you'll also need to enable NAT or IP Masquerading to allow the second PC to access the net.<BR>
<BR>
if your not sure how to do this in iptables/ipfw or your preferred firewall software, let me know I would be happy to help you out with this outside of the list<BR>
<BR>
<BR>
as to your route, it is correct now, it is using the hostname to report the default gateway, however the hostname is getting cut off due to the column width in the route table report<BR>
<BR>
ie <BR>
netsrv.comp1.localnet.webwaredev.org<BR>
gets <BR>
netsrv.comp1.lo&lt;snip&gt;<BR>
<BR>
<BR>
Cheers<BR>
<BR>
Tim Allingham<BR>
<BR>
-----Original Message-----<BR>
<B>From</B>: Linux User &lt;<A HREF="mailto:Linux%20User%20%3clinuxuser09@gmx.com%3e">linuxuser09@gmx.com</A>&gt;<BR>
<B>To</B>: <A HREF="mailto:dnsmasq-discuss@lists.thekelleys.org.uk">dnsmasq-discuss@lists.thekelleys.org.uk</A><BR>
<B>Subject</B>: [Dnsmasq-discuss] Dnsmasq is ignoring dhcp-option=option:router, 192.168.0.1<BR>
<B>Date</B>: Thu, 22 Oct 2009 22:46:40 -0400<BR>
<BR>
<PRE>
My primary computer serves as a DHCP/DNS server and sends out request to my 
second computer. Everything on the second computer is setup properly except I 
can't get my second computer to connect to the internet. Firewall is setup 
fine, I don't see in dmesg that it's denying my second computer access to the 
internet. Matter of fact, I don't see anything that says my second computer is 
trying to connect to the net. 

Things I can do on the second computer
ping 192.168.0.1 works
host google.com works
ping (google.com ip address) fail

When I issue the route command, I see: (The name of my DHCP/DNS server is 
netsrv.comp1.localnet.webwaredev.org)
default netsrv.comp1.lo 0.0.0.0 UG 0 0 eth0

I had set dhcp-option=option:router,192.168.0.1 and I think it should display:
default 192.168.0.1 0.0.0.0 UG 0 0 eth0

but it doesn't...

Any help I can get to help resolve this would be appreciated...

<A HREF="mailto:linuxuser09@gmx.com">linuxuser09@gmx.com</A>
Thank You

_______________________________________________
Dnsmasq-discuss mailing list
<A HREF="mailto:Dnsmasq-discuss@lists.thekelleys.org.uk">Dnsmasq-discuss@lists.thekelleys.org.uk</A>
<A HREF="http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss">http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss</A>
</PRE>
</BODY>
</HTML>