Mailinglist Archive: opensuse (5100 mails)

< Previous Next >
Re: [SLE] routing between subnets
  • From: Anders Johansson <andjoh@xxxxxxxxxx>
  • Date: Tue, 22 Jun 2004 05:21:59 +0200
  • Message-id: <200406220521.59558.andjoh@xxxxxxxxxx>
On Tuesday 22 June 2004 04.15, Henry Harpending wrote:
> On Tue, Jun 22, 2004 at 03:25:23AM +0200, Anders Johansson wrote:
> >On Tuesday 22 June 2004 03.15, Henry Harpending wrote:
> >> Kernel IP routing table
> >> Destination Gateway Genmask Flags Metric Ref Use
> >> Iface 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0
> >> 0 eth0 192.168.0.0 0.0.0.0 255.255.0.0 U 0 0
> >
> >The netmask is wrong. It should be 255.255.255.0, otherwise the machine
> > thinks both your networks matches this rule
>
> I changed it, no change in behavior.

Strange, but could you post the routing table of a machine on the other LAN?
If it has a similar error, it won't know how to reply

>
> I also can't get rid of the mysterious 169.254.0.0 entry: is there a file
> on disk where this information is kept?

Edit /etc/sysconfig/network/config, towards the end you have

## Type: string
## Default: "eth*[0-9]|tr*[0-9]|wlan[0-9]|ath[0-9]"
#
# Automatically add a linklocal route to the matching interfaces.
# This string is used in a bash "case" statement, so it may contain
# '*', '[', ']' and '|' meta-characters.
#
LINKLOCAL_INTERFACES="eth*[0-9]|tr*[0-9]|wlan[0-9]|ath[0-9]"

You could comment it out and replace it with

LINKLOCAL_INTERFACES=""

< Previous Next >
Follow Ups