Skip to content

WongTek Blog

A Technology Blog and Stuff

Menu
  • Welcome
  • Posts
  • About Us
  • Contact US
Menu

Month: April 2011

Making ReadyNAS more secure

Posted on April 26, 2011

By default Readynas uses a weak SSH key and apache configurations. Regenerate SSH keys by running the follow: [code] # ssh-keygen -t rsa1 -f "/etc/ssh/ssh_host_key" -N ” # ssh-keygen -t rsa -f…

Windows 7 Reset IPv6 State

Posted on April 20, 2011

run this in a command line as an administrator to reset the default IPv6 state on your local computer after playing around with it. netsh interface ipv6 reset Here’s some other useful…

Windows 7 IPv6 Auto Config by MAC address

Posted on April 20, 2011

1. Open up a Command Prompt in Administrator mode 2. Run the following commands.  Each one should respond “Ok”. [code] netsh interface ipv6 set privacy state=disabled store=active netsh interface ipv6 set privacy…

Static IPv6 address on Windows7

Posted on April 20, 2011

To configure IPv6 for static addressing Click Use the following IPv6 address, and then do one of the following: For a local area connection, in IPv6 address, Subnet prefix length, and Default…

Wireless Router TomatoUSB Firmware

Posted on April 15, 2011

Tomato firmware is great compared to DD-WRT, it has loopback and is compatible with playing Netflix on the iphone. Also it store the Bandwidth stats on RAM and saves it to Samba…

Restoring DD-WRT NAT Loopback

Posted on April 12, 2011

Run within Administration > Commands > save as a firewall script [code] iptables -t nat -I POSTROUTING -o br0 -s 10.0.0.0/24 -d 10.0.0.0/24 -j MASQUERADE [/code]

Recent Posts

  • Running a Self-Hosted AI Agent (Hermes) on a Home KVM Lab
  • Reviving a 12-Year-Old WordPress Blog: A Migration Audit
  • Fixing USB 3.0 Problems with some VIA/NEC controller cards on Windows 7/8/8.1
  • Controlling the GPU switching of your new Retina MacBook Pro
  • Setting up a Linux disk quota for users

Recent Comments

  • Peter Wong on Custom firmware for Asus RT-AC66U
  • Peter Wong on Custom firmware for Asus RT-AC66U
  • Michael Hasse on Custom firmware for Asus RT-AC66U
  • Peter Wong on AirPrint and Ubuntu
  • Peter Wong on AirPrint and Ubuntu

Archives

  • September 2026
  • March 2014
  • November 2013
  • October 2013
  • April 2013
  • November 2012
  • October 2012
  • June 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • September 2011
  • July 2011
  • May 2011
  • April 2011
  • February 2011
  • October 2010

Categories

  • Cars
  • Family
  • Food
  • General
  • How Tos
  • iOS
  • iPhone
  • Linux
  • Mac
  • Network
  • Reviews
  • Technology
  • Uncategorized
  • Windows

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Archives

  • September 2026
  • March 2014
  • November 2013
  • October 2013
  • April 2013
  • November 2012
  • October 2012
  • June 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • September 2011
  • July 2011
  • May 2011
  • April 2011
  • February 2011
  • October 2010

Categories

  • Cars
  • Family
  • Food
  • General
  • How Tos
  • iOS
  • iPhone
  • Linux
  • Mac
  • Network
  • Reviews
  • Technology
  • Uncategorized
  • Windows
©2026 WongTek Blog | Design: Newspaperly WordPress Theme
Loading Comments...