Thanks for refreshing my memory. I am really rusty at this, since they have made home networking plug and play.
I have IP forwarding enabled.
root@ampr-test:~# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination
Chain FORWARD (policy ACCEPT) target prot opt source destination
Chain OUTPUT (policy ACCEPT) target prot opt source destination
Could you give an example of what I need for iptables forwarding rules.?
Steve
On Mon, May 13, 2013 at 9:49 PM, kb9mwr@gmail.com wrote:
I have IP forwarding enabled.
Could you give an example of what I need for iptables forwarding rules.?
Nothing (to make it work), something (later to filter unwanted things). As you have ACCEPT in all sets, it's not breaking things.
One thing to check would be if the VPN client has a route for 44/8 pointing through the VPN ("ip route" on the client). The VPN server should give the client the route using a directive in the server config:
push "route 44.0.0.0 255.0.0.0"