Jump to content

GuardMoony

Active Members
  • Posts

    232
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by GuardMoony

  1. If CPU horsepower is a problem, consider using a Beaglebone or some such. It'll come at a cost though - can't beat the Pi on price. My personal favorite, an Odroid, would run circles around either, but is more expensive still. It does come with 2 gigs of memory on the package which is considerably more than either the Beaglebone or the Pi.

    An out-of-the-box idea is to get a cheap Android phone and use that instead...

    If you could use a cheap droid phone you could also use the buildin 3G/4G modem of the phone.

  2. 1st off i wont be running on my private internet connection. It will be placed in a datacenter after a firewall. Only port 22 will be configured as forward ( ssh honeypot ) outgoing only the minimum will be allowed. Access to the vps running it will happen over a vpn towards the vps server and then by console ( close to direct as possible ). Might allow trusted community members access to the data. there are some scripts to let it autosend the data/logs by mail.

  3. We tried one of those at a client site. Wicked unstable. Would randomly reboot all the time. Replaced it with a cheap dell mini desktop. Only time it reboots now is for software updates.

    Still need to do more testing on it. But for my intentions it seems stable. ( no longtime test yet ). Also i'm not running it with wifi.

    So I was looking at NETGEARS and under the more expensive line I saw this...

    • Double firewall protection (SPI and NAT)
    • Denial-of-service (DoS) attack prevention

    So my question is how reliable is the DDOS prevention? and how does it work does it like block ip's that send too many pings to it?

    ​And how reliable is the double firewall?

    -Thanks

    Your saying DoS prevention not DDoS. Big difference there. And yes it will probably just drop all packets it receives from that ip. Kinda loled they call a NAT a firewall. Even a home and kitchen router for 30$ got NAT and spi

  4. The mean problem for beeing loud is not hearing yourself. enable listening on the microphone helps a lot. But it requires getting used to it. Or get a headset like turtlebeach px22 that has the option in the controler. Buying earplugs to sleep with is also a cheap option :D

    All the other stuff is only going to piss him off en result in lesser sleep for you :/

  5. I'm no moderator. And your free to ask questions. But i dont think there to many people here that can help you. The thing i do can say your better of finding the local ham radio section. They could help you the best. I also highly doubt it you can get all that gear for less then 300$. The place where i live you are required to have the license before you can buy the radio. The keep your price low. I would look at mobile stations. Ok they dont have the big power output but are way cheaper to get.

    Regards,

    GuardMoony

  6. it handles chainbooting. so your uboot will just boot the sd card. this would contain the gPXE that boots your os. it can boot iSCSI targets, pull over http ( wich you can send parameters like a MAC or ip or ... ) you can even setup a authentication. so the user can only select operating systems he has access to. The http is not restricted to local subnet. so you could load a image of a server on the other side of the world.

    If you cant watch it all i suggest start near minute 50 then the fun things start.

    OK last i found is that its not fully ported to arm. so your right its not usefull for udroid

  7. If i remember the pineapple was based of openwrt. So it might be possible to install openwrt. And then everything is on it to run it as full router.

    You need to check with the pineapple people for this :p

    Also you could setup the pineapple as a router. But i would only use it as a short temporary fix.

  8. I bugged the Odroid forum for info on the exact plug type. I went with these. 2,5 euro for 20 (I only need 12) and I'll just source the cables locally. I'm thinking of getting something like speaker cable since at the DIY store at least I could only find black wire. A spool of thread that's 10 meters long costs a little under 5 euro so this should work out to a total under 10 euro, if need be by simply using the one cable I need to get for the power solution anyways.

    I've ordered that batch of plugs on the 22nd so it should arrive any day now.

    I hope for you they fit. Like the quote of the offical website says to use 0.8mm insted of 0.7mm

  9. So did you look into getting the power cables?

    How can I power on the board?
    It doesn't support the USB power in any case. Please use the power supply to the DC-Jack.
    We recommend 5V 2A adaptor. Inner diameter is 0.8mm, outer diameter is 2.5mm. Center is Positiver and Outer is Negative. Normally ODROID-U3 consumes about 1A - 1.5A in most cases.

    What is the minimum peripherals to run ODROID-U3?
    - HDMI monitor for output device & Mico-HDMI Cable (Not included)
    - Mouse for input device (Not included)
    - MicroSD Card for storage of OS & user data (Not included / 8GB or higher is required)
    - MicroSD Card reader to transfer OS image and data (Not included)
    - Power supply: DC 5V (Not included)
    Something like:
    2.99$ each but 16$ shipment
    or
    there 4.99$ but no shipment. ( reported as gift ) and get tracing for 3$
    but its pretty expansive for a cable :(
  10. Ok for that kind of setup your better of settting a static ip on your laptop. lets say 172.16.42.254 ( this becomes your GW for the 172.16.42.XXX network, DO NOT SET A GW HERE )

    Also enable ip routing on this device. ( if its windows use enable share internet connection on wireless, also check firewalling )

    Linux you need something like:

    echo 1 > /proc/sys/net/ipv4/ip_forward
    iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
    iptables -A FORWARD -i eth0 -j ACCEPT
    
    
    

    Now configure the Pineapple:

    nameserver as 8.8.8.8 or 8.8.4.4 ( or 192.168.2.100 if router does dns )

    DHCP server settings in pineapple:

    dns set as 172.16.42.1

    gateway set as 172.16.42.254

    Now you run your commands:

    airmon-ng start wlan1
    start airbase-ng, on wlan1 - created interface at0 is listed
    ifconfig at0 up
    br-ctl addif br-lan at0
    

    Then should do it. If not do the following tests:

    ping 172.16.42.1

    ping 172.16.42.254

    ping 192.168.2.100

    nslookup www.google.com or dig www.google.com ( dont know wich command you use )

×
×
  • Create New...