LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-10-2014, 02:56 PM   #1
fallenstardust
LQ Newbie
 
Registered: Sep 2008
Posts: 9

Rep: Reputation: 0
openvpn: p2p fine, but no browsing. debian wheezy


hi,

i've tried a few different vpns on debian 7 and ubuntu 12.04 but keep coming up with the same problem.

p2p runs at it's full 500kb/s (i live in a village, crap internet!) but even when deluge isn't running, my browser doesn't have enough bandwidth to load facebook, or go past the first page of a google search.

speed test gives 3mb/s, is normal-ish.

why do i have internet in deluge but not in chrome, firefox or iceweasel?

currently running btguard from terminal.
 
Old 04-11-2014, 06:34 AM   #2
mustafa_ibrahim
LQ Newbie
 
Registered: Mar 2014
Posts: 11

Rep: Reputation: Disabled
i'm guessing here, but i've also had that recently where my browser didn't get past the google page and in my case it had to do with the DNS servers of my ISP..

after i changed them to google's DNS servers ( or open DNS )everything was running smooth again..
 
Old 04-13-2014, 03:49 PM   #3
fallenstardust
LQ Newbie
 
Registered: Sep 2008
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by mustafa_ibrahim View Post
i'm guessing here, but i've also had that recently where my browser didn't get past the google page and in my case it had to do with the DNS servers of my ISP..

after i changed them to google's DNS servers ( or open DNS )everything was running smooth again..
i have no idea how to do that! could you help? i get this error message when connecting,

WARNING: potential route subnet conflict between local LAN [10.10.10.0/255.255.255.0] and remote VPN [10.10.10.1/255.255.255.255]
Sun Apr 13 21:36:51 2014 /sbin/route add -net 10.10.10.1 netmask 255.255.255.255 gw 10.10.10.161

it still connects though, with full speed on p2p. the speed test website also detects it as full speed.
 
Old 04-14-2014, 06:59 AM   #4
mustafa_ibrahim
LQ Newbie
 
Registered: Mar 2014
Posts: 11

Rep: Reputation: Disabled
you were able to connect to that website using your vpn now ?

that error message is a different problem i know nothing about, but that DNS server change can be done in /etc/resolv.conf if you look in that file now you'll probably see 2 name servers assigned by your ISP...just to do a quick check i would just use either google's or opendns' servers..all you have to do is edit that file and place 1 of these on top


nameserver 8.8.8.8
nameserver 8.8.4.4

nameserver 208.67.222.222
nameserver 208.67.220.220



i'm not familiar with the distros you are using and when you reboot your system will probably change it back but that would show you if your problem has anything to do with this.. afterwards you could have a look how to do it in such a way that it stays that way

if changing them doesn't help then then i'd start looking into that error message..

Last edited by mustafa_ibrahim; 04-14-2014 at 07:29 AM.
 
Old 04-14-2014, 04:23 PM   #5
fallenstardust
LQ Newbie
 
Registered: Sep 2008
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by mustafa_ibrahim View Post
you were able to connect to that website using your vpn now ?

that error message is a different problem i know nothing about, but that DNS server change can be done in /etc/resolv.conf if you look in that file now you'll probably see 2 name servers assigned by your ISP...just to do a quick check i would just use either google's or opendns' servers..all you have to do is edit that file and place 1 of these on top


nameserver 8.8.8.8
nameserver 8.8.4.4

nameserver 208.67.222.222
nameserver 208.67.220.220
this is my file:

# Generated by NetworkManager
domain dlink.com
search dlink.com
nameserver 192.168.1.1

what exactly should i do with it? i don't want to risk losing my internet!

thanks
 
Old 04-14-2014, 09:30 PM   #6
fallenstardust
LQ Newbie
 
Registered: Sep 2008
Posts: 9

Original Poster
Rep: Reputation: 0
i'm looking at resolvconf to deal with the nameservers for me, to potentially remove the conflict that the error message is putting out. Reading about it, it says that programs can conflict when rewriting resolv.conf. It seems like a good idea until it says you can't get rid of it.

I'm in over my head, any ideas as to whether this is system suicide?
 
Old 04-16-2014, 08:32 AM   #7
mustafa_ibrahim
LQ Newbie
 
Registered: Mar 2014
Posts: 11

Rep: Reputation: Disabled
i don;t have a clue if changing DNS servers will even work..so no need to worry about making things permanent yet..to test it all you have to is copy 1 of those i posted and paste them above the ones you have in your file right now..fire up your VPN and see if it worked..if not, you can just change it back to what it was and you'll know you need to find another solution..you seem to be a little scared ? probably had some bad experiences in the past ?

..i only started my linux career 3 months ago and already had to resurrect myself like 5 times aha..trial and error / falling and getting up is a good way to learn things though
 
Old 04-16-2014, 05:45 PM   #8
fallenstardust
LQ Newbie
 
Registered: Sep 2008
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by mustafa_ibrahim View Post
i don;t have a clue if changing DNS servers will even work..so no need to worry about making things permanent yet..to test it all you have to is copy 1 of those i posted and paste them above the ones you have in your file right now..fire up your VPN and see if it worked..if not, you can just change it back to what it was and you'll know you need to find another solution..you seem to be a little scared ? probably had some bad experiences in the past ?

..i only started my linux career 3 months ago and already had to resurrect myself like 5 times aha..trial and error / falling and getting up is a good way to learn things though
i tried all of the above nameservers to no avail. this forum and imdb still work while facebook and twitter don't.

i have a healthy respect for conf files and their unique ability to completely bugger up my system. while i am now proficient in reversing changes from rescue terminal, i am wary of edits suggested outside of how-to's. it's no offence to you at all, i just wanted to make exactly sure what I was to do.
 
Old 04-17-2014, 03:01 AM   #9
mustafa_ibrahim
LQ Newbie
 
Registered: Mar 2014
Posts: 11

Rep: Reputation: Disabled
i totally understand what you mean about being careful with altering conf files, so no offence taken..the fact that you are able to access this site means the DNS servers aren't the problem, if they were you wouldn't have access at all..


..think it has to do with that error message then..lol i just did a quick google and the first result i saw was your's on debian's user formum..so i guess you're already getting help fixing that..i saw they already offered a solution also, so let's hope that's gonna fix it..good luck

Last edited by mustafa_ibrahim; 04-17-2014 at 05:58 AM.
 
  


Reply

Tags
debian, openvpn



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Now I've done it - Debian dual boot (Sid, Wheezy) grub overwritten, lost Wheezy? ShaneRoach Debian 23 02-02-2014 02:28 PM
Can openvpn provide truely anonymous web browsing? addux Linux - Networking 8 05-15-2012 12:22 PM
LXer: Debian to offer MultiArch support with Debian Wheezy 7 in 2013 LXer Syndicated Linux News 0 08-11-2011 01:50 AM
konqueror is fine, but i want to use mozilla for browsing Xyre Linux - Software 5 08-14-2004 03:42 AM
P2P Shared Files Browsing?! Crickit Linux - Software 3 05-06-2003 05:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration