From None Sat Jun 13 17:48:10 2026
From: None
To: bird-users@network.cz
Subject: None
Date: Sat, 13 Jun 2026 17:48:10 +0000
Message-ID:
<178137289092.263827.16426056339631126772.generated@trubka.network.cz>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5284042919084322707=="
--===============5284042919084322707==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
itself until I disabled/enabled radv protocol.
The dual-stack ppp session on interface ppp243 ended and after 9 sec.
another session which is only ipv4 started on same interface ppp243. Radv
tries to send RA on interface ppp243 which now is not v6-enabled. So is like
you said.
What can be done ?
thx,
--0015177407d460d95f04a7d14fdd
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
On Mon, Jul 11, 2011 at 6:27 PM, Ondrej =
Zajicek
<san=
tiago@crfreenet.org> wrote:
On Mon, Jul 11, 2011 at 05:06:49PM +0300, Bogdan Besliu w=
rote:
> =A0 =A0and the last messages repeats itself until hdd is full; or bird=
6 daemon
> =A0 =A0stop working.
> =A0 =A0it looks like the problems appear when radv tries to send RA an=
d at the
> =A0 =A0same time ppp interface goes down.
>
> =A0 =A0any ideas ?
One possible idea is that ppp iface remains up, but its link-local
address was removed, is this possible? (or at least BIRD thinks
it is still up). Could you enable debug messages using
"debug all { interfaces }" command?
Hello Ondrej,
Here are the logs with=
debug=A0 all { interfaces } enabled:
Jul 11 19:30:42 ppp-test =
pppd[2515]: Using interface ppp243
Jul 11 19:30:42 ppp-test pppd[2515]: =
local=A0 LL address fe80::0000:0000:0000:0001
Jul 11 19:30:42 ppp-test pppd[2515]: remote LL address fe80::0000:0000:567a=
:ec93
Jul 11 19:30:42 ppp-test pppd[2515]: remote IP address 192.168.67.=
30
......
Jul 11 19:39:21 ppp-test pppd[2515]: LCP terminated by peer=
Jul 11 19:39:21 ppp-test pppd[2515]: Connect time 8.7 minutes.
Jul 11 19=
:39:21 ppp-test pppd[2515]: Sent 3618619 bytes, received 872185 bytes.
J=
ul 11 19:39:21 ppp-test pppd[2515]: Terminating on signal 15
Jul 11 19:3=
9:30 ppp-test pppd[5023]: Using interface ppp243
.........
Jul 11 19:39:30 ppp-test pppd[5023]: remote IP address 192.168=
.67.20
........
11-07-2011 19:39:21 <TRACE> radv1 < seco=
ndary address fe80::/10 on interface ppp243 removed
11-07-2011 19:39:21 =
<TRACE> radv1 < primary address 2001:1111:1111:1::/64 on interface=
ppp243 removed
11-07-2011 19:39:21 <TRACE> static1 < interface ppp243 goes down11-07-2011 19:39:21 <TRACE> radv1 < interface ppp243 goes down11-07-2011 19:39:30 <TRACE> static1 < interface ppp243 changes M=
TU
11-07-2011 19:39:30 <TRACE> radv1 < interface ppp243 changes MTU11-07-2011 19:39:30 <ERR> radv1: Socket error: Network is unreachab=
le
11-07-2011 19:39:31 <TRACE> static1 < interface ppp243 chang=
es link
11-07-2011 19:39:31 <TRACE> radv1 < interface ppp243 changes link<=
br>11-07-2011 19:39:31 <TRACE> static1 < interface ppp243 changes =
link
11-07-2011 19:39:31 <TRACE> radv1 < interface ppp243 chang=
es link
11-07-2011 19:39:32 <ERR> radv1: Socket error: Network is unreachable=
From that moment the error=A0 "Socket error: Ne=
twork is unreachable" repeats itself until I disabled/enabled radv pro=
tocol.
The dual-stack ppp session on interface ppp243 ended and after =
9 sec. another session which is only ipv4 started on same interface ppp243.=
Radv tries to send RA on interface ppp243 which now is not v6-enabled. So =
is like you said.