Hello again,

I traced my second error down to a call from ifup-routes, which I can
reproduce:

# /sbin/route add -net 192.168.130.54 gw 192.168.130.53 netmask 255.255.255.252
route: netmask doesn't match route address
Usage: route [-nNvee] [-FC] [Address_families]  List kernel routing tables
       route {-V|--version}                  Display command version and exit.
       route {-h|--help} [Address_family]    Usage Syntax for specified AF.
       route [-v] [-FC] {add|del|flush} ...  Modify routing table for AF.

  Address_families: inet,inet6,ddp,ipx,netrom,ax25
        specify AF: -A af1,af2..  or  --af1 --af2  or  af_route
# 

Only I don't understand what is wrong, and what I should correct. I do
as I am being told:

# /sbin/route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.130.52  0.0.0.0         255.255.255.252 U     0      0        4 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        4 lo
0.0.0.0         192.168.130.53  0.0.0.0         UG    0      0       21 eth0
# 

What file does this information come from?

# cat /etc/hosts
127.0.0.1       localhost       localhost.localdomain
0.0.0.0 mikko   mikko.pharao
# cat /etc/sysconfig/network
NETWORKING=yes
FORWARD_IPV4=no
HOSTNAME=mikko
GATEWAYDEV=
GATEWAY=192.168.130.53
#

Best Regards!
Marc

-- 
Marc Girod                Hiomo 5/1          Voice:  +358-9-511 23746
Nokia Telecommunications  P.O. Box 320       Mobile: +358-40-569 7954
NWS/NMS/NMS for Data      00045 NOKIA Group  Fax:    +358-9-511 23580
                          Finland            [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to