Try adding this iptables rule on Site B router: 

sudo /sbin/iptables --table nat --append POSTROUTING --source
10.1.0.0/24 --jump MASQUERADE 

and make sure that forwarding is enabled on Site B router: 

cat /proc/sys/net/ipv4/ip_forward should give you: 1 

Cheers.

Reply via email to