LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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


Closed Thread
  Search this Thread
Old 01-12-2021, 12:13 AM   #1
jail bill gates from hel
Member
 
Registered: Nov 2020
Posts: 48

Rep: Reputation: Disabled
IP address changinf softwear wanted


Hi
Can anyone recomend a program that will change my IP address (or make it appear that it is different)

The site in question will not except proxy serves, things like tor onion browser

Thanks
JBG
 
Old 01-12-2021, 12:28 AM   #2
MaryAnderson
LQ Newbie
 
Registered: Dec 2020
Posts: 5

Rep: Reputation: Disabled
Use a simple browser based vpn
 
Old 01-12-2021, 02:34 AM   #3
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
I would use the ip program. For example, if the current IP address is 192.168.0.99:
Code:
ip a add 192.168.0.123/24 dev eth0
ip a del 192.168.0.99/24 dev eth0
It depends on your distro and any installed network manager how to make that persistent.

However I have the feeling you are leaving out too much context to give you an intelligent answer.
 
Old 01-12-2021, 09:55 AM   #4
jail bill gates from hel
Member
 
Registered: Nov 2020
Posts: 48

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by MaryAnderson View Post
Use a simple browser based vpn
as I said they are not excepting proxy serves
 
Old 01-12-2021, 09:57 AM   #5
jail bill gates from hel
Member
 
Registered: Nov 2020
Posts: 48

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by berndbausch View Post
I would use the ip program. For example, if the current IP address is 192.168.0.99:
Code:
ip a add 192.168.0.123/24 dev eth0
ip a del 192.168.0.99/24 dev eth0
.
is that ip program a command line type of program and is that the command you type into the terminal once installed?
 
Old 01-12-2021, 10:14 AM   #6
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Subscribe to a VPN service. That is undetectable by web sites. It is not 100% private though, but you will appear to web sites that you are coming from the VPN end point you have connected to.
 
Old 01-12-2021, 11:36 AM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,728

Rep: Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919
A VPN is not totally undetectable but some are better then others. Its possible that the site in question keeps track of VPN endpoints or has tracked you through cookies or browser fingerprinting.

Netflix tracks VPNs.

As far as I know you have no control over the VPN endpoint except for picking the server location. With TOR its totally autonomous.
 
Old 01-12-2021, 11:44 AM   #8
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Good to know - I didn't about the end points being monitored by content providers. I guess renting a server somewhere and setting up your own VPN would get around that possibly, in that it isn't "known". VPNs are certainly not foolproof. There really isn't a 100% perfect privacy solution in this regard.
 
Old 01-12-2021, 12:09 PM   #9
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,146

Rep: Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264
A website doesn't typically see the IP set on your computer, because normally you connect through a router wich is doing NAT. The router's IP is what the web sees. If you take your PC to a coffee shop, or connect through a hotspot on your phone with wi-fi turned off, then the web will see a different IP.
 
Old 01-12-2021, 03:59 PM   #10
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by jail bill gates from hel View Post
is that ip program a command line type of program and is that the command you type into the terminal once installed?
Yes.
 
Old 01-12-2021, 11:49 PM   #11
jail bill gates from hel
Member
 
Registered: Nov 2020
Posts: 48

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sevendogsbsd View Post
Subscribe to a VPN service. That is undetectable by web sites. It is not 100% private though, but you will appear to web sites that you are coming from the VPN end point you have connected to.

Quote:
Originally Posted by michaelk View Post
A VPN is not totally undetectable but some are better then others. Its possible that the site in question keeps track of VPN endpoints or has tracked you through cookies or browser fingerprinting.

Netflix tracks VPNs.

As far as I know you have no control over the VPN endpoint except for picking the server location. With TOR its totally autonomous.
Its Tor onion browser that I have bee using and that is what they have been blocking
 
1 members found this post helpful.
Old 01-12-2021, 11:52 PM   #12
jail bill gates from hel
Member
 
Registered: Nov 2020
Posts: 48

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by smallpond View Post
A website doesn't typically see the IP set on your computer, because normally you connect through a router wich is doing NAT. The router's IP is what the web sees. If you take your PC to a coffee shop, or connect through a hotspot on your phone with wi-fi turned off, then the web will see a different IP.
Good point hear, I had a fealing that that is what they where blocking. However! my amazon fire-7 which was blocked. I took it to ASDA and connected to there free wifi and still it is blocked
 
Old 01-12-2021, 11:54 PM   #13
jail bill gates from hel
Member
 
Registered: Nov 2020
Posts: 48

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by berndbausch View Post
Yes.
For the program called "IP program" from my softwear manager there are no matches found!
Do you have a link to it please?
 
Old 01-13-2021, 03:31 AM   #14
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by jail bill gates from hel View Post
For the program called "IP program" from my softwear manager there are no matches found!
Do you have a link to it please?
The package is normally named iproute2. I would be extremely surprised if your package manager didn't have it (what package manager are you using?).

EDIT: On RHEL 7.4, the package is named iproute, without "2", and the version is 3.10.0.

Last edited by berndbausch; 01-13-2021 at 03:34 AM. Reason: spelling and addition
 
Old 01-13-2021, 08:42 AM   #15
jail bill gates from hel
Member
 
Registered: Nov 2020
Posts: 48

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by berndbausch View Post
The package is normally named iproute2. I would be extremely surprised if your package manager didn't have it (what package manager are you using?).

EDIT: On RHEL 7.4, the package is named iproute, without "2", and the version is 3.10.0.
That program is indeed in my softwear manager and I have installed it
But when I type iproute2 into the terminal it says command not found!
 
  


Closed Thread



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
The ubuntu softwear centre does not open. Murphy_1 Ubuntu 3 06-16-2011 11:39 AM
can not put softwear on to ubuntu bobb1 Linux - Software 3 08-19-2008 07:39 AM
Podcast DL softwear ylawayjdp Linux - Software 4 06-13-2007 11:15 AM
how to get ip address, broadcast address, mac address of a machine sumeshstar Programming 2 03-12-2005 04:33 AM
softwear Haroon Linux - Software 2 09-05-2004 12:39 PM

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

All times are GMT -5. The time now is 03:24 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