<br>GATEWAY1=217.20.117.1 that does not worked<br><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">On 3/29/2010 8:09 AM, cahit Eyigünlü wrote:<br>
> This is my two line on route-eth0<br>
>   address0=217.20.117.1<br>
>   subnet0=255.255.255.255<br>
> but what should be next line for default gateway the only thing that i<br>
> could not complete is default gateway setting<br>
> and my netstat table must looklike this :<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>
> xx.xx.xx.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0<br>
> 0.0.0.0         217.20.117.1    0.0.0.0         UG        0 0          0<br>
> eth0<br>
> and now i see only the first two line truely i am adding 3rd line on<br>
> every time restart manually with route add default gw<br>
><br>
<br>
</div>If you want to use that syntax, you can probably add:<br>
GATEWAY1=217.20.117.1<br>
NETMASK1=0.0.0.0<br>
ADDRESS1=0.0.0.0<br>
<br>
Or this should work instead:<br>
default via 217.20.117.1 dev eth0<br>
<br>
But, I'd consider looking for a different service provider that does<br>
networking in a more standard way.  If they have to overlay subnets,<br>
they could at least assign an IP within each one on the gateway device<br>
so a standard configuration would be able to reach it.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">   Les Mikesell<br>
    <a href="mailto:lesmikesell@gmail.com">lesmikesell@gmail.com</a><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>