i tryed this :<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">[root@lin2 ~]# route add default gw 217.20.117.1 dev eth0</span></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">the answer</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">siocaddrt : network is unreachable<br></span></font><br><div class="gmail_quote">2010/3/27 Robert Heller <span dir="ltr"><<a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">At Sat, 27 Mar 2010 21:07:49 +0200 CentOS mailing list <<a href="mailto:centos@centos.org">centos@centos.org</a>> wrote:<br>

<br>
><br>
><br>
><br>
> This is fedora's route table :<br>
> root@lin [~]# netstat -rn<br>
> Kernel IP routing table<br>
> Destination     Gateway         Genmask         Flags   MSS Window  irtt<br>
> Iface<br>
> 217.20.117.1    0.0.0.0         255.255.255.255 UH        0 0          0<br>
> eth0<br>
> 78.159.97.0     0.0.0.0         255.255.255.0   U         0 0          0<br>
> eth0<br>
> 0.0.0.0         217.20.117.1    0.0.0.0         UG        0 0          0<br>
> eth0<br>
><br>
> and this is cent os which is not working :<br>
> [root@lin2 ~]# netstat -rn<br>
> Kernel IP routing table<br>
> Destination     Gateway         Genmask         Flags   MSS Window  irtt<br>
> Iface<br>
> 188.72.255.0    0.0.0.0         255.255.255.0   U         0 0          0<br>
> eth0<br>
> 169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0<br>
> eth0<br>
> [root@lin2 ~]# ping 217.20.117.1<br>
> connect: Network is unreachable<br>
<br>
</div>Manual setup:<br>
<br>
[root@lin2 ~]# route add default gw 217.20.117.1 dev eth0<br>
[root@lin2 ~]# route add host  217.20.117.1 netmask 255.255.255.255 dev eth0<br>
<br>
Automagical setup:<br>
<br>
[root@lin2 ~]# cat >>/etc/sysconfig/network-scripts/route-eth0<br>
ADDRESS0=217.20.117.1<br>
NETMASK0=255.255.255.255<br>
EOF<br>
[root@lin2 ~]# cat >>/etc/sysconfig/network <<EOF<br>
GATEWAY=217.20.117.1<br>
EOF<br>
<br>
The *assumes* that the network (switch or router box) that eth0 is<br>
connected to also has 217.20.117.1 connected to it.  Typically a router<br>
'box' contains both the router and a ethernet switch: a 'pure' router<br>
would only have two ethernet jacks, one for each of the two networks the<br>
router routes between.  Since there is no great demand to put a single<br>
machine on a network and since the switch hardware is dirt cheap and<br>
since no one does coax Ethernet anymore, modern router boxes include a<br>
switch in the 'inside' network.<br>
<div><div></div><div class="h5"><br>
<br>
><br>
><br>
><br>
><br>
> 2010/3/27 Robert Heller <<a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a>><br>
><br>
> > At Sat, 27 Mar 2010 20:54:04 +0200 CentOS mailing list <<a href="mailto:centos@centos.org">centos@centos.org</a>><br>
> > wrote:<br>
> ><br>
> > ><br>
> > ><br>
> > ><br>
> > > check fedora's txt i've send it is working perfect<br>
> > > my  gateway : 217.20.117.1<br>
> > > my ip 188.72.255.289<br>
> > > subnet 255.255.255.0<br>
> > > fedora 12 is working when i set ip directly but any other linux dist is<br>
> > not<br>
> > > :( please i need help :(<br>
> ><br>
> > Can you log into your fedora box and type this command at a shell prompt:<br>
> ><br>
> > netstat -r<br>
> ><br>
> > Copy and paste the results into an E-Mail message to this list.<br>
> ><br>
> > ><br>
> > ><br>
> > ><br>
> > > 2010/3/27 John R Pierce <<a href="mailto:pierce@hogranch.com">pierce@hogranch.com</a>><br>
> > ><br>
> > > > cahit Eyigünlü wrote:<br>
> > > > ><br>
> > > > > Firstly my gateway 217.20.xxx.1<br>
> > > > ><br>
> > > > > My ip adress 188.72.xxx.189<br>
> > > > ><br>
> > > ><br>
> > > > there's something you're not telling us here, as the gateway has to be<br>
> > > > reachable via a network, and 217.20.xxx.1 is not part of either network<br>
> > > > shown in your route or ifconfig output.<br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > > _______________________________________________<br>
> > > > CentOS mailing list<br>
> > > > <a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
> > > > <a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
> > > ><br>
> > > MIME-Version: 1.0<br>
> > ><br>
> > > _______________________________________________<br>
> > > CentOS mailing list<br>
> > > <a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
> > > <a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
> > ><br>
> > ><br>
> ><br>
> > --<br>
> > Robert Heller             -- 978-544-6933<br>
> > Deepwoods Software        -- Download the Model Railroad System<br>
> > <a href="http://www.deepsoft.com/" target="_blank">http://www.deepsoft.com/</a>  -- Binaries for Linux and MS-Windows<br>
> > <a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a>       -- <a href="http://www.deepsoft.com/ModelRailroadSystem/" target="_blank">http://www.deepsoft.com/ModelRailroadSystem/</a><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > CentOS mailing list<br>
> > <a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
> > <a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
> ><br>
> ><br>
> MIME-Version: 1.0<br>
><br>
> _______________________________________________<br>
> CentOS mailing list<br>
> <a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
> <a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
><br>
><br>
<br>
--<br>
Robert Heller             -- 978-544-6933<br>
Deepwoods Software        -- Download the Model Railroad System<br>
<a href="http://www.deepsoft.com/" target="_blank">http://www.deepsoft.com/</a>  -- Binaries for Linux and MS-Windows<br>
<a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a>       -- <a href="http://www.deepsoft.com/ModelRailroadSystem/" target="_blank">http://www.deepsoft.com/ModelRailroadSystem/</a><br>
<br>
</div></div><br>_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
<br></blockquote></div><br></div>