Re: Mac Address Spoofing(!)

2004-11-07 Thread Luke Kearney
On , 2004-11-07 at 06:58, eddie dandrades wrote:
 Hello guys,
 
  I've set out to spoof my gateway's mac address so that I can get a
 new ip address from my cable ISP without having to unplug my modem for
 24 hours as they suggested (and is understandable, thats how long
 their DHCP lease last). I've tried several things, one of which is
 following the instructions here
 http://ezine.daemonnews.org/200406/netgraph.html - I also tried doing:
 ifconfig xl0 hw ether 00:00:00:00:00 to no avail.
 
 I'm just wondering if anyone on this list knows of a way to do it
 successfully or can provide me with a link to some useful
 documentation.
 
 
 Thanks guys!
 
 
 gabriel

Just a thought but many around me have broadband modems from their ISP's
and they faced the same problem you describe and their ISP told them to
disconnect for 2 to 3 hrs but that is hardly workable. The solution was
to reboot the modem. The modem cached the MAC address on the client side
not the ISP's DHCP server. Would that work better in your situation
rather than trying to spoof MAC addresses ?

HTH

LukeK


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mac Address Spoofing(!)

2004-11-07 Thread gabriel
I tried the resetting for 24 hours (unplugging it from power), tried
to have my isp give me different modem configuration files, no go, my
modem just liked my mac, after following the instructions given I was
able to acquire a new ip address, so far, no harm done.

Cheers!

On Sun, 07 Nov 2004 21:14:23 +0900, Luke Kearney [EMAIL PROTECTED] wrote:
 On , 2004-11-07 at 06:58, eddie dandrades wrote:
 
 
  Hello guys,
 
   I've set out to spoof my gateway's mac address so that I can get a
  new ip address from my cable ISP without having to unplug my modem for
  24 hours as they suggested (and is understandable, thats how long
  their DHCP lease last). I've tried several things, one of which is
  following the instructions here
  http://ezine.daemonnews.org/200406/netgraph.html - I also tried doing:
  ifconfig xl0 hw ether 00:00:00:00:00 to no avail.
 
  I'm just wondering if anyone on this list knows of a way to do it
  successfully or can provide me with a link to some useful
  documentation.
 
 
  Thanks guys!
 
 
  gabriel
 
 Just a thought but many around me have broadband modems from their ISP's
 and they faced the same problem you describe and their ISP told them to
 disconnect for 2 to 3 hrs but that is hardly workable. The solution was
 to reboot the modem. The modem cached the MAC address on the client side
 not the ISP's DHCP server. Would that work better in your situation
 rather than trying to spoof MAC addresses ?
 
 HTH
 
 LukeK
 
 


-- 
gabriel,

Member of:
FreeBSD-Announce
FreeBSD-Hardware
FreeBSD-Multimedia
FreeBSD-questions
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Mac Address Spoofing(!)

2004-11-07 Thread Ara
Hello
(BThere should be a file containing info about your network card. So if you vi
(Bthe file and change the Mac to the one you need, and reboot, then you should
(Bget the new ip. My isp is like yours, dhcp but based on mac address. I can't
(Bremember the location of file containing the network card configuration
(B
(B-Original Message-
(BFrom: [EMAIL PROTECTED]
(B[mailto:[EMAIL PROTECTED] On Behalf Of gabriel
(BSent: November 7, 2004 10:27 AM
(BTo: [EMAIL PROTECTED]
(BCc: [EMAIL PROTECTED]
(BSubject: Re: Mac Address Spoofing(!)
(B
(BI tried the resetting for 24 hours (unplugging it from power), tried
(Bto have my isp give me different modem configuration files, no go, my
(Bmodem just liked my mac, after following the instructions given I was
(Bable to acquire a new ip address, so far, no harm done.
(B
(BCheers!
(B
(BOn Sun, 07 Nov 2004 21:14:23 +0900, Luke Kearney [EMAIL PROTECTED] wrote:
(B On $BF|(B, 2004-11-07 at 06:58, eddie dandrades wrote:
(B 
(B 
(B  Hello guys,
(B 
(B   I've set out to spoof my gateway's mac address so that I can get a
(B  new ip address from my cable ISP without having to unplug my modem for
(B  24 hours as they suggested (and is understandable, thats how long
(B  their DHCP lease last). I've tried several things, one of which is
(B  following the instructions here
(B  http://ezine.daemonnews.org/200406/netgraph.html - I also tried doing:
(B  ifconfig xl0 hw ether 00:00:00:00:00 to no avail.
(B 
(B  I'm just wondering if anyone on this list knows of a way to do it
(B  successfully or can provide me with a link to some useful
(B  documentation.
(B 
(B 
(B  Thanks guys!
(B 
(B 
(B  gabriel
(B 
(B Just a thought but many around me have broadband modems from their ISP's
(B and they faced the same problem you describe and their ISP told them to
(B disconnect for 2 to 3 hrs but that is hardly workable. The solution was
(B to reboot the modem. The modem cached the MAC address on the client side
(B not the ISP's DHCP server. Would that work better in your situation
(B rather than trying to spoof MAC addresses ?
(B 
(B HTH
(B 
(B LukeK
(B 
(B 
(B
(B
(B-- 
(Bgabriel,
(B
(BMember of:
(BFreeBSD-Announce
(BFreeBSD-Hardware
(BFreeBSD-Multimedia
(BFreeBSD-questions
(B___
([EMAIL PROTECTED] mailing list
(Bhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
(BTo unsubscribe, send any mail to "[EMAIL PROTECTED]"
(B
(B
(B
(B___
([EMAIL PROTECTED] mailing list
(Bhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
(BTo unsubscribe, send any mail to "[EMAIL PROTECTED]"

Mac Address Spoofing(!)

2004-11-06 Thread eddie dandrades
Hello guys,

 I've set out to spoof my gateway's mac address so that I can get a
new ip address from my cable ISP without having to unplug my modem for
24 hours as they suggested (and is understandable, thats how long
their DHCP lease last). I've tried several things, one of which is
following the instructions here
http://ezine.daemonnews.org/200406/netgraph.html - I also tried doing:
ifconfig xl0 hw ether 00:00:00:00:00 to no avail.

I'm just wondering if anyone on this list knows of a way to do it
successfully or can provide me with a link to some useful
documentation.


Thanks guys!


gabriel
Member of:
FreeBSD-Announce
FreeBSD-Hardware
FreeBSD-Multimedia
FreeBSD-questions
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mac Address Spoofing(!)

2004-11-06 Thread TM4526
In a message dated 11/6/04 4:59:05 PM Eastern Standard Time, 
[EMAIL PROTECTED] writes:
Hello guys,

I've set out to spoof my gateway's mac address so that I can get a
new ip address from my cable ISP without having to unplug my modem for
24 hours as they suggested (and is understandable, thats how long
their DHCP lease last). I've tried several things, one of which is
following the instructions here
http://ezine.daemonnews.org/200406/netgraph.html - I also tried doing:
ifconfig xl0 hw ether 00:00:00:00:00 to no avail.

I'm just wondering if anyone on this list knows of a way to do it
successfully or can provide me with a link to some useful
documentation.

It is YOUR gateway? Just use a different port, or swap out the ethernet
card. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mac Address Spoofing(!)

2004-11-06 Thread gabriel
Thank you, I'll try that. Sometimes I'm very hesitant to believe
things are so easy, but I'm sure this is gonna work now. Thank you!



On Sat, 06 Nov 2004 16:13:00 -0600, Ben [EMAIL PROTECTED] wrote:
 BSD
 
  1) Bring down the interface: ifconfig xl0 down
 
  2) Enter new MAC address: ifconfig xl0 link 00:00:00:AA:AA:AA
 
  3) Bring up the interface: ifconfig xl0 up
 
 That's all there is to it.
 
 Good luck,
 
 Ben
 
 
 
 eddie dandrades wrote:
 
 Hello guys,
 
  I've set out to spoof my gateway's mac address so that I can get a
 new ip address from my cable ISP without having to unplug my modem for
 24 hours as they suggested (and is understandable, thats how long
 their DHCP lease last). I've tried several things, one of which is
 following the instructions here
 http://ezine.daemonnews.org/200406/netgraph.html - I also tried doing:
 ifconfig xl0 hw ether 00:00:00:00:00 to no avail.
 
 I'm just wondering if anyone on this list knows of a way to do it
 successfully or can provide me with a link to some useful
 documentation.
 
 
 Thanks guys!
 
 
 gabriel
 Member of:
 FreeBSD-Announce
 FreeBSD-Hardware
 FreeBSD-Multimedia
 FreeBSD-questions
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 


-- 
gabriel,

Member of:
FreeBSD-Announce
FreeBSD-Hardware
FreeBSD-Multimedia
FreeBSD-questions
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]