Monday, July 29, 2013
Setting up the NTP client is easy if you know your time servers. To configure the NTP client, navigate to your web GUI (http://192.168.1.1) > Setup > Basic Settings and scroll down to the NTP Time Section.
- Select "Enable" for NTP Client.
- Choose your Time Zone for your location.
- Set the Summer Time (DST) accordingly (See Time Zone settings below)
- Enter the domain name or IP address of the Time Server.
Sunday, July 28, 2013
If you're running Windows Server Enterprise 2008, there's a few settings you need to make on the operating system. But first thing first, you want to register your IP address with a domain name. There's plenty of free DNS services offered for this, but one of the most popular and widely used is DynDNS.org.
To do this visit DynDNS.org, create an account, and create a new host. Make your hostname and choose a domain name for it. Check the "Wildcard" box and choose "Host with IP address" for Service Type. For your "IP Address" click the link right under it that says "Your current IP address is: xxx.xxx.xxx.xxx" to automatically link your IP address to this hostname. Once you've completed those steps, click Activate to .. activate your hostname. The next step is to download the DynDNS Updater. This program automatically updates your hostname with your connected IP address, because every so often your IP address changes, and will require a manual IP update without the DynDNS Updater. You can download the program here: DynDNS Client Updater.
Friday, July 19, 2013
Wednesday, July 10, 2013
If you're using dd-wrt sp1, do not attempt this tutorial. You will not be able to configure a wireless client bridge in this version, so be sure to check your device's dd-wrt firmware version and update accordingly before starting this tutorial.
Assuming that your primary router is already flashed with dd-wrt v24 sp2 and setup with a home network with a LAN IP address of 192.168.1.1. If your primary router has a different LAN IP address, just adjust the IP accordingly to match that of yours and everything should work fine. There is no need to configure your primary router in this tutorial (although, in some cases - the wireless security needs to be changed to WPA2 Personal on both the primary and secondary router for it to work.)
Once you're done flashing your secondary router to sp2, turn your wifi connection off. Turning off your wifi connection while processing the config of your secondary router will prevent any errors or sudden disconnection that will result in a bricked router or even something worse.
Connect to the web GUI via a web browser (http://192.168.1.1) and enter your desired username and password. Navigate first to Wireless > Wireless Security. Change your wireless security to match that of your primary's router.
Saturday, July 6, 2013
Windows Remote Desktop |
The problem here is to get your network to recognize your device, be it a mobile phone or desktop PC as a trusted device and grant access to the network you wish to connect to.
First off, you want to register your ip to a domain with DynDNS or any other domain name service so you won't have to memorize your ip address when trying to connect to your remote device. This is optional and doesn't have to be done, but is added for your connivence. This is also useful to do because every now and then, your ip address may decide it wants to change up numbers, thus becoming a whole new ip address you'll have to re-memorize. But with the DynDNS updater, it automatically updates the domain name with the new ip address for you, and U.E.N.O. it..
Thursday, July 4, 2013
If you want to attach a USB storage device to your network's router running the DD-WRT v2 sp24, you should have the following materials ready and set up at hand.
- External USB storage device.
- Router (flashed with DD-WRT v2 sp24)
Access to a 2TB storage device |
- Open your terminal
- Type the following code into your terminal one by one. (Replace the segment in quotes to fit that of your external drive location.
mount --bind "/tmp/mnt/disc0-part1" /mntAfter you have typed the code in your terminal; type exit, and navigate to Services > NAS > and enable Samba. Type in your workgroup name and select the path your storage device under Path. Name your path and create a username and password used to access the path. Check the path name under Access Shares and click Save > Apply.
mount -n --bind "/tmp/mnt/disc-part1" /mnt
Wait about 10 seconds and you should then see your Router under your Devices. Select it and enter your username and password to access the storage device.
Wednesday, July 3, 2013
wireless client bridge |
If you are running dd-wrt v24 presp2, you can add this script to your start up to ensure connection between your main router and your wireless client bridge.
In the main router's web GUI, navigate to Administration > Commands and copy and paste the following script in open text box. After you have edited the script to your wireless bridge's ip address click Save Startup