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.
Parents
  • 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.
Reply
  • 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.
Children