Tutorial [HOW-TO] Have a homemade Streetpass Relay

What method you are using?

  • Linux

    Votes: 93 7.9%
  • Android

    Votes: 133 11.4%
  • Router

    Votes: 226 19.3%
  • Windows

    Votes: 426 36.4%
  • A pony with a wifi antenna O.o?

    Votes: 292 25.0%

  • Total voters
    1,170
Status
Not open for further replies.

dicamarques

Definitely not Bruce Wayne.
OP
Member
Joined
Jun 25, 2010
Messages
1,096
Trophies
1
Location
Your computer's Recycle Bin
Website
www.google.com
XP
1,961
Country
Portugal
If I understand correctly, this can be done by using my phone as a portable hotspot right?
I'm working on rooting my phone now, as I read it needs to be rooted to spoof the mac address on it.
Yes, I still havent made the guide to android because it varies from device to dvice
 
  • Like
Reactions: nxwing

duke_srg

Well-Known Member
Member
Joined
Mar 1, 2011
Messages
1,862
Trophies
0
Age
44
Location
Moscow
XP
807
Country
Serbia, Republic of
Well then, I have a working solution for DD-WRT to random cycle through sixteen consecutive addresses. The only disadvantage that it uses NVRAM, which is actually a part of a system flash chip, overwriting it too often will wear that flash and can render router inoperable.
There is a way to avoid this, but need to dig deep into the DD-WRT firmware. Moreover, for Broadcom-based routers there can be a simplier solution, but I only have an Atheros-based. If someone ready to run several commands to check it on Broadcom-based router, please PM. You can check which one you have at Status page of DD-WRT
 

Koldur

Virtual Boy Ambassador
Member
Joined
Feb 2, 2008
Messages
294
Trophies
1
XP
1,554
Country
Netherlands
I have tried to set this up on my OpenWRT Netgear router, but for some reason it is a lot harder to change the MAC address on it than with DD-WRT. Anyone can help me out with this? And I can't leave OpenWRT since it is my torrent client and NAS.
 

duke_srg

Well-Known Member
Member
Joined
Mar 1, 2011
Messages
1,862
Trophies
0
Age
44
Location
Moscow
XP
807
Country
Serbia, Republic of
Now let's cycle through addresses.
add the following line to Administration - Management - Cron

for DD-WRT Broadrom-based routers :
Code:
0,30 1-7 * * * root WLINT=`/usr/sbin/nvram get wl0_ifname`; /sbin/ifconfig $WLINT down; /sbin/ifconfig $WLINT hw ether 40:53:50:4F:4F:4`/bin/cat /proc/interrupts | /usr/bin/md5sum | /usr/bin/cut -b 1`; ifconfig $WLINT up
for DD-WRT Atheros-based routers :
Code:
0,30 1-7 * * * root WLINT=`/usr/sbin/nvram get wl0_ifname`; /bin/kill `/bin/cat /var/run/${WLINT}_hostapd.pid`; /bin/sed -ri s!bssid=.*!bssid=40:53:50:4F:4F:4`/bin/cat /proc/interrupts | /usr/bin/md5sum | /usr/bin/cut -b 1`! /tmp/ath0_hostap.conf; /usr/sbin/hostapd -B -P /var/run/${WLINT}_hostapd.pid /tmp/${WLINT}_hostap.conf

If you still can not change MAC address by the methods above, you can try this one
This is for Atheros, but please be warned, this is slow, because it is almost equal to a complete reboot, and this can result in wearing out your router's flash so in several numerous cycles your router can be bricked, though normal flash should survive several thousands of rewrites.

0,30 1-7 * * * root /usr/sbin/nvram set def_whwaddr=40:53:50:4F:4F:4`/bin/cat /proc/interrupts | /usr/bin/md5sum | /usr/bin/cut -b 1` && /sbin/rc restart

Thanks to dapaua for quick testing!
 

duke_srg

Well-Known Member
Member
Joined
Mar 1, 2011
Messages
1,862
Trophies
0
Age
44
Location
Moscow
XP
807
Country
Serbia, Republic of
Is there any solution for Atheros based routers, as that is what I have.

I'm still looking for a more convinient way for Atheros.

UPD: I was using an old DD-WRT from 2010, the new one seems to be better, maybe even the broadcom solution will work, stay in touch...
 

BerserkLeon

Not-so-new member
Member
Joined
Mar 22, 2010
Messages
460
Trophies
1
Age
34
Location
Pennsylvania
XP
538
Country
United States
How do I multi quote without using copy and paste?

Yes thats it, but we are using "made up" mac's so we dont interfer with the original one (check the spreadsheet)


There doesn't seem to be a multi-quote button so when I multi-quote I just copy/paste too.

Why does it matter if we interfere with the real NZone MACs? If anything I think having a MAC that doesn't match any OUI and spells something in ASCII would be more suspicious than random hits coming from different external IP addresses for their NZones.
But I could be wrong I suppose, I'll just keep the NZone MACs that I'm grabbing today to myself for now then...
 

donelwero

Well-Known Member
Member
Joined
Jul 17, 2008
Messages
350
Trophies
0
Age
38
Location
León, Gto.
Website
Visit site
XP
247
Country
Mexico
Ok, I got it to work with ubuntu without problems. It seems like I needed to stop and restart hostapd before running the softap again.

I'm using I script I made myself but I think it's not really different from the one on the first post.

However, before running the softap I start another terminal window and used this two lines:

sudo /etc/init.d/hostapd stop
sudo /etc/init.d/hostapd restart

I was able to get the NZone notification but won't receive internet connection, but those commands did the trick. I saw another themper having the same problems so, maybe this will help people not getting internet connection in their 3DS.
 

Thaad

New Member
Newbie
Joined
Aug 10, 2013
Messages
1
Trophies
0
Age
43
XP
51
Country
United States
I think I got this set up using the basic settings for a Linksys E1000. I can access the content on the NintendoZone channel, but streetpasses are not arriving. Any ideas?
 

signz

Timelord
Member
Joined
Jul 16, 2008
Messages
2,120
Trophies
1
Age
36
XP
1,238
Country
Germany
"signz")
# from the gbatemp forums
# couldn't get it working yet!
mac=40:53:50:4f:4f:46
#country=DE # doesn't work!
#country=US # doesn't work!
name="Provided by SignZ; couldn't make it work yet"
;;
That MAC is the first prime one, mine is 00:02:72:7D:96:0C :P
 

dicamarques

Definitely not Bruce Wayne.
OP
Member
Joined
Jun 25, 2010
Messages
1,096
Trophies
1
Location
Your computer's Recycle Bin
Website
www.google.com
XP
1,961
Country
Portugal
Once again I'm having trouble.

On this part:

Code:
sudo ./soft.sh [b]wifi_card_interface[/b] [b] interface_with_internet[/b]

I keep hitting a "command not found" message.
I have a example right below that on the guide
sudo ./soft.sh wlan0 eth0 (FOR EXAMPLE!)
 
  • Like
Reactions: nxwing
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    I just wanna spoon and...no I'm not falling for your tricks anymore, I've moved on.
  • K3Nv2 @ K3Nv2:
    Yes I know about your deep love you have for @SylverReZ but I was your first
  • K3Nv2 @ K3Nv2:
    That could've been polly thinking about it
  • BigOnYa @ BigOnYa:
    Its not your baby, no matter how much you what it to be, we were separated at that time.
  • BigOnYa @ BigOnYa:
    We sound like Mexican soap operas
  • BigOnYa @ BigOnYa:
    I miss polly, he took alot shit but was fun messing with him
  • K3Nv2 @ K3Nv2:
    That's why I don't get too involved in the forums I don't want my name all over the damn place but I do feel like I had a doing in the Leo and Luke love battle lol
    +1
  • BigOnYa @ BigOnYa:
    I think the cross gen console thing has killed playing cod, bf, pubg on consoles. Cheaters on pc has made them horrible to play on consoles.
  • K3Nv2 @ K3Nv2:
    That's why they dump millions into security now I remember getting all my cod shit unlocked in one match was fun
  • K3Nv2 @ K3Nv2:
    An option to just play with console players may reduce latency even
  • BigOnYa @ BigOnYa:
    Aaawww (points finger)
  • K3Nv2 @ K3Nv2:
    Wut
  • BigOnYa @ BigOnYa:
    Yea they should separate to each, (I know already you gonna say dats rasist)
  • K3Nv2 @ K3Nv2:
    No like if you're on Xbox like a toggle switch that says Xbox players only
  • BigOnYa @ BigOnYa:
    True, should be choice if you want cross play
  • K3Nv2 @ K3Nv2:
    I plan on going back to ultimate with all the new shit coming that'll just be free on ultimate
  • BigOnYa @ BigOnYa:
    Wut? PS ain't tickling your balls no more?
  • K3Nv2 @ K3Nv2:
    No I can just afford both ;O
  • BigOnYa @ BigOnYa:
    I hear ya. You got a dope handheld coming soon, that should at least tingle those dingles.
  • K3Nv2 @ K3Nv2:
    Probably look like ass with Gamepass on it
  • BigOnYa @ BigOnYa:
    Crazy, I remember posing for that one, towelie was messed up in that shoot.
  • Veho @ Veho:
    Must have edited him in post, he looks fine there.
  • BigOnYa @ BigOnYa:
    That's true, both our eyes are straight white, and we know better
    BigOnYa @ BigOnYa: That's true, both our eyes are straight white, and we know better