<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Arial,Helvetica,sans-serif'>
<p>Try adding this iptables rule on Site B router:</p>
<p>sudo /sbin/iptables --table nat --append POSTROUTING --source 10.1.0.0/24 --jump MASQUERADE</p>
<p>and make sure that forwarding is enabled on Site B router:</p>
<p>cat /proc/sys/net/ipv4/ip_forward should give you: 1</p>
<p>Cheers.</p>
</body></html>