Author

Topic: Need VPN for PayPal and eBay (Read 2006 times)

sr. member
Activity: 364
Merit: 250
February 16, 2017, 07:40:47 PM
#7
I assume you need this for a legitimate business, what you actually need is a an ip address that does not change (static) or that is not blacklisted by paypal and ebay. I am sorry to say that no vpn can provide this service because of the way they route your internet and trying to cover your identity.
Way out, You can buy a dedicated window rdp with 1 year contract though you pay on monthly basis but your ip address shall not be changed.
2, Buy a sock5 ip address with 12 month agreement.
legendary
Activity: 1946
Merit: 1427
February 16, 2017, 05:01:36 PM
#6
I need a vpn that doesn't change ips how would I do this I want to use for eBay and pypal
I think i get what you're trying to ask. You want to exclude certain sites from your VPN such as Paypal and ebay?

If you're on windows, this should work, it should not matter which vpn you use.;


//////////
Manual setup via route.exe

On windows, to create static routing rules to let IPs bypass the VPN, you need to use the integrated tool "route.exe" of Windows.
You can find it in the folder C:\Windows\System32 - but it's executable from any place.

To use it, open a command prompt. Run "cmd.exe" or navigate to "All Programs/Accessories/Command Prompt" in the start menu.

Run "route" to get the instructions for how to use this tool. How to use it for our purpose (IPs bypassing the VPN) is quickly explained:

    First you need to find your gateway IP address. This is usually the IP of your router/DSL-Modem, so the device your computer gets the internet from.
    If you're not sure which IP that is, please run "route print". In the mid-section of the output.

    You'll see that certain IPs are using a gateway address that belongs into your local network. In this case, 192.168.88.2 is our gateway IP address, the IP of the router
    Keep that gateway IP address in mind. Now we need to get the IP of the website you want to bypass the VPN. For testing, we can use http://ipaddress.com
    As you might know, this website shows your current IP and location. When disconnected from the VPN, go there and you'll see your real IP and location.
    To get the IP of that website, you can simply ping it by running "ping ipadress.com". It returns the IP address, which is: 80.237.246.185
    Alternatively use websites like http://www.hcidata.info/host2ip.htm for this purpose
    Now we create a routing rule for this website, by running "route add 80.237.246.185 192.168.88.2" (syntax: route add destinationIP gatewayIP)
    When that is done, connect to the VPN and visit http://ipaddress.com again. You'll notice that it still shows your real IP and location, instead the VPN IP and location.
    That means the routing rule is working and the website is bypassing the VPN.

 

Note: This rules are only temporary, that means they disappear upon next reboot.
To make them permanent, use the switch "-p", so e.g. "route -p add 80.237.246.185 192.168.88.2"

//////////

If you want your vpn ONLY for specific websites, see this article. https://support.hidemyass.com/hc/en-us/articles/202720536-Using-VPN-for-specific-websites-IPs-only


Sorry to bust your nuts lol I mean like how vpns everytime you use them they change? Idk wat I'm saying but what I want is a Vpn that changes my ip but has never been used on either sites and for it to stay the same ip cause I think ips change everytime you turn on VPN idk
Alot of VPNS are basically proxies, but they are usually used by alot of of users. You should look for private proxies, residential ones, especially for paypal. Do a google search for them. Decent ones aren't going to be free. Or look for SSH's, although i wouldn't recommend that with your knowledge level.

http://lmgtfy.com/?q=Buy+private+residential+proxies

I personally used PrivateInternetAccess for awhile for alot of services, but their IPs are usually already used by alot of people.
newbie
Activity: 44
Merit: 0
February 16, 2017, 03:31:19 PM
#5
I need a vpn that doesn't change ips how would I do this I want to use for eBay and pypal
I think i get what you're trying to ask. You want to exclude certain sites from your VPN such as Paypal and ebay?

If you're on windows, this should work, it should not matter which vpn you use.;


//////////
Manual setup via route.exe

On windows, to create static routing rules to let IPs bypass the VPN, you need to use the integrated tool "route.exe" of Windows.
You can find it in the folder C:\Windows\System32 - but it's executable from any place.

To use it, open a command prompt. Run "cmd.exe" or navigate to "All Programs/Accessories/Command Prompt" in the start menu.

Run "route" to get the instructions for how to use this tool. How to use it for our purpose (IPs bypassing the VPN) is quickly explained:

    First you need to find your gateway IP address. This is usually the IP of your router/DSL-Modem, so the device your computer gets the internet from.
    If you're not sure which IP that is, please run "route print". In the mid-section of the output.

    You'll see that certain IPs are using a gateway address that belongs into your local network. In this case, 192.168.88.2 is our gateway IP address, the IP of the router
    Keep that gateway IP address in mind. Now we need to get the IP of the website you want to bypass the VPN. For testing, we can use http://ipaddress.com
    As you might know, this website shows your current IP and location. When disconnected from the VPN, go there and you'll see your real IP and location.
    To get the IP of that website, you can simply ping it by running "ping ipadress.com". It returns the IP address, which is: 80.237.246.185
    Alternatively use websites like http://www.hcidata.info/host2ip.htm for this purpose
    Now we create a routing rule for this website, by running "route add 80.237.246.185 192.168.88.2" (syntax: route add destinationIP gatewayIP)
    When that is done, connect to the VPN and visit http://ipaddress.com again. You'll notice that it still shows your real IP and location, instead the VPN IP and location.
    That means the routing rule is working and the website is bypassing the VPN.

 

Note: This rules are only temporary, that means they disappear upon next reboot.
To make them permanent, use the switch "-p", so e.g. "route -p add 80.237.246.185 192.168.88.2"

//////////

If you want your vpn ONLY for specific websites, see this article. https://support.hidemyass.com/hc/en-us/articles/202720536-Using-VPN-for-specific-websites-IPs-only


Sorry to bust your nuts lol I mean like how vpns everytime you use them they change? Idk wat I'm saying but what I want is a Vpn that changes my ip but has never been used on either sites and for it to stay the same ip cause I think ips change everytime you turn on VPN idk
sr. member
Activity: 658
Merit: 251
February 16, 2017, 02:56:22 PM
#4
I need a vpn that doesn't change ips how would I do this I want to use for eBay and pypal
I think i get what you're trying to ask. You want to exclude certain sites from your VPN such as Paypal and ebay?

If you're on windows, this should work, it should not matter which vpn you use.;


//////////
Manual setup via route.exe

On windows, to create static routing rules to let IPs bypass the VPN, you need to use the integrated tool "route.exe" of Windows.
You can find it in the folder C:\Windows\System32 - but it's executable from any place.

To use it, open a command prompt. Run "cmd.exe" or navigate to "All Programs/Accessories/Command Prompt" in the start menu.

Run "route" to get the instructions for how to use this tool. How to use it for our purpose (IPs bypassing the VPN) is quickly explained:

    First you need to find your gateway IP address. This is usually the IP of your router/DSL-Modem, so the device your computer gets the internet from.
    If you're not sure which IP that is, please run "route print". In the mid-section of the output, you should see something like this:

111.png

    You'll see that certain IPs are using a gateway address that belongs into your local network. In this case, 192.168.88.2 is our gateway IP address, the IP of the router
    Keep that gateway IP address in mind. Now we need to get the IP of the website you want to bypass the VPN. For testing, we can use http://ipaddress.com
    As you might know, this website shows your current IP and location. When disconnected from the VPN, go there and you'll see your real IP and location.
    To get the IP of that website, you can simply ping it by running "ping ipadress.com". It returns the IP address, which is: 80.237.246.185
    Alternatively use websites like http://www.hcidata.info/host2ip.htm for this purpose
    Now we create a routing rule for this website, by running "route add 80.237.246.185 192.168.88.2" (syntax: route add destinationIP gatewayIP)
    When that is done, connect to the VPN and visit http://ipaddress.com again. You'll notice that it still shows your real IP and location, instead the VPN IP and location.
    That means the routing rule is working and the website is bypassing the VPN.

 

Note: This rules are only temporary, that means they disappear upon next reboot.
To make them permanent, use the switch "-p", so e.g. "route -p add 80.237.246.185 192.168.88.2"

//////////

If you want your vpn ONLY for specific websites, see this article. https://support.hidemyass.com/hc/en-us/articles/202720536-Using-VPN-for-specific-websites-IPs-only

Wow nice man will try this didn't know about this one. Thanks
legendary
Activity: 1946
Merit: 1427
February 16, 2017, 02:49:14 PM
#3
I need a vpn that doesn't change ips how would I do this I want to use for eBay and pypal
I think i get what you're trying to ask. You want to exclude certain sites from your VPN such as Paypal and ebay?

If you're on windows, this should work, it should not matter which vpn you use.;

Quote
//////////
Manual setup via route.exe

On windows, to create static routing rules to let IPs bypass the VPN, you need to use the integrated tool "route.exe" of Windows.
You can find it in the folder C:\Windows\System32 - but it's executable from any place.

To use it, open a command prompt. Run "cmd.exe" or navigate to "All Programs/Accessories/Command Prompt" in the start menu.

Run "route" to get the instructions for how to use this tool. How to use it for our purpose (IPs bypassing the VPN) is quickly explained:

    First you need to find your gateway IP address. This is usually the IP of your router/DSL-Modem, so the device your computer gets the internet from.
    If you're not sure which IP that is, please run "route print". In the mid-section of the output.

    You'll see that certain IPs are using a gateway address that belongs into your local network. In this case, 192.168.88.2 is our gateway IP address, the IP of the router
    Keep that gateway IP address in mind. Now we need to get the IP of the website you want to bypass the VPN. For testing, we can use http://ipaddress.com
    As you might know, this website shows your current IP and location. When disconnected from the VPN, go there and you'll see your real IP and location.
    To get the IP of that website, you can simply ping it by running "ping ipadress.com". It returns the IP address, which is: 80.237.246.185
    Alternatively use websites like http://www.hcidata.info/host2ip.htm for this purpose
    Now we create a routing rule for this website, by running "route add 80.237.246.185 192.168.88.2" (syntax: route add destinationIP gatewayIP)
    When that is done, connect to the VPN and visit http://ipaddress.com again. You'll notice that it still shows your real IP and location, instead the VPN IP and location.
    That means the routing rule is working and the website is bypassing the VPN.

 

Note: This rules are only temporary, that means they disappear upon next reboot.
To make them permanent, use the switch "-p", so e.g. "route -p add 80.237.246.185 192.168.88.2"

//////////

If you want your vpn ONLY for specific websites, see this article. https://support.hidemyass.com/hc/en-us/articles/202720536-Using-VPN-for-specific-websites-IPs-only
full member
Activity: 155
Merit: 100
February 16, 2017, 02:34:46 PM
#2
I need a vpn that doesn't change ips how would I do this I want to use for eBay and pypal

What's the point of a VPN if it doesn't change your IP?
newbie
Activity: 44
Merit: 0
February 16, 2017, 02:24:46 PM
#1
I need a vpn that doesn't change ips how would I do this I want to use for eBay and pypal
Jump to: