I have a box with 8.2-RELEASE acting as a PPPoE concentrator. When a client connects, it works well for a period of time. But after some (random?) period the box stops routing traffic to the client via the tun interface.
The route which was created at connection setup and looks at netstat like this
disappears after a period of time.
The ppp process is still running well and incoming traffic from the tun2 interface is still present. But no traffic is being sent to tun2 due to lack of the route.
If I add the route manually with say the command
/usr/sbin/ppp and /usr/libexec/pppoed out of the box.
Any ideas?
The route which was created at connection setup and looks at netstat like this
Code:
X.Y.Z.T link#16 UHS 0 591381 tun2
The ppp process is still running well and incoming traffic from the tun2 interface is still present. But no traffic is being sent to tun2 due to lack of the route.
If I add the route manually with say the command
# route add -host X.Y.Z.T -iface tun2
everything starts working again./usr/sbin/ppp and /usr/libexec/pppoed out of the box.
Any ideas?