Page 1 of 1

How can I route/forward between two interfaces w/o NAT

Posted: Thu Oct 04, 2018 12:07 am
by cmd wh0ami
I'm trying to tunnel dual stack. I'm able to get it to work on a test server, but it turns out the production server running OpenVZ has a kernel that doesnt support ip6tables NAT.

I was thinking there might be a way to do it with /sbin/route -6 add..... but I've tried every combination of ip addresses and interfaces I can think of. All I get is "-host unknown" or "-net host unknown"...