vpnDarknet wrote:Chur dude ,
It looks like the issue was not having <meta charset="utf-8"> set was causing the fonts to weird out when deviating from numbers and basic alphabet, all good now
A dual purpose of this Pi is as a wifi router, with all of the traffic piped through tor, I would like to set it up to send it all through CS, but not sure if I can achieve all with one bit of kit.
I did have another Pi... in fact I still do.
But I plug some cables incorrectly onto the board, and all of the magic smoke escaped, so now it's just a piece of objet d'art

I have a PI with a wifi dongle and his normal ethernet port, and I'm sending all my trafic into the CS
The problem is actually the configuration of the IPtables (and yes you do need that), there are some scripts in the www that would try to do that for you, simply by answering some questions about your system, like the name of Ethernet and wifi adapters, the network mask and all that.
After having this working you should go ahead and configure openvpn, and them another problem with IPtables, since you need to masquerade some stuff and redirect another stuff, the principle is basic, all IN/OUT VPN traffic truth eth0 (or whatever eth) and redirect wifi traffic to the tun0 (or whatever name openvpn will give it), and all IN/OUT from tun0 to wifi.
I have to say that I've got a lot of trouble putting this to work, and at the very begging I simply accepted all ports/protocols in IPtables to figure out if it was possible to make this.... and it was.... I saw some tutorials in some tech forums but it was always a pain.
A side note, don't forget you also have the firewall from your router/modem.... eheh
This is the script I use... it's cool and it's almost 98% of the problems resolve
http://iptables.xn--rzeniczak-sbc.pl/