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
  • 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?


    i bet you are dealing with a cable provider?  There's an easy way around this.  unplug the power form the cable modem..connect another device and then power the cable modem back up.  it will then register the new device as the one to use it.  In this case simply sub the astaro machine for your computer..[:)]
Reply
  • 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?


    i bet you are dealing with a cable provider?  There's an easy way around this.  unplug the power form the cable modem..connect another device and then power the cable modem back up.  it will then register the new device as the one to use it.  In this case simply sub the astaro machine for your computer..[:)]
Children
  • 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.
  • 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.

    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.


    way to be persistent Pleibling!! i guess sometimes people won't tell you details because they're afraid you'll hose up your config [[[:)]]]
  • 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?