Jump to content

Appletini

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Appletini

  1. Ok so i had to flash the router after i tryed changing the mac in /etc/config/network but after i flashed it again i tryed setting the mac for the lan interface

    I did this in X-WRT interface, Network > Lanconfiguration, MAC Address:

    This then set /etc/config/network

    option 'macaddr' '00:23:EB:2C:FC:E6'

    This had no result.

    idk if anyone else can give me any idea's but next i think i am going to try using startup scripts to change the base lan MAC.

  2. OK heres what i think is happening as i do a little bit more testing...

    After startup i have to connect to the router and click "Create and setup interface"

    this makes ath0 (the interface that i was able to change its mac before)

    When this interface is made its generating garbing the MAC of the other NIC's and using it. or something.

    Once ath0 is up wifi0 comes up along with it...

    So i tryed doing macchanger but that was not installed so i have to get that .. for now tho i did

    ifconfig ath0 hw ether 00:23:EB:2C:FC:E6

    before i went into Jasager to "Create the setup interface" and got

    ifconfig: SIOCSIFHWADDR: No such device

    After i did "Create ...."

    I could change the mac address but then Wifi0 was already made with the wrong mac.

    Is there any thing i can do . to change what Jasager sets as the mac when it makes the interface....

    i am going to try changing the MAC of all my nics next

  3. I need to change the MAC address of all the wifi interfaces to avoid Rouge AP detection.

    I changed ath0 fine but wifi0 has a really strange HWaddr with 10 extra sets of 00’s after the mac. The mac is also devided up with ‘ - ‘s and not ‘ : ‘s. So I are confused

    This is what I am getting when I try and change the MAC

    wifi0 Link encap:UNSPEC HWaddr 00-12-CF-A4-47-15-00-00-00-00-00-00-00-00-00-00

    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

    RX packets:15237 errors:0 dropped:0 overruns:0 frame:1092

    TX packets:3150 errors:647 dropped:0 overruns:0 carrier:0

    collisions:0 txqueuelen:195

    RX bytes:1073662 (1.0 MiB) TX bytes:369097 (360.4 KiB)

    Interrupt:3 Memory:b0000000-b00ffffc

    root@OpenWrt:/# ifconfig wifi0 down

    root@OpenWrt:/# ifconfig wifi0 hw ether 00-23-EB-2C-FC-E6-00-00-00-00-00-00-00-00-00-00

    ifconfig: invalid hw-addr 00-23-EB-2C-FC-E6-00-00-00-00-00-00-00-00-00-00

    root@OpenWrt:/# ifconfig wifi0 hw ether 00-23-EB-2C-FC-E6

    ifconfig: invalid hw-addr 00-23-EB-2C-FC-E6

    root@OpenWrt:/# ifconfig wifi0 hw ether 00:23:EB:2C:FC:E6

    ifconfig: SIOCSIFHWADDR: Invalid argument

    root@OpenWrt:/# ifconfig wifi0 hw ether 00:23:EB:2C:FC:E6:00:00:00:00:00:00:00:00:00:00

    ifconfig: invalid hw-addr 00:23:EB:2C:FC:E6:00:00:00:00:00:00:00:00:00:00

    thanks for the help

×
×
  • Create New...