Hello, I am sorry for a bug report, as this is more of a question (by hopefully can be interpreted as a "usability issue" :( ).
I have an ISP box, and my own router, with two interfaces, following it. em1 is connected to the ISP box, the em2 is connected to the LAN. The router has ndppd running with the following configuration:
route-ttl 1
address-ttl 1
proxy em1 {
router yes
timeout 5000
autowire yes
keepalive yes
retries 5
promiscuous yes
ttl 1
rule my:ipv6:prefix::/64 {
iface em2
autovia yes
}
}
Things work... "kinda". I mean, they work most of the time, but sometimes routing starts to fail for no obvious reason. It takes about half an hour, and then routing is back. Sometimes more, sometimes less.
There seems to be nothing in the log, so I hoped to ask for some help with debugging.
Hello, I am sorry for a bug report, as this is more of a question (by hopefully can be interpreted as a "usability issue" :( ).
I have an ISP box, and my own router, with two interfaces, following it.
em1is connected to the ISP box, theem2is connected to the LAN. The router has ndppd running with the following configuration:Things work... "kinda". I mean, they work most of the time, but sometimes routing starts to fail for no obvious reason. It takes about half an hour, and then routing is back. Sometimes more, sometimes less.
There seems to be nothing in the log, so I hoped to ask for some help with debugging.