Hi,
I have setup up a VPN using poptop`s PPTP in linux server and using windows client. i am able to connect and surf the internet But some websites do not open Like the pages which has a redirection to different site does not works
ex. are bnmg.com cars.in black.in
The Iptables rules i am using is iptables -A FORWARD -i ppp0 -j ACCEPT iptables -A FORWARD -o ppp0 -j ACCEPT iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
Why cant i browse redirected sites ?
Regards Jeetendra