<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AngryByte &#187; LAN and Wireless networks</title>
	<atom:link href="http://angrybyte.com/category/lan-and-wireless-networks/feed/" rel="self" type="application/rss+xml" />
	<link>http://angrybyte.com</link>
	<description>It's in your C:\</description>
	<lastBuildDate>Sun, 25 Jul 2010 09:03:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Internet, files and printers sharing on a windows 7 computer</title>
		<link>http://angrybyte.com/lan-and-wireless-networks/internet-files-printers-sharing-windows-7/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=internet-files-printers-sharing-windows-7</link>
		<comments>http://angrybyte.com/lan-and-wireless-networks/internet-files-printers-sharing-windows-7/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 08:47:16 +0000</pubDate>
		<dc:creator>PsMan</dc:creator>
				<category><![CDATA[LAN and Wireless networks]]></category>
		<category><![CDATA[printers]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[Windows hacks]]></category>

		<guid isPermaLink="false">http://angrybyte.com/?p=557</guid>
		<description><![CDATA[Windows 7 has brought a change in the Windows handles Internet sharing ( internet sharing is one computer is connected to the internet and the rest of the computers on the LAN connects to it to get online). For windows XP and Vista, internet sharing is achieved by setting the IP of the computer&#8217;s network [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 7  has brought a change in the Windows handles Internet sharing ( internet sharing is one computer is connected to the internet and the rest of the computers on the LAN connects to it to get online).<br />
For windows XP and Vista, internet sharing is achieved by setting the IP of the computer&#8217;s network card to 192.168.0.1 then enabling a DHCP internal windows service to provide IP addresses to the rest of the computers. Windows 7 uses the following IP address instead : 192.168.137.1. I don&#8217;t know what&#8217;s so cool about 137 other than the fact that it is not zero, which is the sub network used by many network admins and that could create conflicts when a used starts internet sharing.</p>
<p>to get Windows 7 to share an Internet connection, just right click the modem/ network card that is connected to the internet select properties then sharing, enable sharing to your LAN, that&#8217;s it.</p>
<p>Things get more complicated if you try to share a windows 7 internet connection through a wireless access point. Usually access points have a dedicated network port to be connected to the internet source (that is the case with D-link). if you just plug that into your computer it will not work, not only because of the fact that you will need to use a crossover (needs testing to confirm) to switch the send\receive lines. but also you will be unable to get file and printer sharing normally from the server computer. because the IP that your computer is proving the access point will be considered a WAN IP, and the access point will not be able to DHCP the client computers to the same IP range as the WAN IP.</p>
<p>The solution here is to place a switch between the wireless AP and the computer, with DHCP off. the AP will get the wan IP from your computer, something like 192.168.137.100, then with the AP&#8217;s DHCP it will assign IPs in the range of 192.168.1.xxx to other wireless clients.</p>
<p>to get  file and printer sharing you will need to directly connect to the server computers IP, as it will not appear as a regular computer in your network.</p>
<p>to create a shortcut to the server&#8217;s shared files :<br />
right click your desktop, select new then click shortcut<br />
for the address write :<br />
\\192.168.137.1</p>
<p>If you have file sharing enabled through your windows 7, you will be able to access shared files and printers.</p>
<p>I also have another approach that is not that catholic, and that is to place a normal network cable between the AP&#8217;s LAN ports and the switch. this will create an irregularity where the AP tries to assign an IP to the server, and the server already has an IP and that is the WAN IP of the AP, if you are lucky, your server will appear as a regular computer with other wireless clients, but this is a very unstable method and I wouldn&#8217;t recommend it.</p>
<p>I also noticed that file sharing speed through this method is not that great, I will look some more into that.</p>
<p>Any Ideas, thoughts or discoveries? please share <img src='http://angrybyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="wherego_related"> </div>]]></content:encoded>
			<wfw:commentRss>http://angrybyte.com/lan-and-wireless-networks/internet-files-printers-sharing-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access your computer from any other computer in the world</title>
		<link>http://angrybyte.com/windows-hacks/access-your-computer-from-any-other-computer-in-the-world/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=access-your-computer-from-any-other-computer-in-the-world</link>
		<comments>http://angrybyte.com/windows-hacks/access-your-computer-from-any-other-computer-in-the-world/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 08:18:35 +0000</pubDate>
		<dc:creator>PsMan</dc:creator>
				<category><![CDATA[LAN and Wireless networks]]></category>
		<category><![CDATA[Windows hacks]]></category>
		<category><![CDATA[internet access]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://angrybyte.com/?p=206</guid>
		<description><![CDATA[Remote desktop is a software included with Windows XP and Vista. It allows you to use your computer from any other computer on the network or the internet. Not many people really know how to configure and use Remote desktop specially over the internet because it requires IP knowledge and port forwarding. Here I will [...]]]></description>
			<content:encoded><![CDATA[<p>Remote desktop is a software included with Windows XP and Vista. It allows you to use your computer from any other computer on the network or the internet.</p>
<p>Not many people really know how to configure and use Remote desktop specially over the internet because it requires IP knowledge and port forwarding.</p>
<p>Here I will explain in details how to use this feature on windows Vista over the internet<span id="more-206"></span>.</p>
<p>First we will have to configure the home computer:  From the start menu right click &#8220;Computer&#8221; then select properties.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-9824911390025762";
google_ad_slot = "9722777479";
google_ad_width = 200;
google_ad_height = 200;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
Click Remote settings from the menu on the left.  from the start menu select &#8220;all programs &#8221;  then click &#8220;Remote desktop connection&#8221; under accessories.</p>
<p><a href="http://angrybyte.com/wp-content/uploads/2009/03/untitled.jpg"><img class="alignright size-medium wp-image-207" title="untitled" src="http://angrybyte.com/wp-content/uploads/2009/03/untitled-269x300.jpg" alt="untitled" width="269" height="300" /></a>Now you will have to set up port forwarding on your router. you will have to look up the internet to find out how to access and setup port forwarding on your computer.</p>
<p>In my case. I have a sagem ADSL router and a Dlink wireless access point. The correct method here is to forward Remote desktop packets from the router to the access point to the computer. But generally you will have to setup only one device.</p>
<p>Now you need to find out the LAN IP address of the computer to be remotely accessed, you can do that from the network status on the computer. in my case it was 192.168.0.199.</p>
<p>Now you need to setup your router to forward port 3389 to the computer to be accessed.</p>
<p><a href="http://angrybyte.com/wp-content/uploads/2009/04/3389.jpg"><img class="alignleft size-medium wp-image-208" title="3389" src="http://angrybyte.com/wp-content/uploads/2009/04/3389-300x79.jpg" alt="3389" width="300" height="79" /> </a></p>
<p><a href="http://angrybyte.com/wp-content/uploads/2009/04/3389.jpg"></a>Now you will have to know your Internet IP at all times. If you have a static IP you are ok. If not you can setup an account on any dynamic DNS service. usually it is free.</p>
<p>You can also use another trick and it is to leave your Gmail Email open on the computer to be accessed then access the same Email from the other computer then hit &#8220;Details &#8221; in &#8220;Last account activity: X minutes ago on this computer.  Details&#8221;  you will see a list of IPs the accessed this Email. Ignore any IP with a star next to it and copy the other IP.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-9824911390025762";
google_ad_slot = "0659636505";
google_ad_width = 250;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
Now on any computer open &#8220;remote desktop connection&#8221;  from the start menu under accessories.</p>
<p>enter the remote computer IP. If everything is OK you should be asked for a user name and a password. enter the user you used to enable remote desktop on the other machine then hit Enter.</p>
<p>You are there!</p>
<p>You can always mess up with some settings to improve the connection speed (window size, quality etc)<br />
<script type="text/javascript"><!--
google_ad_client = "pub-9824911390025762";
google_ad_slot = "8837925740";
google_ad_width = 200;
google_ad_height = 90;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://angrybyte.com/windows-hacks/windows-7-godmodes-and-hidden-settings/" rel="bookmark" class="wherego_title">Windows 7 godmodes and hidden settings.</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://angrybyte.com/windows-hacks/access-your-computer-from-any-other-computer-in-the-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Linksys Wireless-G Access Point WAP54G</title>
		<link>http://angrybyte.com/lan-and-wireless-networks/using-linksys-wireless-g-access-point-wap54g/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=using-linksys-wireless-g-access-point-wap54g</link>
		<comments>http://angrybyte.com/lan-and-wireless-networks/using-linksys-wireless-g-access-point-wap54g/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 10:22:42 +0000</pubDate>
		<dc:creator>PsMan</dc:creator>
				<category><![CDATA[LAN and Wireless networks]]></category>
		<category><![CDATA[Linksys Wireless configuration]]></category>
		<category><![CDATA[Linksys Wireless security]]></category>
		<category><![CDATA[Linksys Wireless-G Access Point WAP54G]]></category>
		<category><![CDATA[prevent hackers]]></category>
		<category><![CDATA[WAP encryption]]></category>
		<category><![CDATA[WAP54G]]></category>
		<category><![CDATA[WAP54G IP]]></category>
		<category><![CDATA[WAP54G security]]></category>
		<category><![CDATA[wireless security]]></category>

		<guid isPermaLink="false">http://www.angrybyte.com/?p=33</guid>
		<description><![CDATA[Linksys Wireless-G Access Point WAP54G is a good wireless network access point, it rather stable and have a relatively wide range. Many people don&#8217;t know how to configure it, and if you don&#8217;t, you should expect strangers to be sharing your local network, checking out your family album, and spamming the universe through you Internet [...]]]></description>
			<content:encoded><![CDATA[<p>Linksys Wireless-G Access Point WAP54G is a good wireless network access point, it rather stable and have a relatively wide range.</p>
<p>Many people don&#8217;t know how to configure it, and if you don&#8217;t, you should expect strangers to be sharing your local network, checking out your family album, and spamming the universe through you Internet connection.</p>
<p>Enough with the dark thoughts, here is how you can access your Linksys Wireless-G Access Point WAP54G and setup its security.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-9824911390025762";
google_ad_slot = "9722777479";
google_ad_width = 200;
google_ad_height = 200;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
<span id="more-33"></span><br />
First if you are still not connected through Linksys Wireless-G Access Point WAP54G, power it up, give your self a 192.168.1.xx IP, if you don&#8217;t know how. open your control panel and follow the picture.</p>
<div id="attachment_34" class="wp-caption aligncenter" style="width: 310px"><a href="http://angrybyte.com/wp-content/uploads/2008/09/ip.png"><img class="size-medium wp-image-34" title="Setting the IP address" src="http://angrybyte.com/wp-content/uploads/2008/09/ip-300x155.png" alt="Setting the IP address" width="300" height="155" /></a><p class="wp-caption-text">Setting the IP address</p></div>
<p>note that in the picture the IP is 192.168.1.11 you can change 11 to anything between 1,244</p>
<p>OK, now press apply, OK , yes, confirm , alright, yeah&#8230;. on all open windows.</p>
<p>Now you should be able connect through your  Linksys Wireless-G Access Point WAP54G.</p>
<p>Just refresh your wireless networks connection and select Linksys.</p>
<p>Now open a browser window and type the following in the address bar</p>
<p style="text-align: center;"><strong>192.168.1.245</strong></p>
<p style="text-align: left;">You will be asked for a username and a password.</p>
<p style="text-align: left;">The default username for the Linksys Wireless-G Access Point WAP54G is <em>blank (empty, nothing, nada)</em></p>
<p style="text-align: left;">The default Password for the Linksys Wireless-G Access Point WAP54G is <em>admin</em></p>
<p style="text-align: left;"><em></em>Now you should see the following window:</p>
<p style="text-align: left;">
<div id="attachment_35" class="wp-caption aligncenter" style="width: 310px"><a href="http://angrybyte.com/wp-content/uploads/2008/09/linksys.png"><img class="size-medium wp-image-35" title="linksys" src="http://angrybyte.com/wp-content/uploads/2008/09/linksys-300x194.png" alt="linksys configuration" width="300" height="194" /></a><p class="wp-caption-text">linksys configuration</p></div>
<p style="text-align: left;">Now we need to maybe change the static IP to dynamic IP DHCP and save.</p>
<p style="text-align: left;">Now press Wireless in the top bar. and change the Network Name(SSID) to anything, for example homeinterent, if you dont do this any hacker or leecher will know what kind of access point you have and that will give him a very good advantage to successfully login to your network.</p>
<p style="text-align: left;">Hit save.</p>
<p style="text-align: left;">Now press security.</p>
<p style="text-align: left;">As you can see the Linksys Wireless-G Access Point WAP54G has many security protocols. keep in mind that the more complicated encryption you use, the slower your network will be.</p>
<p style="text-align: left;">If you feel safe and your neighbour&#8217;s kids don&#8217;t look like hardcore hackers  you can use WPA-personal.</p>
<p style="text-align: left;">Keep the encryption at TKIP and set the Passphrase: to any 16 letter word for example:</p>
<p style="text-align: center;"><strong>HackersCantGetMe</strong></p>
<p style="text-align: left;">Don&#8217;t use the example, be creative dammit <img src='http://angrybyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: left;">hit save.</p>
<p style="text-align: left;">Now click Administration.</p>
<p style="text-align: left;">Change the default password (it was admin, remember). and hit save.</p>
<p style="text-align: left;">Now when windows tries to connect to this network it will ask for the password, enter it, save it, and that&#8217;s about it.</p>
<p style="text-align: left;">Note that it would be much safer to use MAC filtering, but lets keep that for later.</p>
<p style="text-align: left;">You can always comment if you feel like it <img src='http://angrybyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;"><em> </em></p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://angrybyte.com/windows-hacks/resizing-hard-disk-partitions-in-windows-vista/" rel="bookmark" class="wherego_title">Resizing hard disk partitions in windows Vista</a></li><li><a href="http://angrybyte.com/internet-news/pacman-anniversary-pacman-on-google/" rel="bookmark" class="wherego_title">PACMAN Anniversary! PACMAN on GOOGLE</a></li><li><a href="http://angrybyte.com/hardware_tips/huawei-echolife-bm626/" rel="bookmark" class="wherego_title">Huawei Echolife BM626</a></li><li><a href="http://angrybyte.com/hardware_tips/rosewill-rhm-556-3-5mm-circumaural-headset-review/" rel="bookmark" class="wherego_title">Rosewill RHM-556 3.5mm Circumaural Headset review</a></li><li><a href="http://angrybyte.com/windows-hacks/show-a-costum-image-in-a-folders-background/" rel="bookmark" class="wherego_title">Show a custom image in a folder&#8217;s background</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://angrybyte.com/lan-and-wireless-networks/using-linksys-wireless-g-access-point-wap54g/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
