geez, do you have a firewall on?<br># iptables -L -v -n<br><br><div><span class="gmail_quote">On 3/8/06, <b class="gmail_sendername">John Warner</b> <<a href="mailto:john@jwarner.com">john@jwarner.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> Date: Wed, 08 Mar 2006 08:45:01 -0700<br>> From: Craig White <<a href="mailto:craigwhite@azapple.com">
craigwhite@azapple.com</a>><br>> Subject: Re: Fedora 4 Routing table question<br>> To: For users of Fedora Core releases <<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a>><br>> Message-ID: <
<a href="mailto:1141832701.22986.29.camel@lin-workstation.azapple.com">1141832701.22986.29.camel@lin-workstation.azapple.com</a>><br>> Content-Type: text/plain<br>><br>> On Wed, 2006-03-08 at 10:33 -0500, John Warner wrote:
<br>> ><br>> > Ok, maybe it isn't my routing table.<br>> > Netstat -r returns -I left off col heads.<br>> ><br>> > <a href="http://192.168.1.0">192.168.1.0</a>   *   <a href="http://255.255.255.0">
255.255.255.0</a>   U  0  0  0  eth0<br>> > <a href="http://169.254.0.0">169.254.0.0</a>   *   <a href="http://255.255.0.0">255.255.0.0</a>       U  0  0  0  eth0<br>> > default           <a href="http://192.168.1.1">
192.168.1.1</a> <a href="http://0.0.0.0">0.0.0.0</a> UG  0 0 0 eth0<br>> ><br>> > In the gui for eth0 the Gateway entry is <a href="http://192.168.1.1">192.168.1.1</a> which<br>> is correct.<br>> > I don't seem to have a loop back entry.
<br>> ><br>> > Also if this helps, I am on a Static IP in my LAN at <a href="http://192.168.1.51">192.168.1.51</a><br>> ><br>> > As to my router, it passes traffic from a couple of Windoze<br>> boxes to
<br>> > the Internet just fine; you're reading this email <grin/>. The Win<br>> > boxes can ping the Linux box and the Linux box can ping the windows<br>> > boxes. What it cannot do is ping an IP off the LAN nor say  a name
<br>> > <a href="http://www.yahoo.com">www.yahoo.com</a>.  I don't think this is a DNS issue yet as<br>> like I said I<br>> > can't ping IPs off the LAN.<br>> ><br>> > What am I missing here?<br>
> ----<br>> not sure that you are missing anything<br>><br>> what is output of ifconfig?<br>><br>> you should see lo (loopback adaptor) there<br>><br>> you can add dns server addresses to /etc/resolv.conf if you
<br>> want dns resolution...for example<br>><br>> # cat /etc/resolv.conf<br>> nameserver <a href="http://192.168.2.1">192.168.2.1</a><br>> nameserver <a href="http://68.2.16.30">68.2.16.30</a><br>> search localdomain
<br>><br>> you should be working just fine...<br>><br>> you might want to make sure that firewall isn't a problem by<br>> temporarily turning it off...<br>><br>> /sbin/service iptables stop<br>><br>
> (/sbin/service iptables start # turns it back on)<br>><br>> Craig<br>><br>><br>><br>> ------------------------------<br>><br>> Message: 10<br>> Date: Wed, 8 Mar 2006 15:49:38 +0000<br>> From: Anne Wilson <
<a href="mailto:cannewilson@tiscali.co.uk">cannewilson@tiscali.co.uk</a>><br>> Subject: Re: Fedora 4 Routing table question<br>> To: For users of Fedora Core releases <<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com
</a>><br>> Message-ID: <<a href="mailto:200603081549.43221.cannewilson@tiscali.co.uk">200603081549.43221.cannewilson@tiscali.co.uk</a>><br>> Content-Type: text/plain; charset="iso-8859-1"<br>><br>
> On Wednesday 08 March 2006 15:33, John Warner wrote:<br>><br><br>...<br><br>> Shot in the dark - if you look at /etc/hosts, do you see the<br>> top line with<br>> localhost entries and your <a href="http://box.domain.name">
box.domain.name</a> entries all on one<br>> line?  If so,<br>> separate them onto two lines, localhost at the top line, then your<br>> <a href="http://192.168.1.51">192.168.1.51</a> and system names on the second one.  I find that
<br>> it saves a lot<br>> of problems.  In my limited experience gateway settings and<br>> /etc/hosts are<br>> the most likely causes of problems.<br><br>Only had the line <a href="http://127.0.0.0">127.0.0.0</a>
 localhost.localdomain localhost<br>In /etc/hosts.<br>Adding my local IP altered nothing. Again I don't think this is a name<br>issue.<br><br>><br>> Anne<br><br>Ok then maybe it isn't even the Linux box in which case I am totally
<br>confused. The Router (Linksys with DD-WRT 23 sp1 firmware) at address<br><a href="http://192.168.1.1">192.168.1.1</a> is actually telling me when I try to ping yahoo's IP (not<br>name, IP) :<br><br>FROM <a href="http://192.168.1.1">
192.168.1.1</a> icmp_seq=0 Destination Net Unreachable<br><br>So am I right thinking this indicates the Router is blocking my packets<br>and if so any idea why? I know you can't see the first thing here, just<br>your guess. Why would Windows boxes be able (one with a Static IP like
<br>the Linux box) be able to ping off the network and not the Linux box?<br>Any idea even what I should be looking for in terms of the problem?<br><br>Thanks and I hope in this case I'm not getting too far OT.<br><br>John Warner
<br><br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list
</a><br></blockquote></div><br>