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.

SeZMehK

The Wielder of the Keyblade
Member
Joined
May 8, 2003
Messages
1,278
Trophies
2
Age
38
Website
Visit site
XP
376
Country
United States
Don't alter the SPDELAY, if you need to limit the minimum delay just change cron job like */5 * * * * will give at least 5 minutes delay between MAC change regardless of the total MAC number in the list.
Don't enable WPA at least at the time of testing, also it will not work with WPA if your 3DS firmware is 9.3.0 or higher. /usr/local/sbin/nzone status only shows whether cron job is enabled, because the script is not like a daemon, it just launched by the cron job periodically. There are plenty of issues with U14, I believe even the various installed X Server and its applications can produce various error. Anyway try to install the script from the scratch like:
nzone.sh install BASE256
Post the errors, disable cron job an run
nzone
And post the errors once more.


That must not happen. However try this:
nzone.vbs stop
nzone.exe start BASE256
schtasks /disable /tn nzone
nzone.exe reload
nzone.exe
(Wait 3 minutes and check if nzone.macs created)
netsh wlan show hostednetwork
nzone.exe
(Wait 3 minutes)

netsh wlan show hostednetwork

Repeat last two lines several times. Hosted network must be started and bssid must change. Or you will get an error from nzone.exe

miilon You can check the actual MAC with ifconfig wlan0 but it sounds bad that you can't get IP settings automatically, dnsmasq may not work properly in your case.

I tried the commands but "schtasks /disable /tn nzone" does not work for me. Keeps saying:

Code:
ERROR: Invalid argument/option - '/disable'.
Type "SCHTASKS /QUERY /?" for usage.
 

xBleedingSoulx

Well-Known Member
Member
Joined
Sep 20, 2007
Messages
565
Trophies
1
Age
36
Location
Barnsley, England
XP
2,613
Country
United Kingdom
xBleedingSoulx Do know wireless connection is not available while changing MAC? Or I did not get your message?

The hosted network still works and the MAC still changes fine, it just loses internet connection and doesn't come back until I re-enable sharing.

confused_zps04e3390d.jpg


confused2_zpse01d9c71.jpg
 

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
xBleedingSoulx, post: 5212514, member: 102248"]The hosted network still works and the MAC still changes fine, it just loses internet connection and doesn't come back until I re-enable sharing.
Uncheck the second checkmark, it is not needed
Check wireless interface power management settings, it should better disabled
Next time it loses the internet access
- check BSSID value
- uncheck the first check mark in ICS tab
- wait for the BSSID changed and check the checkmark state and internet access.
The sriptt itself enables ICS every time MAC is changed, it is required just because it turns off with interface disable while MAC change. So checkmark must return itself as well as internet access. Moreover, the script also disables all sharing before setting it, so the only problem is if the driver locking the ICS setting, but anyway it should be unlocked next MAC change.
 

xBleedingSoulx

Well-Known Member
Member
Joined
Sep 20, 2007
Messages
565
Trophies
1
Age
36
Location
Barnsley, England
XP
2,613
Country
United Kingdom
xBleedingSoulx, post: 5212514, member: 102248"]The hosted network still works and the MAC still changes fine, it just loses internet connection and doesn't come back until I re-enable sharing.
Uncheck the second checkmark, it is not needed
Check wireless interface power management settings, it should better disabled
Next time it loses the internet access
- check BSSID value
- uncheck the first check mark in ICS tab
- wait for the BSSID changed and check the checkmark state and internet access.
The sriptt itself enables ICS every time MAC is changed, it is required just because it turns off with interface disable while MAC change. So checkmark must return itself as well as internet access. Moreover, the script also disables all sharing before setting it, so the only problem is if the driver locking the ICS setting, but anyway it should be unlocked next MAC change.

Okay, for some reason internet access doesn't come back even though the checkmark returned after MAC change. So it's still checked but says No internet access.
 

gm90

Member
Newcomer
Joined
Dec 14, 2014
Messages
18
Trophies
0
Age
34
XP
54
Country
Italy
duke_srg i'm trying with linux mint and i obtain this, so probably my wifi adapter isn't compatible, right?

Code:
gianmarco@attila ~ $ sudo wget -O /tmp/nzone.sh http://nintendozone.no-ip.org/install; sudo chmod +x /tmp/nzone.sh; sudo /tmp/nzone.sh BASE16,GBATEMP
--2014-12-16 15:41:40--  http://nintendozone.no-ip.org/install
Risoluzione di nintendozone.no-ip.org (nintendozone.no-ip.org)... 213.141.148.11
Connessione a nintendozone.no-ip.org (nintendozone.no-ip.org)|213.141.148.11|:80... connesso.
Richiesta HTTP inviata, in attesa di risposta... 200 OK
Lunghezza: non specificato [text/plain]
Salvataggio in: "/tmp/nzone.sh"
 
    [ <=>                                  ] 4.587      --.-K/s  in 0,001s 
 
2014-12-16 15:41:40 (2,96 MB/s) - "/tmp/nzone.sh" salvato [4587]
 
modinfo: ERROR: Module wl not found.
wl WiFi adapter not supported
gianmarco@attila ~ $
 

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
Okay, for some reason internet access doesn't come back even though the checkmark returned after MAC change. So it's still checked but says No internet access.
I'm not sure what else can be done, as you can see this is driver or OS issue and it is hard to diagnose that any further :(

gm90 I need the output for lspci -k; lshw
 

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
xBleedingSoulx try with nzone.vbs, It won't give you streetpass, but you can check if that issue appears with .vbs version and I can say what qick modifications can be made to solve this issue. If it can be fixed then I'll update .exe version with the solution. There is no diffrences how it is working between those versions.
 

gm90

Member
Newcomer
Joined
Dec 14, 2014
Messages
18
Trophies
0
Age
34
XP
54
Country
Italy
duke_srg yeeeeeeeeeeees i've tried with windows and i'm open nintendo zone now what can i do? Probably the problem was the f***** antivirus
 

SeZMehK

The Wielder of the Keyblade
Member
Joined
May 8, 2003
Messages
1,278
Trophies
2
Age
38
Website
Visit site
XP
376
Country
United States
Check if /tmp/nzone.macs exist, then run nzone with no parameters

It exists and I was running nzone without parameters. I see that the MAC changed now. >.< but no hits.

Edit: Looks like it doesn't always change...
Edit2: Yea... it only changed once. Now it is stuck on that one MAC address. >.<
 

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
It exists and I was running nzone without parameters. I see that the MAC changed now. >.< but no hits.

Edit: Looks like it doesn't always change...
Edit2: Yea... it only changed once. Now it is stuck on that one MAC address. >.<
Yes it only changed once per 30 minutes for BASE16 or pet 2 more minutes for BASE256. So if you see at least one MAC change, the next step is to check if Nintendo Zone application can download a page.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • S @ salazarcosplay:
    Im gonna see if I can find a ps4 to buy
  • S @ salazarcosplay:
    now that firm ware 11 supposedly is exploitable
  • S @ salazarcosplay:
    did you see the fallout series
  • BigOnYa @ BigOnYa:
    Yea is pretty good
  • BakerMan @ BakerMan:
    an elder scrolls movie or show would be cool, but which elder scrolls game would it be based on?
  • BakerMan @ BakerMan:
    oh who am i kidding it'd be skyrim
    +1
  • BakerMan @ BakerMan:
    but,since they're only a few years apart, a morrowind + oblivion series would also be cool
  • K3Nv2 @ K3Nv2:
    Taco Saturday
  • AncientBoi @ AncientBoi:
    Uhh, It's 🌯 Saturday dude. :) js
  • BigOnYa @ BigOnYa:
    Nope that for tomorrow, cinco de mayo, today is bbq chicken on the grill.
  • K3Nv2 @ K3Nv2:
    Juan's new years I forgot
    +2
  • AncientBoi @ AncientBoi:
    :hrth::toot::grog::grog::grog::bow: HAPPY BIRTHDAY to me :bow::grog::grog::toot::hrth:
  • K3Nv2 @ K3Nv2:
    One day away from Juan's birthday
  • K3Nv2 @ K3Nv2:
    Only if you send him feet
    +1
  • BigOnYa @ BigOnYa:
    Happy birthday!
    +1
  • AncientBoi @ AncientBoi:
    Thank You :D
  • realtimesave @ realtimesave:
    heh I got a guy who created an account just yesterday asking me where to find mig switch roms
  • realtimesave @ realtimesave:
    too much FBI watching this website to answer that kind of question lol
  • K3Nv2 @ K3Nv2:
    Has the mig switch found loopholes without requiring game keys?
  • Xdqwerty @ Xdqwerty:
    @AncientBoi, happy birthday
    Xdqwerty @ Xdqwerty: