Jump to content

brianzimm

Active Members
  • Posts

    106
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by brianzimm

  1. When I was looking to buy a new router from Ubiquiti, I looked at the Unifi Router and the EdgeMax Router. I went with the EdgeMax Pro https://www.ubnt.com/edgemax/edgerouter-pro/ The Unifi Router is a bit more friendly for Home / Small Business users (Point and click user interface). The EdgeMax routers do give you the GUI option but you also have access to cisco like command line interface. I do know that you can upgrade to 8GB of RAM for the EdgeMax Pro. Data Sheets https://dl.ubnt.com/datasheets/unifi/UniFi_Security_Gateway_DS.pdf https://dl.ubnt.com/datasheets/edgemax/EdgeRouter_DS.pdf
  2. I use bitlocker on my USB drive that I have on my key chain. I don't have anything sensitive on it. You can also unencrypt bitlocker in Linux using dislocker (on GitHub)
  3. I also tried it on Tuesday. I sent in a Support ticket on Tuesday. Weird thing is it was still advertised on the front page of hak5.org
  4. Also if you are looking for a Free VPS, Google offers a free f1-micro (shared cpu with 0.6GB RAM) instance with 30GB HDD and 1GB of traffic out (inboud traffic is free). Link for Google Cloud here https://cloud.google.com/free/docs/always-free-usage-limits
  5. I know Darren uses dreamhost.com for hosting his personal domain and I think he uses VPS from them too. I personal use virtual machines from my own co-located server and also use VPS from Microsoft Azure (I have $150 credit per month from MSDN/Visual studio sub) (Sorta free virtual machine)
  6. I have also found a way to remove the dirty bit in windows. It requires some hex editing. https://www.raymond.cc/blog/manually-reset-or-clear-dirty-bit-in-windows-without-chkdsk/2/
  7. If your FiOS install was Ethernet then you can just swap routers. But if you use their TV boxes you need to connect the FiOS router in to your router, so you can get TV guide updates.
  8. Yes. Just make sure you have a static IP addresses, or you will have to keep telling everyone your new address.
  9. Well I have had the same issue with a Windows Server 2012 r2 64bit domain controller. My solution was to forget about folder redirecting (After turning off folder redirection I had to remove the registry setting for it on each pc) and use a network drive for user files.
  10. I know. I would rebuild that vm if some more people would play.
  11. I would recomend: dyndns.org good service zoneedit not free any more :-( domain.com would only recomend for basic zone entrys. dns.he.net, you get 50 zones for free. It is currently in beta. See below.
  12. Minecraft Server back up for an early Christmas present! Creative Server: bz1.org No sign up needed. Have fun build whatever you want.
  13. nope. no one was playing :-( May bring it back up soon (for xmas)....
  14. any windows install (xp and up) The instructions were the fist I found on google. Found better instructions 2003 http://www.intelliadmin.com/index.php/2006/05/how-to-setup-a-logon-script-on-your-windows-20002003-active-directory-network/ 2008 http://www.petri.co.il/setting-up-logon-script-through-active-directory-users-computers-windows-server-2008.htm
  15. Look here http://technet.microsoft.com/en-us/library/cc722461.aspx Also logon script I use. @echo off net use x: \\server-name-here\users\%USERNAME% net use y: \\server-name-here\NetworkShare whoami /groups | find "domain-name-here\Domain Admins" if errorlevel 1 goto :not-found :found echo Admin net use z: \\server-name-here\d$ net use i: \\server-name-here\c$\Inetpub\wwwroot net use u: \\server-name-here\users goto :end :not-found echo Not Admin :end [/CODE]
  16. It should, but you will need to add it to the 3g.sh file. You may want to look here too
  17. On the 3g page add the code below to it and try to connect. *1199:0301*) echo "Sierra 250U detected. Attempting mode switch" uci delete network.wan2 uci set network.wan2=interface uci set network.wan2.ifname=ppp0 uci set network.wan2.proto=3g uci set network.wan2.service=cdma uci set network.wan2.device=/dev/ttyUSB0 uci set network.wan2.username=internet uci set network.wan2.password=internet uci set network.wan2.defaultroute=1 uci set network.wan2.ppp_redial=persist uci set network.wan2.peerdns=0 uci set network.wan2.dns=8.8.8.8 uci set network.wan2.keepalive=1 uci set network.wan2.pppd_options=debug uci set network.wan2.pppd_options=noauth uci commit network usb_modeswitch -v 1199 -p 0301 sleep 10; rmmod usbserial sleep 3; insmod usbserial vendor=0x1199 product=0x0301 sleep 5; /etc/init.d/firewall disable; /etc/init.d/firewall stop logger "3G: firewall stopped" iptables -t nat -A POSTROUTING -s 172.16.42.0/24 -o 3g-wan2 -j MASQUERADE iptables -A FORWARD -s 172.16.42.0/24 -o 3g-wan2 -j ACCEPT iptables -A FORWARD -d 172.16.42.0/24 -m state --state ESTABLISHED,RELATED -i 3g-wan2 -j ACCEPT ;; [/CODE]
  18. Check firewalls for port 161 for snmp. If snmp does not work you could try the wim sensor. Other than that read the help file to find were the bandwith meter page/report is.
  19. This is what I would do. Install SNMP on every pc. If the server is running windows server then install PRTG http://www.paessler.com/prtg . (Free version 10 to 30 sensors) And configure prtg to get the snmp traffic from each pc. Also you can run custom reports. If the server is running linux you could use (one listed here http://en.wikipedia....itoring_systems ). Have not needed to do network monitoring on linux so don't know a suggestion for it. Hope this gives you an idea.
  20. Yep. We do need to find time to all try to play together. Aslo added server info to siginature.
  21. The 1st minecraft server is now open to all and set to creative mode. CREATIVE SERVER Server IP: bz1.org Dynmap: http://bz1.org:8123/ SURIVAL SERVER Server IP: vps.bz0.org Dynmap: http://vps.bz0.org:8123/ Report Greifers here to keep the server going. Thanks for any and all donations.
  22. I am making a 2nd hak5 minecraft server. It is set for survival on normal. I have left it open for any one that has the address to join. If you would like to help admin the minecraft server PM me. Server IP: vps.bz0.org Dynmap: http://vps.bz0.org:8123/ Google MAP: http://vps.bz0.org/hak5/world/ Report Greifers here Enjoy Any Problems or errors PM me on brianzimm @ Hak5 Forums. If no one is using the 1st minecraft server, I may redo that one and make it creative only.
  23. I will get around and fix that 404 today.
  24. Minecraft server is backup.
  25. I use cron for the ddns module. I know during the Mk4 2.1 beta cron had to be restarted manually to get new jobs to run. (This is fixed now in Mk4 2.1 final) Not to say you did not but did you wait for 5min (10min)? (I think your 5min job will be scheduled with the cleanup and ssh-keepalive) Other than that, no clue what it is doing.
×
×
  • Create New...