Skip to content

Proxy stops working after some time. #75

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions