I just suscribe to Sympatico ISP (Bell Canada) and I installed and configured everything on my linux server to share the connection. Everything work find on my server box but for the other computers on the network, connection is a little slow and most of the web pages are not able to load.
I tried thoses rule for sharing my connection but with the same result:
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADING
and
iptables -t nat -A POSTROUTING -o ppp0 -j SNAT --to-source <IP Adress>
Someone have an idea?!?
