On Thu, Mar 6, 2008 at 1:00 PM, Nelson Serafica <[EMAIL PROTECTED]> wrote:
>
> I think the culprit is the ifcfg-eth0:1. Its not the new virtual ip
> ifcfg-eth0:2 I'm trying to add. I remove the ifcfg-eth0:2 coz I thought it
> was the problem but after I remove it and restart the network, error still
> show up. Probably wrong broadcast address in ifcfg-eth0:1. Here is the
> snippet:
>
> DEVICE=eth0:1
> ONBOOT=yes
> BOOTPROTO=static
> IPADDR=10.12.0.2
> NETMASK=255.255.255.248
> BROADCAST=10.12.0.248
>
> I change broadcast to 10.12.0.7 but still encountered SIOCADDRT: Network is
> unreachable.
>
> Would there be other conflict? A firewall issue?

try to understand first what SIOCADDRT is all about.. it means that
the kernel is trying to (SIOC) ADD RouTe to its routing table but the
defined ip address of your *gateway* (or next hop) in your
configuration is unreachable or not directly connected to it..

your above configuration and changing the broadcast to 10.12.0.7 are
correct and nothing to do with the SIOCADDRT error...  somewhere in
your configuration.. you are trying to add route (probably static)
that you didnt tell us...

fooler.
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to