Do you have net-snmp installed on your system ?
I did two things and problem is disappears for now (I live without changing
default route longer then ever now)
1. I disabled snmpd
2. I installed and started to use "bird" routing daemon.
With configuration like this.
protocol kernel world {
persist; # Don't remove routes on bird shutdown
scan time 20; # Scan kernel routing table every 20 seconds
import none; # Default is import all
export filter {
if (net = 0.0.0.0/0) then {
if proto = "def" then accept;
}
reject;
};
}
protocol device { }
protocol static def {
preference 1000; # Default preference of routes
route 0.0.0.0/0 via x.x.x.x; # My default gateway
}
I don`t know is it helps or not at all, but you should try if you
in desperate situation as you told.
2013/1/10 Radek Krejča <[email protected]>
> The following reply was made to PR kern/174749; it has been noted by GNATS.
>
> From: =?iso-8859-2?Q?Radek_Krej=E8a?= <[email protected]>
> To: 'Krzysztof Barcikowski' <[email protected]>,
> "[email protected]" <[email protected]>
> Cc:
> Subject: RE: kern/174749: Unexpected change of default route
> Date: Thu, 10 Jan 2013 12:29:15 +0100
>
> Hi, thank you for response, because problem is very bad for us, because
> our=
> customers leave us. I have script which checks default route and switch
> it=
> back and send e-mail to me so situation is better.
>
>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "[email protected]"