ISP DNS Leak - eBay Suspended & PayPal Limited Forums
eBay Suspension & PayPal Limited Forums  
Join Today
Register Subscribe
     

Registration is fast, simple and absolutely free so please, join our community today!


Go Back   Home > Stealth Topics > IP Address

IP Address Changing your IP address, multiple IPs, VPNs, hiding your IP, phone tethering, MiFi devices, hotspots and more.

Reply
 
Thread Tools
  #1  
Old 03-05-2020
Junior Member
 
Join Date: Mar 2020
Posts: 5
Thanks: 6
Thanked 0 Times in 0 Posts
Activity: 0%
Longevity: 24%
iTrader: (0)
Default ISP DNS Leak

Hi

So i am facing the following problem at the moment:

When i perform a DNS Leak Test on "whoer" and "proxyrack" they can still see my ISP DNS IP... However all other websites such as "ipleak" or "browserleak" don't show any leak, very strange.
I am using a VPS + OpenVPN on Debian 8 (IPV6 not configured on my server but i have disabled it under Windows)

The only thing i tried at the moment is the dnsfixsetup.exe from "dnsleaktest" or using another DNS (like Google) but it doesn't change anything. Funny thing is that when i try the Opera VPN or even NordVPN they can't see my ISP DNS IP anymore so it's coming from my OpenVPN config i guess ?

Obviously i don't want to use these solutions and keep my Dedicated IP

If anyone has a solution it would be great,

Thanks in advance for any help provided
Reply With Quote
The complete step-by-step guide to get back to selling today!

  #2  
Old 03-06-2020
SaiJin's Avatar
Super Moderator
 
Join Date: Jul 2008
Posts: 15,977
Thanks: 322
Thanked 2,553 Times in 2,205 Posts
Activity: 53%
Longevity: 91%
iTrader: (2)
Default Re: ISP DNS Leak

I find that getting a dedicated and Fresh IP to use from IPBurger is the simplest and easiest solution.

Specially for some one like me who likes to work fast and has to swap between multiple accounts.
Reply With Quote
The Following User Says Thank You to SaiJin For This Useful Post:
Kana (03-06-2020)
  #3  
Old 03-06-2020
Member
 
Join Date: Feb 2020
Posts: 113
Thanks: 15
Thanked 15 Times in 12 Posts
Activity: 0%
Longevity: 24%
iTrader: (0)
Default Re: ISP DNS Leak

Quote:
Originally Posted by Kana View Post
Hi

So i am facing the following problem at the moment:

When i perform a DNS Leak Test on "whoer" and "proxyrack" they can still see my ISP DNS IP... However all other websites such as "ipleak" or "browserleak" don't show any leak, very strange.
I am using a VPS + OpenVPN on Debian 8 (IPV6 not configured on my server but i have disabled it under Windows)

The only thing i tried at the moment is the dnsfixsetup.exe from "dnsleaktest" or using another DNS (like Google) but it doesn't change anything. Funny thing is that when i try the Opera VPN or even NordVPN they can't see my ISP DNS IP anymore so it's coming from my OpenVPN config i guess ?

Obviously i don't want to use these solutions and keep my Dedicated IP

If anyone has a solution it would be great,

Thanks in advance for any help provided
Do you mean a virtual machine on your host?

A VPS has it's own DNS and it can't leak your DNS when you're remoting into it.

Last edited by Omani; 03-06-2020 at 06:17 PM.
Reply With Quote
  #4  
Old 03-06-2020
Junior Member
Threadstarter  
 
Join Date: Mar 2020
Posts: 5
Thanks: 6
Thanked 0 Times in 0 Posts
Activity: 0%
Longevity: 24%
iTrader: (0)
Default Re: ISP DNS Leak

Quote:
Originally Posted by Omani View Post
Do you mean a virtual machine on your host?

A VPS has it's own DNS and it can't leak your DNS when you're remoting into it.
I have a VPS (OVH) with OpenVPN on it and when i connect to it i have DNS leaks from my ISP according to whoer.
Reply With Quote
  #5  
Old 03-06-2020
nate's Avatar
Senior Member
 
Join Date: Jul 2016
Posts: 990
Thanks: 169
Thanked 412 Times in 270 Posts
Activity: 0%
Longevity: 45%
iTrader: (0)
Default Re: ISP DNS Leak

what ever dns server is being used in
Code:
/etc/resolv.conf
on your server, which is most likely 8.8.8.8 (google), set that as your dns server on your windows machine.

Win10
settings/network & internet/Wifi [or] Ethernet/Change adapter options/right click your network adapter/properties/Internet Protocol Version 4 (TCP IPv4)/when highlighted click properties. Then select "Use the following DNS server addresses"

(it's in the same options where you would have disabled IPv6 on your windows machine.)

use 8.8.8.8 & 8.8.4.4 or what ever matches your server. I use 1.1.1.1 & 1.0.0.1 unless my server is in another country. then i take different measures.

Im just a lil' surprised you were able to set up openvpn on Linux but unable to stop a DNS leak.

If you want to change the DNS on your VPS edit server addresses in
Code:
/etc/resolv.conf
Also if for some reason that doesnt work you can add
Code:
dhcp-option DNS 8.8.8.8
dhcp-option DNS 8.8.4.4
to your openvpn client config

I sure wish there was a dislike 👎 option I could use bad advice and misinformation.
__________________
Make Crypto Great Again 2024...

Last edited by nate; 03-06-2020 at 08:54 PM.
Reply With Quote
The Following User Says Thank You to nate For This Useful Post:
StealthLannister (04-01-2020)
  #6  
Old 03-07-2020
Junior Member
Threadstarter  
 
Join Date: Mar 2020
Posts: 5
Thanks: 6
Thanked 0 Times in 0 Posts
Activity: 0%
Longevity: 24%
iTrader: (0)
Default Re: ISP DNS Leak

Quote:
Originally Posted by nate View Post
what ever dns server is being used in
Code:
/etc/resolv.conf
on your server, which is most likely 8.8.8.8 (google), set that as your dns server on your windows machine.

Win10
settings/network & internet/Wifi [or] Ethernet/Change adapter options/right click your network adapter/properties/Internet Protocol Version 4 (TCP IPv4)/when highlighted click properties. Then select "Use the following DNS server addresses"

(it's in the same options where you would have disabled IPv6 on your windows machine.)

use 8.8.8.8 & 8.8.4.4 or what ever matches your server. I use 1.1.1.1 & 1.0.0.1 unless my server is in another country. then i take different measures.

Im just a lil' surprised you were able to set up openvpn on Linux but unable to stop a DNS leak.

If you want to change the DNS on your VPS edit server addresses in
Code:
/etc/resolv.conf
Also if for some reason that doesnt work you can add
Code:
dhcp-option DNS 8.8.8.8
dhcp-option DNS 8.8.4.4
to your openvpn client config

I sure wish there was a dislike 👎 option I could use bad advice and misinformation.
Worked, thanks, no more DNS leak
Reply With Quote
  #7  
Old 03-07-2020
Member
 
Join Date: Feb 2020
Posts: 113
Thanks: 15
Thanked 15 Times in 12 Posts
Activity: 0%
Longevity: 24%
iTrader: (0)
Default Re: ISP DNS Leak

Quote:
Originally Posted by nate View Post
I sure wish there was a dislike 👎 option I could use bad advice and misinformation.
I feel that is aimed at me.

Are you saying a VPS doesn't have it's own DNS?, and it's possible to have a DNS leak through a remote connection?
Reply With Quote
  #8  
Old 03-07-2020
nate's Avatar
Senior Member
 
Join Date: Jul 2016
Posts: 990
Thanks: 169
Thanked 412 Times in 270 Posts
Activity: 0%
Longevity: 45%
iTrader: (0)
Default Re: ISP DNS Leak

Quote:
Originally Posted by Omani View Post
I feel that is aimed at me.

Are you saying a VPS doesn't have it's own DNS?, and it's possible to have a DNS leak through a remote connection?
No, not aimed at you & No Linux vps dns is in
Code:
/etc/resolv.conf
The best setup with VPN is to push the vps dns server address to the client using the option in the VPN software. Im not 100% sure without googling how thats done with openvpn since Im more of a softether user, which has openvpn built in.
__________________
Make Crypto Great Again 2024...
Reply With Quote
  #9  
Old 03-08-2020
Member
 
Join Date: Feb 2020
Posts: 113
Thanks: 15
Thanked 15 Times in 12 Posts
Activity: 0%
Longevity: 24%
iTrader: (0)
Default Re: ISP DNS Leak

Quote:
Originally Posted by nate View Post
No, not aimed at you & No Linux vps dns is in
Oh, all good
Reply With Quote
  #10  
Old 04-01-2020
Junior Member
 
Join Date: Mar 2020
Posts: 23
Thanks: 0
Thanked 1 Time in 1 Post
Activity: 0%
Longevity: 23%
iTrader: (0)
Default Re: ISP DNS Leak

Use another software
Reply With Quote
  #11  
Old 09-20-2022
Senior Member
 
Join Date: Jan 2017
Posts: 104
Thanks: 0
Thanked 4 Times in 4 Posts
Activity: 0%
Longevity: 42%
iTrader: (0)
Default Re: ISP DNS Leak

is dns leakage prevention important to create ebay account nowadays?
Reply With Quote
Reply




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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I run multiple accounts without IP leak? xtyle Amazon Tracking 18 01-05-2020 08:43 AM
IPS DNS LEAK problem Saul123 PayPal Talk 10 10-01-2019 07:48 PM
About DNS Leak Zermatt IP Address 11 09-22-2019 01:04 PM
Changing my local IP to mask out the WEB RTC leak! smartguy IP Address 5 06-16-2017 09:13 AM
VPN DNS leak plug it with Public DNS server? uber eBay Tracking 3 06-20-2015 02:43 PM


Aspkin Group

All times are GMT -5. The time now is 04:59 AM.


Stop the guessing games and learn how you can quickly and easily get back on eBay today!
Read the best selling step-by-step eBay Suspension guide eBay Stealth!
Amazon Suspension? Read Amazon Ghost to get back on Amazon!
vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Ad Management by RedTyger
no new posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58