banned 0 Posted ... Hi, I have a problem with official polish tv site sport.tvp.pl. All Rio 2016 transmissions are accessible only from Poland so I have to completely switch off openvpn to access it. Would it be possible to have a "hop" server for Poland in some near future? I'm not really interested in a "full" server because I'd never use a vpn server in my own country;)Thanks Quote Share this post Link to post
OpenSourcerer 1435 Posted ... Nicely ask Staff directly. Quote Hide OpenSourcerer's signature Hide all signatures NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT. LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too! Want to contact me directly? All relevant methods are on my About me page. Share this post Link to post
zhang888 1066 Posted ... Alternatively, route 195.245.213.0/24 outside your VPN - this is the range tvp.pl is using.Then all connections to their streaming servers will be outside your VPN tunnel. Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
banned 0 Posted ... hanks for your reply zhang888. The site requires Flash for streaming but I use Debian and I don't install anything closed source on it (certainly not something like Flash). So my current solution is to run everything in a virtual machine and install Flash inside it. Requires some tuning but it works even in HD. The main problem was that they block my IP, so in Virtual Box machine's network configuration I switched from NAT to Bridged Adapter. So now I have working "polish" connection inside VM and I don't have to switch of openvpn on the host system. The only thing that worries me is that Virtual Box can somehow magically bypass my firewall when machine's network interface is set to Bridged Adapter.I don't understand how a process without root privileges can "escape" my firewall (I suspect there is some daemon running in background with root privileges). Also: any recommendations what could I read to have some basic understanding of the network (e.g. bridge, NAT, routing etc)? E.g even with this configuration (complete network block) in host OS I have no problem connecting to the internet in VM: BLOCK IPv6 sudo ip6tables -F -t filter sudo ip6tables -F -t nat sudo ip6tables -X sudo ip6tables -P INPUT DROP sudo ip6tables -P OUTPUT DROP sudo ip6tables -P FORWARD DROP # BLOCK IPv4 sudo iptables -F -t filter sudo iptables -F -t nat sudo iptables -X sudo iptables -P INPUT DROP sudo iptables -P OUTPUT DROP sudo iptables -P FORWARD DROP Quote Share this post Link to post
zhang888 1066 Posted ... The VM in bridge mode has a separate address and adapter, generally from your router, so you will have to set up firewall rules in the VM itself,regardless of the rules you have on your host. This is expected behavior. The Virtualbox wiki is quite good. NAT mode means you will use your hosts network settings, Bridge means that you will have a separate VMwith separate physical network adapter, the best example for it would be a neighbor machine in your LAN. Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
TheDieselBoiler 5 Posted ... I feel like you're overcomplicating this. Is it not better to just use a proxy and use a proxy switcher, if you wanna watch TVP Sport? EDIT: Here's a list of Polish proxy sites; http://prx.centrump2p.com/english/country/pl/------------------------------------------------------------------------------------------------------------------------------------------------------------------- Wydaje mi się że komplikujesz całą sprwę. Nie wystarczy proxy z Polski i jakiś switcher plugin jeśli chcesz oglądać TVP Sport? EDIT: Tutaj masz listę Polskich stron proxy; http://prx.centrump2p.com/english/country/pl/ Quote Hide TheDieselBoiler's signature Hide all signatures - Share this post Link to post
banned 0 Posted ... Hi TheDieselBoiler and thanks for a good suggestion. I'll try your method another time, however, because the second problem is Flash - I don't want it on my main system. And if I'm not mistaken a good Firefox plugin for switching proxies is FoxyProxy. Quote Share this post Link to post
TheDieselBoiler 5 Posted ... FoxyProxy is a good plugin and is popular, also there are alternatives to flash player such as Gnashhttp://savannah.gnu.org/projects/gnash/ Lightsparkhttp://lightspark.github.io Quote Hide TheDieselBoiler's signature Hide all signatures - Share this post Link to post