This is my two line on route-eth0<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "> address0=217.20.117.1<br> subnet0=255.255.255.255</span></div><div>
<font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">but what should be next line for default gateway the only thing that i could not complete is default gateway setting</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">and my netstat table must looklike this :</span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><span class="Apple-style-span" style="font-size: 13px; "><div>
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface</div><div>217.20.117.1    0.0.0.0         255.255.255.255 UH        0 0          0 eth0</div><div>xx.xx.xx.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0</div>
<div>0.0.0.0         217.20.117.1    0.0.0.0         UG        0 0          0 eth0</div></span></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">and now i see only the first two line truely i am adding 3rd line on every time restart manually with route add default gw </span></font></div>
<div><font class="Apple-style-span" color="#666666" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font><br><div class="gmail_quote">2010/3/29 Les Mikesell <span dir="ltr"><<a href="mailto:lesmikesell@gmail.com">lesmikesell@gmail.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">cahit Eyigünlü wrote:<br>
> i am reaching the network with this :<br>
> route add -net 217.20.117.1 netmask 255.255.255.255 dev eth0<br>
> route add default gw 217.20.117.1<br>
><br>
> i have added eth0<br>
> address0=217.20.117.1<br>
> subnet0=255.255.255.255<br>
><br>
> the first command is ok but how could i set the second command to cent<br>
> os to do it automatically<br>
><br>
<br>
</div>If you create a file named /etc/sysconfig/network-scripts/route-eth0 you can put<br>
lines in it that will have 'ip route' added at the beginning and executed after<br>
the interface is up.  "ip route" takes some different arguments than the "route"<br>
command - see "man ip" for details.<br>
<font color="#888888"><br>
--<br>
   Les Mikesell<br>
   <a href="mailto:lesmikesell@gmail.com">lesmikesell@gmail.com</a><br>
</font><div><div></div><div class="h5"><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>
</div></div></blockquote></div><br></div>