Well, i have a problem setting up a vpn connection. The connection itself works, but
one of the routers doesn't want to forward traffic between the two interfaces (vpn01 and eth1). The routing table seems correct and the /proc/sys/net/ipv4/ip_forward is set to 1.
Routing table:
213.250.19.90 dev ppp0 proto kernel scope link src 193.77.XXX.XXX
192.168.0.0/24 dev eth1 proto kernel scope link src 192.168.0.1
192.168.0.0/16 dev vpn01 proto kernel scope link src 192.168.0.1
127.0.0.0/8 via 127.0.0.1 dev lo scope link
default via 213.250.19.90 dev ppp0
And also, there are no firewall rules preventing the routing (i tried flushing and it didn't help).