Hi

I am trying to run gated on a couple of Redhat 6.2 computers here, they are
all doing the same thing. I have gated running on slackware computers with
identical configs and that is working fine.

Is there some RedHat magic I need to do to make gated work properly?

I have included my config and routing table. The multicast addresses never
go away and the routing table is never built.

Also is there a definitive, written in plain english resource that will
explain how gated works?

Any ideas?

Thanks

Kevin


bash# cat /etc/gated.conf
autonomoussystem 4769;
routerid xxx.xx.xx.xx;

rip off ;
ospf yes {
  backbone {
  authtype none ;
  networks { xxx.xx.xx.0 mask 255.255.255.0 ;} ;
  interface xxx.xx.xx.xx cost 1 { priority 1 ;} ;
        } ;
} ;

static {
  default gateway xxx.xx.xx.xxx retain ;
} ;

export proto ospfase type 1{
  proto direct {
  ALL
  metric 1;
  };
};




bash# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
224.0.0.6       127.0.0.1       255.255.255.255 UGH   0      0        0 lo
224.0.0.5       127.0.0.1       255.255.255.255 UGH   0      0        0 lo
127.0.0.1       127.0.0.1       255.255.255.255 UGH   0      0        0 lo
xxx.xx.xx.xx    0.0.0.0         255.255.255.255 UH    0      0        0 eth0
xxx.xx.xx.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       -               255.0.0.0       !     0      -        0 -
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         xxx.xx.xx.xxx   0.0.0.0         UG    0      0        0 eth0







_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to