This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

When ISP's require MAC address spoofing

Some ISPs will set up an account only to a computer and require that computer's MAC address in communications to their modem.  If it is desired to insert the ASG between that computer and the modem, the ASG must spoof the computers MAC address.  How can MAC address spoofing be done?


This thread was automatically locked due to age.
  • I think mech9122 and William deserve a clarification.  I am a wireless consultant who has encountered the need for MAC spoofing.  The ISP that I encountered was providing DSL.  A hard reset (cycling of power) of his modem would trigger a re-issuing of the IP address used by my ASG, but not a re-aquisition of the MAC address expected by the modem from client equipment.  That was maintained within the ISPs database.
  • SRAY, Pleibling's solution should work, but working it out with the ISP would be a better idea.

    Barry
  • thanks for you all help. the support of my provider has only an expensive 0900 number, and they are not so good (like my english [[:)]]).

    i have now log on the shell of my astaro, enter ifconfig eth1 hw ether 00:1D:xx:xx:xx:xx (with real data [;)]), change the mtu size from 1500 to 1468, disable and enable the eth1 interface, try to connect and ready [[:)]].

    internet works fine [:D].

    how can i configure, that i must not enter the data every time by hand - must this in "/etc/init.d/boot.local" or better to LLADDR='xx:xx:xx:xx:xx:xx' in etc/syconfig/network/ifcfg-eth0 ?

    [edit]

    ok, the ifcfg-* file doesn't exist, but the boot.local solution works fine.


    I know this is really reaching back there in time, but...
    I've added the ifconfig eth0 hw ether *********xx to my boot.local file. Is there anywhere specific it should be added so that the MAC is set before it tries to get a DHCP assigned address?
  • I also have this problem. My ISP gives out it's own modem which is locked down. I can't change ISP, as this one has significant speed increase in DSL which I need. I need to spoof the MAC in order to use certain facilities. Legally the ISP cannot prevent this, though they will not co-operate.

    Is there any way to spoof the MAC?

    I know some people won;t like this, don't agree with it etc, but if you can set aside your moral objections I would really appreciate an answer to this problem [:)]
  • I also have this problem. My ISP gives out it's own modem which is locked down. I can't change ISP, as this one has significant speed increase in DSL which I need. I need to spoof the MAC in order to use certain facilities. Legally the ISP cannot prevent this, though they will not co-operate.

    Is there any way to spoof the MAC?

    I know some people won;t like this, don't agree with it etc, but if you can set aside your moral objections I would really appreciate an answer to this problem [:)]

    My post above (and the quoted text) tell exactly how to spoof the MAC.

    Edit the /etc/init.d/boot.local file by adding "ifconfig eth0 hw ether aa:bb:cc[:D]d:ee:ff" as a line at the bottom of the file where aa:bb:cc[:D]d:ee:ff is the MAC address to be spoofed.
  • Cheers Jimmy, I misread something and thought that hadn't worked - thanks for putting me right [;)]
  • Also vote for the MAC feature request at feature.astaro.com

    Barry