Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to get a different IP

0 views
Skip to first unread message

Pier Paolo

unread,
Aug 26, 2008, 11:31:17 AM8/26/08
to
Hi there,
I'm asking if there's a program or method for MacOSX to get a different
IP address while mantaining the current connection.
For instance I got an address like 82.55.x.x, I want to get another
address like 120.23.x.x belonging to another provider, maybe another
country.
Is that possible? How?

TIA.

spacebunnie

unread,
Aug 26, 2008, 6:45:19 PM8/26/08
to

If you are using 10.4 or newer, it's very easy. First, unplug your DSL
box, cable "modem", or whatever you're using. Second, open a terminal
and type "sudo ifconfig en0 lladdr 00:00:00:00:13:01". Don't use the
quotes, and use whatever made up number you want so long as it follows
the format (six pairs of numbers separated by colons). This is you MAC
address, and what we're doing here is called MAC address spoofing.
Reconnect whatever box you use to hook up to your ISP and wait for it
to boot, and you should then find yourself with a new IP address.
Remember that whenever you reboot your computer, your MAC address
will go back to the original value. More info here, if you
want:http://www.macgeekery.com/gspot/2006-04/mac_address_spoofing

HTH
--
(\__/)
(='.'=)
(")_(")

spacebunnie

unread,
Aug 26, 2008, 7:03:35 PM8/26/08
to
Uh, never mind, sorry -- should've read more closely before replying.

Pier Paolo

unread,
Aug 27, 2008, 5:29:07 AM8/27/08
to
In article <20080826184...@jayasriradhe.local>,
spacebunnie <space...@void.null> wrote:

> If you are using 10.4 or newer, it's very easy. First, unplug your DSL
> box, cable "modem", or whatever you're using. Second, open a terminal
> and type "sudo ifconfig en0 lladdr 00:00:00:00:13:01". Don't use the
> quotes, and use whatever made up number you want so long as it follows
> the format (six pairs of numbers separated by colons). This is you MAC
> address, and what we're doing here is called MAC address spoofing.
> Reconnect whatever box you use to hook up to your ISP and wait for it
> to boot, and you should then find yourself with a new IP address.
> Remember that whenever you reboot your computer, your MAC address
> will go back to the original value. More info here, if you
> want:http://www.macgeekery.com/gspot/2006-04/mac_address_spoofing

Thanks for reply, but I want to spoof the IP address, not the MAC
address.

Bye.

0 new messages